Searched refs:block_height_ (Results 1 – 4 of 4) 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 __anonfd54374c0111::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 | 125 block_height_ = GET_PARAM(1); in SetUp() 153 int block_height_; member in __anonb631116d0111::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()
|
/external/XNNPACK/test/ |
D | transpose-microkernel-tester.h | 24 this->block_height_ = block_height; in block_height() 28 inline size_t block_height() const { return this->block_height_; } in block_height() 166 size_t block_height_ = 1; variable
|