Lines Matching refs:kMaxBlockHeight
52 constexpr int kMaxBlockHeight = kMaxSuperBlockSizeInPixels + kSubPixelTaps; variable
685 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] = {};
1141 Pixel dest_clipped_[kMaxBlockHeight * kMaxBlockWidth] = {};
1144 const int source_height_ = kMaxBlockHeight * 2;
1315 for (int y = 0; y < kMaxBlockHeight; ++y) { in Test()