/external/libgav1/libgav1/src/dsp/arm/ |
D | inverse_transform_10bit_neon.cc | 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() 1754 LIBGAV1_ALWAYS_INLINE void FlipColumns(int32_t* source, int tx_width) { in FlipColumns() 1840 const int tx_width, const int32_t* source, TransformType tx_type) { in StoreToFrameWithRound() 1915 const int tx_width = kTransformWidth[tx_size]; in Dct4TransformLoopColumn_NEON() local 1968 const int tx_width = kTransformWidth[tx_size]; in Dct8TransformLoopColumn_NEON() local 2020 const int tx_width = kTransformWidth[tx_size]; in Dct16TransformLoopColumn_NEON() local 2072 const int tx_width = kTransformWidth[tx_size]; in Dct32TransformLoopColumn_NEON() local 2123 const int tx_width = kTransformWidth[tx_size]; in Dct64TransformLoopColumn_NEON() local 2174 const int tx_width = kTransformWidth[tx_size]; in Adst4TransformLoopColumn_NEON() local [all …]
|
D | inverse_transform_neon.cc | 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() 2190 LIBGAV1_ALWAYS_INLINE void FlipColumns(int16_t* source, int tx_width) { in FlipColumns() 2276 const int tx_width, const int16_t* source, TransformType tx_type) { in StoreToFrameWithRound() 2374 const int tx_width = kTransformWidth[tx_size]; in Dct4TransformLoopColumn_NEON() local 2441 const int tx_width = kTransformWidth[tx_size]; in Dct8TransformLoopColumn_NEON() local 2503 const int tx_width = kTransformWidth[tx_size]; in Dct16TransformLoopColumn_NEON() local 2557 const int tx_width = kTransformWidth[tx_size]; in Dct32TransformLoopColumn_NEON() local 2600 const int tx_width = kTransformWidth[tx_size]; in Dct64TransformLoopColumn_NEON() local 2651 const int tx_width = kTransformWidth[tx_size]; in Adst4TransformLoopColumn_NEON() local [all …]
|
/external/libgav1/libgav1/src/dsp/x86/ |
D | inverse_transform_sse4.cc | 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() 2137 LIBGAV1_ALWAYS_INLINE void FlipColumns(int16_t* source, int tx_width) { in FlipColumns() 2268 const int tx_width = kTransformWidth[tx_size]; in Dct4TransformLoopColumn_SSE4_1() local 2331 const int tx_width = kTransformWidth[tx_size]; in Dct8TransformLoopColumn_SSE4_1() local 2393 const int tx_width = kTransformWidth[tx_size]; in Dct16TransformLoopColumn_SSE4_1() local [all …]
|
/external/libaom/libaom/test/ |
D | av1_txfm_test.cc | 216 const int tx_width = tx_size_wide[fwd_txfm_flip_cfg.tx_size]; in get_amplification_factor() local 237 const int tx_width = tx_size_wide[tx_size]; in reference_hybrid_2d() local
|
/external/libgav1/libgav1/src/tile/ |
D | tile.cc | 343 void MoveCoefficientsForTxWidth64(int clamped_tx_height, int tx_width, in MoveCoefficientsForTxWidth64() 399 const int tx_width = 1 << adjusted_tx_width_log2; in GetCoeffBaseRangeContextEob() local 952 const int tx_width = kTransformWidth[tx_size]; in GetTransformAllZeroContext() local 1109 const int tx_width = 1 << adjusted_tx_width_log2; in ReadCoeffBase2D() local 1176 const int tx_width = 1 << adjusted_tx_width_log2; in ReadCoeffBaseHorizontal() local 1221 const int tx_width = 1 << adjusted_tx_width_log2; in ReadCoeffBaseVertical() local 1390 const int tx_width = kTransformWidth[tx_size]; in ReadTransformCoefficients() local
|
D | prediction.cc | 511 const int tx_width = kTransformWidth[tx_size]; in PalettePrediction() local
|
/external/libaom/libaom/av1/encoder/ |
D | encodemb.c | 141 const int tx_width = tx_size_wide[tx_size]; in av1_dropout_qcoeff() local
|
/external/libgav1/libgav1/src/dsp/ |
D | inverse_transform.cc | 1116 const int tx_width = lossless ? 4 : kTransformWidth[tx_size]; in TransformLoop_C() local
|