Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/dsp/x86/
Dinverse_transform_sse4.cc1689 const int tx_width, const int tx_height, const int16_t* source) { in Identity4ColumnStoreToFrame()
1736 const int tx_width, const int tx_height, const int16_t* source) { in Identity4RowColumnStoreToFrame()
1848 const int tx_width, const int tx_height, const int16_t* source) { in Identity8ColumnStoreToFrame_SSE4_1()
1947 const int tx_width, const int tx_height, const int16_t* source) { in Identity16ColumnStoreToFrame_SSE4_1()
2036 const int tx_width, const int tx_height, const int16_t* source) { in Identity32ColumnStoreToFrame()
2145 const int tx_width, const int tx_height, const int16_t* source, in StoreToFrameWithRound()
2204 LIBGAV1_ALWAYS_INLINE void FlipColumns(int16_t* source, int tx_width) { in FlipColumns()
2301 const int tx_width = kTransformWidth[tx_size]; in Dct4TransformLoop_SSE4_1() local
2367 const int tx_width = kTransformWidth[tx_size]; in Dct8TransformLoop_SSE4_1() local
2433 const int tx_width = kTransformWidth[tx_size]; in Dct16TransformLoop_SSE4_1() local
[all …]
/external/libgav1/libgav1/src/dsp/arm/
Dinverse_transform_neon.cc1870 const int tx_width, const int tx_height, const int16_t* source) { in IdentityColumnStoreToFrame()
1956 const int tx_width, const int tx_height, const int16_t* source) { in Identity4RowColumnStoreToFrame()
2270 LIBGAV1_ALWAYS_INLINE void FlipColumns(int16_t* source, int tx_width) { in FlipColumns()
2356 const int tx_width, const int16_t* source, TransformType tx_type) { in StoreToFrameWithRound()
2420 const int tx_width = kTransformWidth[tx_size]; in Dct4TransformLoop_NEON() local
2486 const int tx_width = kTransformWidth[tx_size]; in Dct8TransformLoop_NEON() local
2552 const int tx_width = kTransformWidth[tx_size]; in Dct16TransformLoop_NEON() local
2617 const int tx_width = kTransformWidth[tx_size]; in Dct32TransformLoop_NEON() local
2662 const int tx_width = kTransformWidth[tx_size]; in Dct64TransformLoop_NEON() local
2707 const int tx_width = kTransformWidth[tx_size]; in Adst4TransformLoop_NEON() local
[all …]
/external/libaom/libaom/test/
Dav1_txfm_test.cc216 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/
Dtile.cc346 void MoveCoefficientsForTxWidth64(int clamped_tx_height, int tx_width, in MoveCoefficientsForTxWidth64()
402 const int tx_width = 1 << adjusted_tx_width_log2; in GetCoeffBaseRangeContextEob() local
956 const int tx_width = kTransformWidth[tx_size]; in GetTransformAllZeroContext() local
1096 const int tx_width = 1 << adjusted_tx_width_log2; in ReadCoeffBase2D() local
1155 const int tx_width = 1 << adjusted_tx_width_log2; in ReadCoeffBaseHorizontal() local
1200 const int tx_width = 1 << adjusted_tx_width_log2; in ReadCoeffBaseVertical() local
1435 const int tx_width = kTransformWidth[tx_size]; in ReadTransformCoefficients() local
Dprediction.cc516 const int tx_width = kTransformWidth[tx_size]; in PalettePrediction() local
/external/u-boot/drivers/spi/
Dcadence_qspi_apb.c690 unsigned int cmdlen, unsigned int tx_width, const u8 *cmdbuf) in cadence_qspi_apb_indirect_write_setup()
/external/libaom/libaom/av1/encoder/
Dencodemb.c141 const int tx_width = tx_size_wide[tx_size]; in av1_dropout_qcoeff() local
/external/libgav1/libgav1/src/dsp/
Dinverse_transform.cc1149 const int tx_width = lossless ? 4 : kTransformWidth[tx_size]; in TransformLoop_C() local