Searched refs:end_usage (Results 1 - 17 of 17) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_ratectrl.c180 if (cpi->use_svc && cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) {
186 if (pass == 0 && oxcf->end_usage == USAGE_STREAM_FROM_SERVER) {
279 !(cpi->use_svc && cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER))
292 !(cpi->use_svc && cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER))
658 if (oxcf->end_usage == USAGE_CONSTRAINED_QUALITY) {
675 } else if (oxcf->end_usage == USAGE_CONSTANT_QUALITY) {
695 if (oxcf->end_usage == USAGE_CONSTANT_QUALITY) {
705 if ((oxcf->end_usage == USAGE_CONSTRAINED_QUALITY) &&
737 if (oxcf->end_usage == USAGE_CONSTANT_QUALITY) {
756 cpi->oxcf.end_usage !
[all...]
H A Dvp9_onyx_int.h212 END_USAGE end_usage; // vbr or cbr member in struct:VP9_CONFIG
H A Dvp9_onyx_if.c762 cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) ||
861 if (cpi->oxcf.end_usage == USAGE_LOCAL_FILE_PLAYBACK) {
924 cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) ||
1953 } else if (cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY) {
2275 if (cpi->oxcf.end_usage == USAGE_CONSTANT_QUALITY) {
2373 if (cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY &&
2576 cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER &&
2776 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) {
3067 cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) {
3150 cpi->oxcf.end_usage
[all...]
H A Dvp9_firstpass.c933 if (cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY)
2238 if (cpi->oxcf.end_usage == USAGE_CONSTANT_QUALITY) {
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dratectrl.c754 if ((cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) &&
791 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER)
856 if ((cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER)
914 if ( cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY &&
928 (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) &&
1478 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER)
1509 if (cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY)
H A Dfirstpass.c355 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER)
1071 if ( (cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY) &&
1882 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER)
2245 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER)
2549 if ( cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY )
2911 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER)
3031 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER)
3138 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER)
3232 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER)
3290 if (cpi->oxcf.end_usage
[all...]
H A Donyx_if.c1628 if (cpi->oxcf.end_usage == USAGE_LOCAL_FILE_PLAYBACK)
2740 if (cpi->oxcf.allow_spatial_resampling && (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER))
3114 else if (cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY)
3803 if ((cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) &&
3885 if ( (cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY) &&
3901 if ( cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY )
3918 if ((cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY) &&
3935 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER)
3959 else if (cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY)
4278 if (((cpi->pass != 2) || (cpi->oxcf.end_usage
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Dratectrl.c754 if ((cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) &&
791 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER)
856 if ((cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER)
914 if ( cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY &&
928 (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) &&
1478 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER)
1509 if (cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY)
H A Dfirstpass.c355 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER)
1071 if ( (cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY) &&
1882 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER)
2245 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER)
2549 if ( cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY )
2911 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER)
3031 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER)
3138 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER)
3232 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER)
3290 if (cpi->oxcf.end_usage
[all...]
H A Donyx_if.c1596 if (cpi->oxcf.end_usage == USAGE_LOCAL_FILE_PLAYBACK)
2690 if (cpi->oxcf.allow_spatial_resampling && (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER))
3064 else if (cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY)
3622 if ((cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) &&
3704 if ( (cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY) &&
3720 if ( cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY )
3737 if ((cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY) &&
3754 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER)
3778 else if (cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY)
4083 if (((cpi->pass != 2) || (cpi->oxcf.end_usage
[all...]
/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/vp8/
H A Dvp8_cx_iface.c321 oxcf->end_usage = USAGE_LOCAL_FILE_PLAYBACK;
323 oxcf->end_usage = USAGE_STREAM_FROM_SERVER;
325 oxcf->end_usage = USAGE_CONSTRAINED_QUALITY;
327 oxcf->end_usage = USAGE_CONSTANT_QUALITY;
409 printf("end_usage: %d\n", oxcf->end_usage);
/external/libvpx/libvpx/vp8/
H A Dvp8_cx_iface.c331 oxcf->end_usage = USAGE_LOCAL_FILE_PLAYBACK;
333 oxcf->end_usage = USAGE_STREAM_FROM_SERVER;
335 oxcf->end_usage = USAGE_CONSTRAINED_QUALITY;
337 oxcf->end_usage = USAGE_CONSTANT_QUALITY;
419 printf("end_usage: %d\n", oxcf->end_usage);
/external/libvpx/libvpx/vp9/
H A Dvp9_cx_iface.c316 oxcf->end_usage = USAGE_LOCAL_FILE_PLAYBACK;
318 oxcf->end_usage = USAGE_CONSTRAINED_QUALITY;
320 oxcf->end_usage = USAGE_CONSTANT_QUALITY;
322 oxcf->end_usage = USAGE_STREAM_FROM_SERVER;
404 printf("end_usage: %d\n", oxcf->end_usage);
/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/
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 3182 milliseconds