Searched defs:VP9EncoderConfig (Results 1 – 1 of 1) sorted by relevance
145 typedef struct VP9EncoderConfig { struct146 BITSTREAM_PROFILE profile;147 vpx_bit_depth_t bit_depth; // Codec bit-depth.148 int width; // width of data passed to the compressor149 int height; // height of data passed to the compressor150 unsigned int input_bit_depth; // Input bit depth.151 double init_framerate; // set to passed in framerate152 int64_t target_bandwidth; // bandwidth to be used in bits per second154 int noise_sensitivity; // pre processing blur: recommendation 0155 int sharpness; // sharpening output: recommendation 0:[all …]