Home
last modified time | relevance | path

Searched refs:block_size_ (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dintrapred_test.cc44 block_size_ = block_size; in SetupMacroblock()
55 for (int x = -1 ; x <= block_size_; x++) in FillRandom()
57 for (int y = 0; y < block_size_; y++) in FillRandom()
67 for (int i = -1; i < block_size_; ++i) in SetLeftUnavailable()
74 memset(&data_ptr_[p][-1 - stride_], 127, block_size_ + 2); in SetTopUnavailable()
83 switch (block_size_) { in BlockSizeLog2Min1()
102 for (int x = 0; x < block_size_; x++) in CheckDCPrediction()
105 for (int y = 0; y < block_size_; y++) in CheckDCPrediction()
112 for (int y = 1; y < block_size_; ++y) in CheckDCPrediction()
114 block_size_)); in CheckDCPrediction()
[all …]
Dvariance_test.cc92 block_size_ = width_ * height_; in SetUp()
93 src_ = new uint8_t[block_size_]; in SetUp()
94 ref_ = new uint8_t[block_size_]; in SetUp()
115 int block_size_; member in __anon1c11aa680111::VarianceTest
122 memset(src_, i, block_size_); in ZeroTest()
124 memset(ref_, j, block_size_); in ZeroTest()
136 for (int j = 0; j < block_size_; j++) { in RefTest()
152 memset(src_, 255, block_size_); in OneQuarterTest()
153 const int half = block_size_ / 2; in OneQuarterTest()
159 const unsigned int expected = block_size_ * 255 * 255 / 4; in OneQuarterTest()
[all …]