/external/libgav1/libgav1/src/ |
D | reconstruction.cc | 56 int GetNumRows(TransformType tx_type, int tx_height, int non_zero_coeff_count) { in GetNumRows() 141 int tx_height = (non_zero_coeff_count == 1) ? 1 : kTransformHeight[tx_size]; in Reconstruct() local
|
/external/libaom/libaom/test/ |
D | av1_txfm_test.cc | 217 const int tx_height = tx_size_high[fwd_txfm_flip_cfg.tx_size]; in get_amplification_factor() local 238 const int tx_height = tx_size_high[tx_size]; in reference_hybrid_2d() local
|
/external/libgav1/libgav1/src/dsp/x86/ |
D | inverse_transform_sse4.cc | 1616 bool should_round, int tx_height) { in Identity4DcOnly() 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() 2238 const int tx_height = kTransformHeight[tx_size]; in Dct4TransformLoopRow_SSE4_1() local 2524 const int tx_height = kTransformHeight[tx_size]; in Adst4TransformLoopRow_SSE4_1() local 2718 const int tx_height = kTransformHeight[tx_size]; in Identity4TransformLoopRow_SSE4_1() local [all …]
|
/external/libgav1/libgav1/src/dsp/arm/ |
D | inverse_transform_10bit_neon.cc | 1499 bool should_round, int tx_height) { in Identity4DcOnly() 1521 const int tx_width, const int tx_height, in IdentityColumnStoreToFrame() 1633 const int tx_width, const int tx_height, in Identity4RowColumnStoreToFrame() 2027 const int tx_height = kTransformHeight[tx_size]; in Dct4TransformLoopRow_NEON() local 2297 const int tx_height = kTransformHeight[tx_size]; in Adst4TransformLoopRow_NEON() local 2471 const int tx_height = kTransformHeight[tx_size]; in Identity4TransformLoopRow_NEON() local 2530 const int tx_height = kTransformHeight[tx_size]; in Identity8TransformLoopRow_NEON() local 2636 const int tx_height = kTransformHeight[tx_size]; in Identity32TransformLoopRow_NEON() local
|
D | inverse_transform_neon.cc | 1843 bool should_round, int tx_height) { in Identity4DcOnly() 1865 const int tx_width, const int tx_height, in IdentityColumnStoreToFrame() 1952 const int tx_width, const int tx_height, in Identity4RowColumnStoreToFrame() 2400 const int tx_height = kTransformHeight[tx_size]; in Dct4TransformLoopRow_NEON() local 2692 const int tx_height = kTransformHeight[tx_size]; in Adst4TransformLoopRow_NEON() local 2895 const int tx_height = kTransformHeight[tx_size]; in Identity4TransformLoopRow_NEON() local 2961 const int tx_height = kTransformHeight[tx_size]; in Identity8TransformLoopRow_NEON() local 3061 const int tx_height = kTransformHeight[tx_size]; in Identity32TransformLoopRow_NEON() local
|
/external/libgav1/libgav1/src/tile/ |
D | tile.cc | 387 const int tx_height = kTransformHeight[adjusted_tx_size]; in GetCoeffBaseContextEob() local 948 const int tx_height = kTransformHeight[tx_size]; in GetTransformAllZeroContext() local 1388 const int tx_height = kTransformHeight[tx_size]; in ReadTransformCoefficients() local
|
D | prediction.cc | 497 const int tx_height = kTransformHeight[tx_size]; in PalettePrediction() local
|
/external/libgav1/libgav1/src/dsp/ |
D | inverse_transform.cc | 1118 const int tx_height = lossless ? 4 : kTransformHeight[tx_size]; in TransformLoop_C() local
|
/external/libaom/libaom/av1/encoder/ |
D | encodemb.c | 138 const int tx_height = tx_size_high[tx_size]; in av1_dropout_qcoeff() local
|