/external/libgav1/libgav1/src/ |
D | reconstruction.cc | 56 int GetNumRows(TransformType tx_type, int tx_height, int non_zero_coeff_count) { in GetNumRows() 141 int tx_height = (non_zero_coeff_count == 1) ? 1 : kTransformHeight[tx_size]; in Reconstruct() local
|
/external/libaom/libaom/test/ |
D | av1_txfm_test.cc | 217 const int tx_height = tx_size_high[fwd_txfm_flip_cfg.tx_size]; in get_amplification_factor() local 238 const int tx_height = tx_size_high[tx_size]; in reference_hybrid_2d() local
|
/external/libgav1/libgav1/src/dsp/x86/ |
D | inverse_transform_sse4.cc | 1615 bool should_round, int tx_height) { in Identity4DcOnly() 1641 const int tx_width, const int tx_height, const int16_t* source) { in Identity4ColumnStoreToFrame() 1688 const int tx_width, const int tx_height, const int16_t* source) { in Identity4RowColumnStoreToFrame() 1792 const int tx_width, const int tx_height, const int16_t* source) { in Identity8ColumnStoreToFrame_SSE4_1() 1886 const int tx_width, const int tx_height, const int16_t* source) { in Identity16ColumnStoreToFrame_SSE4_1() 1969 const int tx_width, const int tx_height, const int16_t* source) { in Identity32ColumnStoreToFrame() 2078 const int tx_width, const int tx_height, const int16_t* source, in StoreToFrameWithRound() 2233 const int tx_height = kTransformHeight[tx_size]; in Dct4TransformLoopRow_SSE4_1() local 2512 const int tx_height = kTransformHeight[tx_size]; in Adst4TransformLoopRow_SSE4_1() local 2703 const int tx_height = kTransformHeight[tx_size]; in Identity4TransformLoopRow_SSE4_1() local [all …]
|
/external/libgav1/libgav1/src/dsp/arm/ |
D | inverse_transform_10bit_neon.cc | 1498 bool should_round, int tx_height) { in Identity4DcOnly() 1520 const int tx_width, const int tx_height, const int32_t* source) { in IdentityColumnStoreToFrame() 1609 const int tx_width, const int tx_height, const int32_t* source) { in Identity4RowColumnStoreToFrame() 1888 const int tx_height = kTransformHeight[tx_size]; in Dct4TransformLoopRow_NEON() local 2148 const int tx_height = kTransformHeight[tx_size]; in Adst4TransformLoopRow_NEON() local 2316 const int tx_height = kTransformHeight[tx_size]; in Identity4TransformLoopRow_NEON() local 2374 const int tx_height = kTransformHeight[tx_size]; in Identity8TransformLoopRow_NEON() local
|
D | inverse_transform_neon.cc | 1786 bool should_round, int tx_height) { in Identity4DcOnly() 1808 const int tx_width, const int tx_height, const int16_t* source) { in IdentityColumnStoreToFrame() 1894 const int tx_width, const int tx_height, const int16_t* source) { in Identity4RowColumnStoreToFrame() 2339 const int tx_height = kTransformHeight[tx_size]; in Dct4TransformLoopRow_NEON() local 2621 const int tx_height = kTransformHeight[tx_size]; in Adst4TransformLoopRow_NEON() local 2818 const int tx_height = kTransformHeight[tx_size]; in Identity4TransformLoopRow_NEON() local 2883 const int tx_height = kTransformHeight[tx_size]; in Identity8TransformLoopRow_NEON() local 2981 const int tx_height = kTransformHeight[tx_size]; in Identity32TransformLoopRow_NEON() local
|
/external/libgav1/libgav1/src/tile/ |
D | tile.cc | 387 const int tx_height = kTransformHeight[adjusted_tx_size]; in GetCoeffBaseContextEob() local 953 const int tx_height = kTransformHeight[tx_size]; in GetTransformAllZeroContext() local 1391 const int tx_height = kTransformHeight[tx_size]; in ReadTransformCoefficients() local
|
D | prediction.cc | 512 const int tx_height = kTransformHeight[tx_size]; in PalettePrediction() local
|
/external/libaom/libaom/av1/encoder/ |
D | encodemb.c | 142 const int tx_height = tx_size_high[tx_size]; in av1_dropout_qcoeff() local
|
/external/libgav1/libgav1/src/dsp/ |
D | inverse_transform.cc | 1117 const int tx_height = lossless ? 4 : kTransformHeight[tx_size]; in TransformLoop_C() local
|