Lines Matching refs:libvpx_test
22 : public ::libvpx_test::EncoderTest,
23 public ::libvpx_test::CodecTestWith2Params<libvpx_test::TestMode, int> {
35 if (encoding_mode_ != ::libvpx_test::kRealTime) { in SetUp()
48 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, in PreEncodeFrameHook()
49 ::libvpx_test::Encoder *encoder) { in PreEncodeFrameHook()
52 if (encoding_mode_ != ::libvpx_test::kRealTime) { in PreEncodeFrameHook()
66 ::libvpx_test::TestMode encoding_mode_;
82 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", 208, 144, 30, 1, 0, in TEST_P()
92 ::libvpx_test::Y4mVideoSource video("screendata.y4m", 0, 25); in TEST_P()
117 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", 208, 144, 30, 1, 0, in TEST_P()
132 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", 208, 144, 30, 1, 0, in TEST_P()
140 ::testing::Values(::libvpx_test::kTwoPassGood, ::libvpx_test::kOnePassGood,
141 ::libvpx_test::kRealTime),
146 ::testing::Values(::libvpx_test::kTwoPassGood, ::libvpx_test::kOnePassGood),