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

  /external/libvpx/libvpx/test/
altref_test.cc 39 encoder->Control(VP8E_SET_ENABLEAUTOALTREF, 1);
vp9_ethread_test.cc 72 encoder->Control(VP8E_SET_ENABLEAUTOALTREF, 1);
77 encoder->Control(VP8E_SET_ENABLEAUTOALTREF, 0);
borders_test.cc 35 encoder->Control(VP8E_SET_ENABLEAUTOALTREF, 1);
frame_size_tests.cc 40 encoder->Control(VP8E_SET_ENABLEAUTOALTREF, 1);
cpu_speed_test.cc 53 encoder->Control(VP8E_SET_ENABLEAUTOALTREF, 1);
superframe_test.cc 49 encoder->Control(VP8E_SET_ENABLEAUTOALTREF, 1);
encode_perf_test.cc 99 encoder->Control(VP8E_SET_ENABLEAUTOALTREF, 0);
vp9_encoder_parms_get_to_decoder.cc 86 encoder->Control(VP8E_SET_ENABLEAUTOALTREF, 1);
vp9_end_to_end_test.cc 130 encoder->Control(VP8E_SET_ENABLEAUTOALTREF, 1);
vp9_arf_freq_test.cc 162 encoder->Control(VP8E_SET_ENABLEAUTOALTREF, 1);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
altref_test.cc 39 encoder->Control(VP8E_SET_ENABLEAUTOALTREF, 1);
borders_test.cc 35 encoder->Control(VP8E_SET_ENABLEAUTOALTREF, 1);
cpu_speed_test.cc 37 encoder->Control(VP8E_SET_ENABLEAUTOALTREF, 1);
superframe_test.cc 40 encoder->Control(VP8E_SET_ENABLEAUTOALTREF, 1);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vp8cx.h 150 VP8E_SET_ENABLEAUTOALTREF, /**< control function to enable vp8 to automatic set and use altref frame */
342 VPX_CTRL_USE_TYPE(VP8E_SET_ENABLEAUTOALTREF, unsigned int)
  /external/libvpx/libvpx/vpx/
vp8cx.h 179 VP8E_SET_ENABLEAUTOALTREF,
728 VPX_CTRL_USE_TYPE(VP8E_SET_ENABLEAUTOALTREF, unsigned int)
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 523 extra_cfg.enable_auto_alt_ref = CAST(VP8E_SET_ENABLEAUTOALTREF, args);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8_cx_iface.c 515 MAP(VP8E_SET_ENABLEAUTOALTREF, xcfg.enable_auto_alt_ref);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_cx_iface.c 475 MAP(VP8E_SET_ENABLEAUTOALTREF, extra_cfg.enable_auto_alt_ref);
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 367 VP8E_SET_CPUUSED, VP8E_SET_ENABLEAUTOALTREF,
460 VP8E_SET_CPUUSED, VP8E_SET_ENABLEAUTOALTREF,
486 VP8E_SET_CPUUSED, VP8E_SET_ENABLEAUTOALTREF,
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 636 extra_cfg.enable_auto_alt_ref = CAST(VP8E_SET_ENABLEAUTOALTREF, args);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxenc.c 384 VP8E_SET_CPUUSED, VP8E_SET_ENABLEAUTOALTREF,
417 VP8E_SET_CPUUSED, VP8E_SET_ENABLEAUTOALTREF,
    [all...]

Completed in 66 milliseconds