25 #include "vpx_codec_impl_top.h"
48 #define VP8_EFLAG_NO_REF_LAST (1<<16)
57 #define VP8_EFLAG_NO_REF_GF (1<<17)
66 #define VP8_EFLAG_NO_REF_ARF (1<<21)
74 #define VP8_EFLAG_NO_UPD_LAST (1<<18)
82 #define VP8_EFLAG_NO_UPD_GF (1<<22)
90 #define VP8_EFLAG_NO_UPD_ARF (1<<23)
98 #define VP8_EFLAG_FORCE_GF (1<<19)
106 #define VP8_EFLAG_FORCE_ARF (1<<24)
114 #define VP8_EFLAG_NO_UPD_ENTROPY (1<<20)
246 VP8_ONE_TOKENPARTITION = 0,
247 VP8_TWO_TOKENPARTITION = 1,
248 VP8_FOUR_TOKENPARTITION = 2,
249 VP8_EIGHT_TOKENPARTITION = 3
304 #include "vpx_codec_impl_bottom.h"
struct vpx_codec_iface vpx_codec_iface_t
Codec interface structure.
Definition: vpx_codec.h:174
unsigned char * roi_map
Definition: vp8cx.h:204
control function to set vp8 encoder cpuused
Definition: vp8cx.h:143
struct vpx_active_map vpx_active_map_t
vpx active region map
unsigned int cols
Definition: vp8cx.h:223
vp8e_enc_control_id
VP8 encoder control functions.
Definition: vp8cx.h:124
VPX_CTRL_USE_TYPE(VP8E_SET_TOKEN_PARTITIONS, int) VPX_CTRL_USE_TYPE(VP8E_SET_TUNING
VP8 encoder control function parameter type.
enum vpx_scaling_mode_1d VPX_SCALING_MODE
vpx 1-D scaling mode
unsigned int cols
Definition: vp8cx.h:206
VPX_SCALING_MODE v_scaling_mode
Definition: vp8cx.h:234
vp8e_token_partitions
VP8 token partition mode.
Definition: vp8cx.h:244
control function to set constrained quality level
Definition: vp8cx.h:166
Max data rate for Intra frames.
Definition: vp8cx.h:180
unsigned int static_threshold[4]
Definition: vp8cx.h:209
int delta_lf[4]
Definition: vp8cx.h:208
#define VPX_CTRL_USE_TYPE_DEPRECATED(id, typ)
vpx_codec_control deprecated type definition macro
Definition: vpx_codec.h:442
unsigned char * active_map
Definition: vp8cx.h:221
unsigned int rows
Definition: vp8cx.h:222
struct vpx_scaling_mode vpx_scaling_mode_t
vpx image scaling mode
Provides controls common to both the VP8 encoder and decoder.
VPX_SCALING_MODE h_scaling_mode
Definition: vp8cx.h:233
vpx active region map
Definition: vp8cx.h:219
struct vpx_roi_map vpx_roi_map_t
vpx region of interest map
unsigned int rows
Definition: vp8cx.h:205
vpx_scaling_mode_1d
vpx 1-D scaling mode
Definition: vp8cx.h:187
vp8e_tuning
VP8 model tuning parameters.
Definition: vp8cx.h:258
vpx region of interest map
Definition: vp8cx.h:202
int delta_q[4]
Definition: vp8cx.h:207
vpx image scaling mode
Definition: vp8cx.h:231