Home
last modified time | relevance | path

Searched defs:VP9EncoderConfig (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_encoder.h154 typedef struct VP9EncoderConfig { struct
155 BITSTREAM_PROFILE profile;
156 vpx_bit_depth_t bit_depth; // Codec bit-depth.
157 int width; // width of data passed to the compressor
158 int height; // height of data passed to the compressor
159 unsigned int input_bit_depth; // Input bit depth.
160 double init_framerate; // set to passed in framerate
161 vpx_rational_t g_timebase; // equivalent to g_timebase in vpx_codec_enc_cfg_t
162 vpx_rational64_t g_timebase_in_ts; // g_timebase * TICKS_PER_SEC
164 int64_t target_bandwidth; // bandwidth to be used in bits per second
[all …]