Searched defs:tx_width (Results 1 – 8 of 8) sorted by relevance
/external/libgav1/libgav1/src/dsp/x86/ |
D | inverse_transform_sse4.cc | 1689 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/ |
D | inverse_transform_neon.cc | 1870 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/ |
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 | 346 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
|
D | prediction.cc | 516 const int tx_width = kTransformWidth[tx_size]; in PalettePrediction() local
|
/external/u-boot/drivers/spi/ |
D | cadence_qspi_apb.c | 690 unsigned int cmdlen, unsigned int tx_width, const u8 *cmdbuf) in cadence_qspi_apb_indirect_write_setup()
|
/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 | 1149 const int tx_width = lossless ? 4 : kTransformWidth[tx_size]; in TransformLoop_C() local
|