Searched refs:kTransformHeight (Results 1 – 13 of 13) sorted by relevance
93 return kTransformHeight[inter_transform_sizes_[row4x4][column4x4 - 1]]; in GetLeftTransformHeight()108 const int max_tx_height = kTransformHeight[max_rect_tx_size]; in ReadFixedTransformSize()157 kTransformHeight[node.tx_size]); in ReadVariableTransformTree()
193 if (kTransformWidth[tx_size] == 64 || kTransformHeight[tx_size] == 64) { in InitializeQuantizerMatrix()196 const int size = kTransformWidth[tx_size] * kTransformHeight[tx_size]; in InitializeQuantizerMatrix()
141 int tx_height = (non_zero_coeff_count == 1) ? 1 : kTransformHeight[tx_size]; in Reconstruct()
126 *step = kTransformHeight[inter_transform_sizes_[row4x4][column4x4]]; in GetHorizontalDeblockFilterEdgeInfo()148 kTransformHeight[inter_transform_sizes_[row4x4_prev][column4x4]]; in GetHorizontalDeblockFilterEdgeInfo()163 *step = kTransformHeight[bp->uv_transform_size]; in GetHorizontalDeblockFilterEdgeInfoUV()209 const int step_prev = kTransformHeight[bp_prev->uv_transform_size]; in GetHorizontalDeblockFilterEdgeInfoUV()
136 const uint8_t kTransformHeight[kNumTransformSizes] = { variable
741 extern const uint8_t kTransformHeight[kNumTransformSizes];
450 assert(kTransformWidth[tx_size] == kTransformHeight[tx_size]); in TransformSizeToSquareTransformIndex()
387 const int tx_height = kTransformHeight[adjusted_tx_size]; in GetCoeffBaseContextEob()953 const int tx_height = kTransformHeight[tx_size]; in GetTransformAllZeroContext()1391 const int tx_height = kTransformHeight[tx_size]; in ReadTransformCoefficients()1403 kTransformWidth[adjusted_tx_size] * kTransformHeight[adjusted_tx_size] + in ReadTransformCoefficients()1692 const int height = kTransformHeight[node.tx_size]; in TransformTree()1694 height <= kTransformHeight[inter_tx_size]) { in TransformTree()1754 kTransformWidth[tx_size] * kTransformHeight[tx_size] * residual_size_; in ReconstructBlock()
512 const int tx_height = kTransformHeight[tx_size]; in PalettePrediction()
2339 const int tx_height = kTransformHeight[tx_size]; in Dct4TransformLoopRow_NEON()2621 const int tx_height = kTransformHeight[tx_size]; in Adst4TransformLoopRow_NEON()2818 const int tx_height = kTransformHeight[tx_size]; in Identity4TransformLoopRow_NEON()2883 const int tx_height = kTransformHeight[tx_size]; in Identity8TransformLoopRow_NEON()2981 const int tx_height = kTransformHeight[tx_size]; in Identity32TransformLoopRow_NEON()
1888 const int tx_height = kTransformHeight[tx_size]; in Dct4TransformLoopRow_NEON()2148 const int tx_height = kTransformHeight[tx_size]; in Adst4TransformLoopRow_NEON()2316 const int tx_height = kTransformHeight[tx_size]; in Identity4TransformLoopRow_NEON()2374 const int tx_height = kTransformHeight[tx_size]; in Identity8TransformLoopRow_NEON()
2233 const int tx_height = kTransformHeight[tx_size]; in Dct4TransformLoopRow_SSE4_1()2512 const int tx_height = kTransformHeight[tx_size]; in Adst4TransformLoopRow_SSE4_1()2703 const int tx_height = kTransformHeight[tx_size]; in Identity4TransformLoopRow_SSE4_1()2765 const int tx_height = kTransformHeight[tx_size]; in Identity8TransformLoopRow_SSE4_1()2860 const int tx_height = kTransformHeight[tx_size]; in Identity32TransformLoopRow_SSE4_1()
1117 const int tx_height = lossless ? 4 : kTransformHeight[tx_size]; in TransformLoop_C()