Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dencoder.h182 typedef struct AV1EncoderConfig { struct
183 BITSTREAM_PROFILE profile;
184 aom_bit_depth_t bit_depth; // Codec bit-depth.
185 int width; // width of data passed to the compressor
186 int height; // height of data passed to the compressor
187 int forced_max_frame_width; // forced maximum width of frame (if != 0)
188 int forced_max_frame_height; // forced maximum height of frame (if != 0)
189 unsigned int input_bit_depth; // Input bit depth.
190 double init_framerate; // set to passed in framerate
191 int64_t target_bandwidth; // bandwidth to be used in bits per second
[all …]