Home
last modified time | relevance | path

Searched refs:half_width_ (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/common_video/libyuv/
Dscaler_unittest.cc41 const int half_width_; member in webrtc::TestScaler
52 half_width_(width_ / 2), in TestScaler()
56 size_uv_(half_width_ * half_height_), in TestScaler()
67 width_, half_width_, half_width_); in SetUp()
97 half_width_, half_height_, in TEST_F()
107 width_, half_width_, half_width_); in TEST_F()
112 EXPECT_EQ(half_width_, test_frame2.width()); in TEST_F()
131 half_width_, half_height_); in TEST_F()
/external/webrtc/webrtc/modules/video_processing/test/
Dvideo_processing_unittest.cc62 half_width_((width_ + 1) / 2), in VideoProcessingTest()
65 size_uv_(half_width_ * ((height_ + 1) / 2)), in VideoProcessingTest()
73 half_width_, half_width_)); in SetUp()
Dvideo_processing_unittest.h38 const int half_width_; variable