Home
last modified time | relevance | path

Searched refs:kTransformHeight (Results 1 – 13 of 13) sorted by relevance

/external/libgav1/libgav1/src/tile/bitstream/
Dtransform_size.cc93 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()
/external/libgav1/libgav1/src/
Dquantizer.cc193 if (kTransformWidth[tx_size] == 64 || kTransformHeight[tx_size] == 64) { in InitializeQuantizerMatrix()
196 const int size = kTransformWidth[tx_size] * kTransformHeight[tx_size]; in InitializeQuantizerMatrix()
Dreconstruction.cc141 int tx_height = (non_zero_coeff_count == 1) ? 1 : kTransformHeight[tx_size]; in Reconstruct()
/external/libgav1/libgav1/src/post_filter/
Ddeblock.cc126 *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()
/external/libgav1/libgav1/src/utils/
Dconstants.cc136 const uint8_t kTransformHeight[kNumTransformSizes] = { variable
Dconstants.h741 extern const uint8_t kTransformHeight[kNumTransformSizes];
Dcommon.h450 assert(kTransformWidth[tx_size] == kTransformHeight[tx_size]); in TransformSizeToSquareTransformIndex()
/external/libgav1/libgav1/src/tile/
Dtile.cc387 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()
Dprediction.cc512 const int tx_height = kTransformHeight[tx_size]; in PalettePrediction()
/external/libgav1/libgav1/src/dsp/arm/
Dinverse_transform_neon.cc2339 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()
Dinverse_transform_10bit_neon.cc1888 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()
/external/libgav1/libgav1/src/dsp/x86/
Dinverse_transform_sse4.cc2233 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()
/external/libgav1/libgav1/src/dsp/
Dinverse_transform.cc1117 const int tx_height = lossless ? 4 : kTransformHeight[tx_size]; in TransformLoop_C()