/aosp_15_r20/external/libgav1/src/dsp/x86/ |
H A D | inverse_transform_sse4.cc | 1642 const int tx_width, const int tx_height, in Identity4ColumnStoreToFrame() 1690 const int tx_width, const int tx_height, in Identity4RowColumnStoreToFrame() 1795 const int tx_width, const int tx_height, in Identity8ColumnStoreToFrame_SSE4_1() 1890 const int tx_width, const int tx_height, in Identity16ColumnStoreToFrame_SSE4_1() 1974 const int tx_width, const int tx_height, in Identity32ColumnStoreToFrame() 2083 const int tx_width, const int tx_height, in StoreToFrameWithRound() 2142 LIBGAV1_ALWAYS_INLINE void FlipColumns(int16_t* source, int tx_width) { in FlipColumns() 2275 const int tx_width = kTransformWidth[tx_size]; in Dct4TransformLoopColumn_SSE4_1() local 2340 const int tx_width = kTransformWidth[tx_size]; in Dct8TransformLoopColumn_SSE4_1() local 2403 const int tx_width = kTransformWidth[tx_size]; in Dct16TransformLoopColumn_SSE4_1() local [all …]
|
/aosp_15_r20/external/libgav1/src/dsp/arm/ |
H A D | inverse_transform_10bit_neon.cc | 1533 const int tx_width, const int tx_height, in IdentityColumnStoreToFrame() 1645 const int tx_width, const int tx_height, in Identity4RowColumnStoreToFrame() 1904 LIBGAV1_ALWAYS_INLINE void FlipColumns(int32_t* source, int tx_width) { in FlipColumns() 1990 const int tx_width, const int32_t* LIBGAV1_RESTRICT source, in StoreToFrameWithRound() 2068 const int tx_width = kTransformWidth[tx_size]; in Dct4TransformLoopColumn_NEON() local 2123 const int tx_width = kTransformWidth[tx_size]; in Dct8TransformLoopColumn_NEON() local 2177 const int tx_width = kTransformWidth[tx_size]; in Dct16TransformLoopColumn_NEON() local 2231 const int tx_width = kTransformWidth[tx_size]; in Dct32TransformLoopColumn_NEON() local 2284 const int tx_width = kTransformWidth[tx_size]; in Dct64TransformLoopColumn_NEON() local 2337 const int tx_width = kTransformWidth[tx_size]; in Adst4TransformLoopColumn_NEON() local [all …]
|
H A D | inverse_transform_neon.cc | 1820 const int tx_width, const int tx_height, in IdentityColumnStoreToFrame() 1907 const int tx_width, const int tx_height, in Identity4RowColumnStoreToFrame() 2205 LIBGAV1_ALWAYS_INLINE void FlipColumns(int16_t* source, int tx_width) { in FlipColumns() 2291 const int tx_width, const int16_t* LIBGAV1_RESTRICT source, in StoreToFrameWithRound() 2392 const int tx_width = kTransformWidth[tx_size]; in Dct4TransformLoopColumn_NEON() local 2461 const int tx_width = kTransformWidth[tx_size]; in Dct8TransformLoopColumn_NEON() local 2525 const int tx_width = kTransformWidth[tx_size]; in Dct16TransformLoopColumn_NEON() local 2581 const int tx_width = kTransformWidth[tx_size]; in Dct32TransformLoopColumn_NEON() local 2626 const int tx_width = kTransformWidth[tx_size]; in Dct64TransformLoopColumn_NEON() local 2679 const int tx_width = kTransformWidth[tx_size]; in Adst4TransformLoopColumn_NEON() local [all …]
|
/aosp_15_r20/external/libgav1/src/tile/ |
H A 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 947 const int tx_width = kTransformWidth[tx_size]; in GetTransformAllZeroContext() local 1106 const int tx_width = 1 << adjusted_tx_width_log2; in ReadCoeffBase2D() local 1173 const int tx_width = 1 << adjusted_tx_width_log2; in ReadCoeffBaseHorizontal() local 1218 const int tx_width = 1 << adjusted_tx_width_log2; in ReadCoeffBaseVertical() local 1387 const int tx_width = kTransformWidth[tx_size]; in ReadTransformCoefficients() local
|
H A D | prediction.cc | 496 const int tx_width = kTransformWidth[tx_size]; in PalettePrediction() local
|
/aosp_15_r20/external/libaom/test/ |
H A D | av1_txfm_test.cc | 239 const int tx_width = tx_size_wide[fwd_txfm_flip_cfg.tx_size]; in get_amplification_factor() local 260 const int tx_width = tx_size_wide[tx_size]; in reference_hybrid_2d() local
|
/aosp_15_r20/external/libgav1/src/ |
H A D | scan_test.cc | 45 const int tx_width = kTransformWidth[tx_size_]; in TEST_P() local
|
H A D | reconstruction_test.cc | 143 const int tx_width = kTransformWidth[tx_size]; in TestWht() local
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | nonrd_opt.c | 334 static inline void scale_square_buf_vals(int16_t *dst, int tx_width, in scale_square_buf_vals()
|
H A D | encodemb.c | 145 const int tx_width = tx_size_wide[tx_size]; in av1_dropout_qcoeff() local
|
/aosp_15_r20/external/libgav1/src/dsp/ |
H A D | inverse_transform.cc | 1176 const int tx_width = lossless ? 4 : kTransformWidth[tx_size]; in TransformLoop_C() local
|