Home
last modified time | relevance | path

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

/external/libvpx/test/
Dresize_test.cc363 struct vpx_scaling_mode mode = { VP8E_ONETWO, VP8E_ONETWO }; in PreEncodeFrameHook()
367 struct vpx_scaling_mode mode = { VP8E_NORMAL, VP8E_NORMAL }; in PreEncodeFrameHook()
374 struct vpx_scaling_mode mode = { VP8E_FOURFIVE, VP8E_THREEFIVE }; in PreEncodeFrameHook()
378 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/interface/
Dmock_libvpx_interface.h87 (vpx_codec_ctx_t*, vp8e_enc_control_id, vpx_scaling_mode*),
Dlibvpx_interface.h83 vpx_scaling_mode* param) const = 0;
Dlibvpx_interface.cc237 vpx_scaling_mode* param) const override { in codec_control()
/external/libvpx/vpx/
Dvp8cx.h852 typedef struct vpx_scaling_mode { struct
/external/webrtc/test/fuzzers/
Dvp9_encoder_references_fuzzer.cc457 vpx_scaling_mode* param) const override { in codec_control()