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

  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.h 26 (!cpi->use_svc || // Add spatial svc base layer case here
vp9_encoder.h 456 int use_svc; member in struct:VP9_COMP
551 void vp9_set_svc(VP9_COMP *cpi, int use_svc);
625 return cpi->use_svc && cpi->oxcf.pass != 0;
629 return (cpi->use_svc && cpi->oxcf.pass == 0);
vp9_encoder.c 240 if (!cpi->use_svc)
    [all...]
vp9_ethread.c 82 if (cpi->use_svc) {
vp9_ratectrl.c 420 !rc->is_src_frame_alt_ref && !cpi->use_svc &&
446 !rc->is_src_frame_alt_ref && !cpi->use_svc &&
734 !cpi->use_svc &&
    [all...]
vp9_pickmode.c     [all...]
vp9_firstpass.c     [all...]
vp9_temporal_filter.c 687 if (cpi->use_svc) {
vp9_bitstream.c     [all...]
vp9_encodeframe.c 858 if (is_key_frame || (low_res && !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...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c     [all...]

Completed in 82 milliseconds