Lines Matching refs:libvpx_test
25 class TileIndependenceTest : public ::libvpx_test::EncoderTest,
26 public ::libvpx_test::CodecTestWithParam<int> {
50 SetMode(libvpx_test::kTwoPassGood);
53 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video,
54 libvpx_test::Encoder *encoder) {
60 void UpdateMD5(::libvpx_test::Decoder *dec, const vpx_codec_cx_pkt_t *pkt,
61 ::libvpx_test::MD5 *md5) {
77 ::libvpx_test::MD5 md5_fw_order_, md5_inv_order_;
78 ::libvpx_test::Decoder *fw_dec_, *inv_dec_;
94 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 704, 144,