Home
last modified time | relevance | path

Searched refs:vpx_scaling_mode (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/modules/video_coding/codecs/vp8/test/
Dmock_libvpx_interface.h87 (vpx_codec_ctx_t*, vp8e_enc_control_id, vpx_scaling_mode*),
/external/libvpx/libvpx/test/
Dresize_test.cc382 struct vpx_scaling_mode mode = { VP8E_ONETWO, VP8E_ONETWO }; in PreEncodeFrameHook()
386 struct vpx_scaling_mode mode = { VP8E_NORMAL, VP8E_NORMAL }; in PreEncodeFrameHook()
393 struct vpx_scaling_mode mode = { VP8E_FOURFIVE, VP8E_THREEFIVE }; in PreEncodeFrameHook()
397 struct vpx_scaling_mode mode = { VP8E_NORMAL, VP8E_NORMAL }; in PreEncodeFrameHook()
Dencode_test_driver.h121 void Control(int ctrl_id, struct vpx_scaling_mode *arg) { in Control()
/external/webrtc/modules/video_coding/codecs/vp8/
Dlibvpx_interface.h83 vpx_scaling_mode* param) const = 0;
Dlibvpx_interface.cc174 vpx_scaling_mode* param) const override { in codec_control()
/external/libvpx/libvpx/vpx/
Dvp8cx.h761 typedef struct vpx_scaling_mode { struct