Home
last modified time | relevance | path

Searched refs:block_height_ (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/test/
Dvp9_subtract_test.cc38 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 …]
Dpp_filter_test.cc58 int block_height_; member in __anon53922e890111::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/tensorflow/tensorflow/contrib/image/kernels/
Dsegmentation_ops.h69 block_height_(1), in BlockedImageUnionFindFunctor()
85 return (num_rows_ + block_height_ - 1) / block_height_; in num_blocks_vertically()
99 return block_height_; in block_height()
109 return block_height_ < num_rows_ || block_width_ < num_cols_; in can_merge()
116 block_height_ *= 2; in merge_blocks()
126 int64 block_start_y = block_vertical_index * block_height_; in merge_internal_block_edges()
132 std::min(num_rows_, block_start_y + block_height_); in merge_internal_block_edges()
138 int64 block_center_y = block_start_y + block_height_ / 2 - 1; in merge_internal_block_edges()
154 int64 block_height_; variable
/external/libaom/libaom/test/
Dsubtract_test.cc123 block_height_ = GET_PARAM(1); in SetUp()
151 int block_height_; member in __anon7abe950a0111::AV1HBDSubtractBlockTest
173 func_(block_height_, block_width_, diff_, block_width_, src_, block_width_, in CheckResult()
176 for (int r = 0; r < block_height_; ++r) { in CheckResult()
202 func_(block_height_, block_width_, diff_, block_width_, src_, block_width_, in RunForSpeed()