Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h143 typedef struct VP9EncoderConfig { struct
144 BITSTREAM_PROFILE profile;
145 vpx_bit_depth_t bit_depth; // Codec bit-depth.
146 int width; // width of data passed to the compressor
147 int height; // height of data passed to the compressor
148 unsigned int input_bit_depth; // Input bit depth.
149 double init_framerate; // set to passed in framerate
150 int64_t target_bandwidth; // bandwidth to be used in bits per second
152 int noise_sensitivity; // pre processing blur: recommendation 0
153 int sharpness; // sharpening output: recommendation 0:
[all …]