Home
last modified time | relevance | path

Searched defs:tx_width (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/libgav1/src/dsp/x86/
H A Dinverse_transform_sse4.cc1642 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 Dinverse_transform_10bit_neon.cc1533 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 Dinverse_transform_neon.cc1820 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 Dtile.cc343 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 Dprediction.cc496 const int tx_width = kTransformWidth[tx_size]; in PalettePrediction() local
/aosp_15_r20/external/libaom/test/
H A Dav1_txfm_test.cc239 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 Dscan_test.cc45 const int tx_width = kTransformWidth[tx_size_]; in TEST_P() local
H A Dreconstruction_test.cc143 const int tx_width = kTransformWidth[tx_size]; in TestWht() local
/aosp_15_r20/external/libaom/av1/encoder/
H A Dnonrd_opt.c334 static inline void scale_square_buf_vals(int16_t *dst, int tx_width, in scale_square_buf_vals()
H A Dencodemb.c145 const int tx_width = tx_size_wide[tx_size]; in av1_dropout_qcoeff() local
/aosp_15_r20/external/libgav1/src/dsp/
H A Dinverse_transform.cc1176 const int tx_width = lossless ? 4 : kTransformWidth[tx_size]; in TransformLoop_C() local