Home
last modified time | relevance | path

Searched defs:tx_height (Results 1 – 9 of 9) sorted by relevance

/external/libgav1/libgav1/src/
Dreconstruction.cc56 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/
Dav1_txfm_test.cc217 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/
Dinverse_transform_sse4.cc1616 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/
Dinverse_transform_10bit_neon.cc1499 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
Dinverse_transform_neon.cc1843 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/
Dtile.cc387 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
Dprediction.cc497 const int tx_height = kTransformHeight[tx_size]; in PalettePrediction() local
/external/libgav1/libgav1/src/dsp/
Dinverse_transform.cc1118 const int tx_height = lossless ? 4 : kTransformHeight[tx_size]; in TransformLoop_C() local
/external/libaom/libaom/av1/encoder/
Dencodemb.c138 const int tx_height = tx_size_high[tx_size]; in av1_dropout_qcoeff() local