Searched refs:block_height_ (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/test/ |
D | vp9_subtract_test.cc | 38 GetParam()(block_height_, block_width_, diff_, block_width_, src_, in Run() 44 block_height_ = 4 * num_4x4_blocks_high_lookup[bsize]; in SetupBlocks() 46 vpx_memalign(16, sizeof(*diff_) * block_width_ * block_height_ * 2)); in SetupBlocks() 48 vpx_memalign(16, block_width_ * block_height_ * 2)); in SetupBlocks() 50 vpx_memalign(16, block_width_ * block_height_ * 2)); in SetupBlocks() 54 int block_height_; member in vp9::VP9SubtractBlockTest 69 RunNTimes(100000000 / (block_height_ * block_width_)); in TEST_P() 71 snprintf(block_size, sizeof(block_size), "%dx%d", block_height_, in TEST_P() 91 for (int r = 0; r < block_height_; ++r) { in TEST_P() 98 GetParam()(block_height_, block_width_, diff_, block_width_, src_, in TEST_P() [all …]
|
D | pp_filter_test.cc | 58 int block_height_; member in __anonce90c30b0111::VpxPostProcDownAndAcrossMbRowTest 76 block_height_ = 16; in TEST_P() 79 Buffer<uint8_t> src_image = Buffer<uint8_t>(block_width_, block_height_, 2); in TEST_P() 86 Buffer<uint8_t>(block_width_, block_height_, 8, 16, 8, 8); in TEST_P() 109 for (int i = 0; i < block_height_; ++i) { in TEST_P() 125 block_height_ = 16; in TEST_P() 130 Buffer<uint8_t>(block_width_, block_height_, 2, 2, 10, 2); in TEST_P() 139 Buffer<uint8_t>(block_width_, block_height_, 8, 8, 16, 8); in TEST_P() 142 Buffer<uint8_t>(block_width_, block_height_, 8); in TEST_P() 170 block_height_); in TEST_P() [all …]
|
/external/libaom/libaom/test/ |
D | subtract_test.cc | 126 block_height_ = GET_PARAM(1); in SetUp() 154 int block_height_; member in __anon0a1ba14c0111::AV1HBDSubtractBlockTest 176 func_(block_height_, block_width_, diff_, block_width_, src_, block_width_, in CheckResult() 179 for (int r = 0; r < block_height_; ++r) { in CheckResult() 205 func_(block_height_, block_width_, diff_, block_width_, src_, block_width_, in RunForSpeed()
|