Home
last modified time | relevance | path

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

/external/libgav1/src/
Dscan_test.cc45 const int tx_width = kTransformWidth[tx_size_]; in TEST_P() local
Dreconstruction_test.cc144 const int tx_width = kTransformWidth[tx_size]; in TestWht() local
/external/libgav1/src/dsp/arm/
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 …]
Dinverse_transform_neon.cc1819 const int tx_width, const int tx_height, in IdentityColumnStoreToFrame()
1906 const int tx_width, const int tx_height, in Identity4RowColumnStoreToFrame()
2204 LIBGAV1_ALWAYS_INLINE void FlipColumns(int16_t* source, int tx_width) { in FlipColumns()
2290 const int tx_width, const int16_t* LIBGAV1_RESTRICT source, in StoreToFrameWithRound()
2391 const int tx_width = kTransformWidth[tx_size]; in Dct4TransformLoopColumn_NEON() local
2460 const int tx_width = kTransformWidth[tx_size]; in Dct8TransformLoopColumn_NEON() local
2524 const int tx_width = kTransformWidth[tx_size]; in Dct16TransformLoopColumn_NEON() local
2580 const int tx_width = kTransformWidth[tx_size]; in Dct32TransformLoopColumn_NEON() local
2625 const int tx_width = kTransformWidth[tx_size]; in Dct64TransformLoopColumn_NEON() local
2678 const int tx_width = kTransformWidth[tx_size]; in Adst4TransformLoopColumn_NEON() local
[all …]
/external/libgav1/src/dsp/x86/
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 …]
/external/libaom/test/
Dav1_txfm_test.cc220 const int tx_width = tx_size_wide[fwd_txfm_flip_cfg.tx_size]; in get_amplification_factor() local
241 const int tx_width = tx_size_wide[tx_size]; in reference_hybrid_2d() local
/external/libgav1/src/tile/
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
Dprediction.cc496 const int tx_width = kTransformWidth[tx_size]; in PalettePrediction() local
/external/libgav1/src/dsp/
Dinverse_transform.cc1176 const int tx_width = lossless ? 4 : kTransformWidth[tx_size]; in TransformLoop_C() local
/external/libaom/av1/encoder/
Dencodemb.c137 const int tx_width = tx_size_wide[tx_size]; in av1_dropout_qcoeff() local
Dnonrd_pickmode.c1446 static AOM_INLINE void scale_square_buf_vals(int16_t *dst, const int tx_width, in scale_square_buf_vals()