Searched defs:end_usage (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Donyx.h164 int end_usage; /* vbr or cbr */ member in struct:__anon13063
/external/libvpx/libvpx/vp8/common/
H A Donyx.h153 int end_usage; /* vbr or cbr */ member in struct:__anon24854
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dvpxenc.c280 static const arg_def_t end_usage = ARG_DEF_ENUM(NULL, "end-usage", 1, variable
300 &resize_up_thresh, &resize_down_thresh, &end_usage, &target_bitrate,
1097 } else if (arg_match(&arg, &end_usage, argi)) {
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_onyx_int.h212 END_USAGE end_usage; // vbr or cbr member in struct:VP9_CONFIG
/external/libvpx/libvpx/
H A Dvpxenc.c298 static const arg_def_t end_usage = ARG_DEF_ENUM(NULL, "end-usage", 1, variable
318 &end_usage, &target_bitrate, &min_quantizer, &max_quantizer,
938 } else if (arg_match(&arg, &end_usage, argi)) {

Completed in 752 milliseconds