Searched defs:VP9_CONFIG (Results 1 – 1 of 1) sorted by relevance
188 typedef struct VP9_CONFIG { struct189 BITSTREAM_PROFILE profile;190 BIT_DEPTH bit_depth;191 int width; // width of data passed to the compressor192 int height; // height of data passed to the compressor193 double framerate; // set to passed in framerate194 int64_t target_bandwidth; // bandwidth to be used in kilobits per second196 int noise_sensitivity; // pre processing blur: recommendation 0197 int sharpness; // sharpening output: recommendation 0:198 int cpu_used;[all …]