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

/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Daltref_test.cc39 encoder->Control(VP8E_SET_ENABLEAUTOALTREF, 1);
H A Dborders_test.cc35 encoder->Control(VP8E_SET_ENABLEAUTOALTREF, 1);
H A Dframe_size_tests.cc40 encoder->Control(VP8E_SET_ENABLEAUTOALTREF, 1);
H A Dsuperframe_test.cc40 encoder->Control(VP8E_SET_ENABLEAUTOALTREF, 1);
H A Dcpu_speed_test.cc53 encoder->Control(VP8E_SET_ENABLEAUTOALTREF, 1);
/external/libvpx/libvpx/test/
H A Daltref_test.cc39 encoder->Control(VP8E_SET_ENABLEAUTOALTREF, 1);
H A Dborders_test.cc35 encoder->Control(VP8E_SET_ENABLEAUTOALTREF, 1);
H A Dcpu_speed_test.cc37 encoder->Control(VP8E_SET_ENABLEAUTOALTREF, 1);
H A Dsuperframe_test.cc40 encoder->Control(VP8E_SET_ENABLEAUTOALTREF, 1);
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/
H A Dvp8cx.h150 VP8E_SET_ENABLEAUTOALTREF, /**< control function to enable vp8 to automatic set and use altref frame */ enumerator in enum:vp8e_enc_control_id
344 VPX_CTRL_USE_TYPE(VP8E_SET_ENABLEAUTOALTREF, unsigned int)
/external/libvpx/libvpx/vpx/
H A Dvp8cx.h150 VP8E_SET_ENABLEAUTOALTREF, /**< control function to enable vp8 to automatic set and use altref frame */ enumerator in enum:vp8e_enc_control_id
342 VPX_CTRL_USE_TYPE(VP8E_SET_ENABLEAUTOALTREF, unsigned int)
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/
H A Dvp8_cx_iface.c508 extra_cfg.enable_auto_alt_ref = CAST(VP8E_SET_ENABLEAUTOALTREF, args);
1222 {VP8E_SET_ENABLEAUTOALTREF, set_enable_auto_alt_ref},
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/
H A Dvp9_cx_iface.c548 extra_cfg.enable_auto_alt_ref = CAST(VP8E_SET_ENABLEAUTOALTREF, args);
1236 {VP8E_SET_ENABLEAUTOALTREF, ctrl_set_enable_auto_alt_ref},
/external/libvpx/libvpx/vp8/
H A Dvp8_cx_iface.c513 MAP(VP8E_SET_ENABLEAUTOALTREF, xcfg.enable_auto_alt_ref);
1202 {VP8E_SET_ENABLEAUTOALTREF, set_param},
/external/libvpx/libvpx/vp9/
H A Dvp9_cx_iface.c485 MAP(VP8E_SET_ENABLEAUTOALTREF, extra_cfg.enable_auto_alt_ref);
1088 {VP8E_SET_ENABLEAUTOALTREF, ctrl_set_param},
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dvpxenc.c366 VP8E_SET_CPUUSED, VP8E_SET_ENABLEAUTOALTREF,
429 VP8E_SET_CPUUSED, VP8E_SET_ENABLEAUTOALTREF,
/external/libvpx/libvpx/
H A Dvpxenc.c384 VP8E_SET_CPUUSED, VP8E_SET_ENABLEAUTOALTREF,
417 VP8E_SET_CPUUSED, VP8E_SET_ENABLEAUTOALTREF,

Completed in 98 milliseconds