Searched refs:kMaxBlockHeight (Results 1 – 2 of 2) sorted by relevance
30 constexpr int kMaxBlockHeight = 16; variable36 for (int y = 0; y < kMaxBlockHeight; ++y) { in TransposeTest()49 Pixel src_block_[kMaxBlockHeight][kMaxBlockWidth];50 Pixel expected_transpose_[kMaxBlockHeight][kMaxBlockWidth];
52 constexpr int kMaxBlockHeight = kMaxSuperBlockSizeInPixels + kSubPixelTaps; variable685 Pixel source_[kMaxBlockHeight * kMaxBlockWidth] = {};686 uint16_t source_16bit_[kMaxBlockHeight * kMaxBlockWidth] = {};687 uint16_t dest_16bit_[kMaxBlockHeight * kMaxBlockWidth] = {};688 Pixel dest_clipped_[kMaxBlockHeight * kMaxBlockWidth] = {};691 const int source_height_ = kMaxBlockHeight;873 for (int y = 0; y < kMaxBlockHeight; ++y) { in Test()1138 Pixel source_[kMaxBlockHeight * kMaxBlockWidth * 4] = {};1139 uint16_t source_16bit_[kMaxBlockHeight * kMaxBlockWidth * 4] = {};1140 uint16_t dest_16bit_[kMaxBlockHeight * kMaxBlockWidth] = {};[all …]