Searched defs:AV1EncoderConfig (Results 1 – 1 of 1) sorted by relevance
182 typedef struct AV1EncoderConfig { struct183 BITSTREAM_PROFILE profile;184 aom_bit_depth_t bit_depth; // Codec bit-depth.185 int width; // width of data passed to the compressor186 int height; // height of data passed to the compressor187 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 framerate191 int64_t target_bandwidth; // bandwidth to be used in bits per second[all …]