Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_onyx_int.h188 typedef struct VP9_CONFIG { struct
189 BITSTREAM_PROFILE profile;
190 BIT_DEPTH bit_depth;
191 int width; // width of data passed to the compressor
192 int height; // height of data passed to the compressor
193 double framerate; // set to passed in framerate
194 int64_t target_bandwidth; // bandwidth to be used in kilobits per second
196 int noise_sensitivity; // pre processing blur: recommendation 0
197 int sharpness; // sharpening output: recommendation 0:
198 int cpu_used;
[all …]