HomeSort by relevance Sort by last modified time
    Searched full:use_svc (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_bitstream.h 28 (!cpi->use_svc || // Add spatial svc base layer case here
vp9_encoder.h 380 int use_svc; member in struct:VP9_COMP
454 void vp9_set_svc(VP9_COMP *cpi, int use_svc);
502 return cpi->use_svc &&
vp9_encoder.c 127 if (!cpi->use_svc)
769 cpi->use_svc = 0;
837 if (cpi->use_svc) {
    [all...]
vp9_ratectrl.c 260 if (cpi->use_svc && cpi->oxcf.rc_mode == VPX_CBR) {
364 !(cpi->use_svc && cpi->oxcf.rc_mode == VPX_CBR))
383 !(cpi->use_svc && cpi->oxcf.rc_mode == VPX_CBR))
645 !cpi->use_svc &&
    [all...]
vp9_bitstream.c     [all...]
vp9_firstpass.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_int.h 495 int use_svc; member in struct:VP9_COMP
570 void vp9_set_svc(VP9_COMP *cpi, int use_svc);
vp9_ratectrl.c 180 if (cpi->use_svc && cpi->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))
528 !cpi->use_svc &&
    [all...]
vp9_onyx_if.c     [all...]
vp9_firstpass.c 355 if (cpi->use_svc && cpi->svc.number_temporal_layers == 1) {
511 if (cpi->use_svc && cpi->svc.number_temporal_layers == 1) {
852 if (cpi->use_svc && cpi->svc.number_temporal_layers == 1) {
    [all...]
vp9_bitstream.c 898 !cpi->use_svc) {
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_int.h 497 int use_svc; member in struct:VP9_COMP
570 void vp9_set_svc(VP9_COMP *cpi, int use_svc);
vp9_ratectrl.c 234 if (cpi->use_svc && cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) {
282 !(cpi->use_svc && cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER))
294 !(cpi->use_svc && cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER))
534 !cpi->use_svc &&
    [all...]
vp9_onyx_if.c     [all...]
vp9_firstpass.c 354 if (cpi->use_svc && cpi->svc.number_temporal_layers == 1) {
510 if (cpi->use_svc && cpi->svc.number_temporal_layers == 1) {
851 if (cpi->use_svc && cpi->svc.number_temporal_layers == 1) {
    [all...]
vp9_bitstream.c 898 !cpi->use_svc) {
    [all...]

Completed in 675 milliseconds