vp9_end_to_end_test.cc | 83 : EncoderTest(GET_PARAM(0)), test_video_param_(GET_PARAM(2)), 139 TestVideoParam test_video_param_; member in class:__anon26063::EndToEndTestLarge 151 cfg_.g_profile = test_video_param_.profile; 152 cfg_.g_input_bit_depth = test_video_param_.input_bit_depth; 153 cfg_.g_bit_depth = test_video_param_.bit_depth; 158 if (is_extension_y4m(test_video_param_.filename)) { 159 video.reset(new libvpx_test::Y4mVideoSource(test_video_param_.filename, 0, 163 test_video_param_.filename, test_video_param_.fmt, kWidth, kHeight,
|