Home
last modified time | relevance | path

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

/external/libgav1/src/dsp/arm/
Dcommon_neon_test.cc30 constexpr int kMaxBlockHeight = 16; variable
36 for (int y = 0; y < kMaxBlockHeight; ++y) { in TransposeTest()
49 Pixel src_block_[kMaxBlockHeight][kMaxBlockWidth];
50 Pixel expected_transpose_[kMaxBlockHeight][kMaxBlockWidth];
/external/libgav1/src/dsp/
Dconvolve_test.cc52 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] = {};
[all …]