Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dencoder.h217 typedef struct AV1EncoderConfig { struct
218 BITSTREAM_PROFILE profile;
219 aom_bit_depth_t bit_depth; // Codec bit-depth.
220 int width; // width of data passed to the compressor
221 int height; // height of data passed to the compressor
222 int forced_max_frame_width; // forced maximum width of frame (if != 0)
223 int forced_max_frame_height; // forced maximum height of frame (if != 0)
224 unsigned int input_bit_depth; // Input bit depth.
225 double init_framerate; // set to passed in framerate
226 int64_t target_bandwidth; // bandwidth to be used in bits per second
[all …]