Searched defs:AV1EncoderConfig (Results 1 – 1 of 1) sorted by relevance
217 typedef struct AV1EncoderConfig { struct218 BITSTREAM_PROFILE profile;219 aom_bit_depth_t bit_depth; // Codec bit-depth.220 int width; // width of data passed to the compressor221 int height; // height of data passed to the compressor222 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 framerate226 int64_t target_bandwidth; // bandwidth to be used in bits per second[all …]