Searched refs:kWidth (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dactive_map_test.cc24 static const int kWidth = 208; member in class:__anon978::ActiveMapTest
53 map.cols = (kWidth + 15) / 16;
61 map.cols = (kWidth + 15) / 16;
80 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", kWidth, kHeight, 30,
H A Dsvc_test.cc28 static const uint32_t kWidth = 352; member in class:__anon1006::SvcTest
54 codec_enc_.g_w = kWidth;
261 libvpx_test::I420VideoSource video(test_file_name_, kWidth, kHeight,
288 libvpx_test::I420VideoSource video(test_file_name_, kWidth, kHeight,
358 EXPECT_EQ(kWidth * 4 / 16, layer_width);
363 EXPECT_EQ(kWidth * 8 / 16, layer_width);
378 libvpx_test::I420VideoSource video(test_file_name_, kWidth, kHeight,
427 libvpx_test::I420VideoSource video(test_file_name_, kWidth, kHeight,

Completed in 62 milliseconds