Home
last modified time | relevance | path

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

/external/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
Dscan_test.cc46 const int tx_height = kTransformHeight[tx_size_]; in TEST_P() local
Dreconstruction_test.cc144 const int tx_height = kTransformHeight[tx_size]; in TestWht() local
/external/libaom/test/
Dav1_txfm_test.cc240 const int tx_height = tx_size_high[fwd_txfm_flip_cfg.tx_size]; in get_amplification_factor() local
261 const int tx_height = tx_size_high[tx_size]; in reference_hybrid_2d() local
/external/libgav1/src/dsp/
Dinverse_transform_test.cc313 const int tx_height = std::min(block_height_, 32); in TestRandomValues() local
412 const int tx_height = std::min(block_height_, 32); in TestDcOnlyRandomValue() local
Dinverse_transform.cc1178 const int tx_height = lossless ? 4 : kTransformHeight[tx_size]; in TransformLoop_C() local
/external/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/src/dsp/arm/
Dinverse_transform_10bit_neon.cc1511 bool should_round, int tx_height) { in Identity4DcOnly()
1533 const int tx_width, const int tx_height, in IdentityColumnStoreToFrame()
1645 const int tx_width, const int tx_height, in Identity4RowColumnStoreToFrame()
2039 const int tx_height = kTransformHeight[tx_size]; in Dct4TransformLoopRow_NEON() local
2309 const int tx_height = kTransformHeight[tx_size]; in Adst4TransformLoopRow_NEON() local
2483 const int tx_height = kTransformHeight[tx_size]; in Identity4TransformLoopRow_NEON() local
2542 const int tx_height = kTransformHeight[tx_size]; in Identity8TransformLoopRow_NEON() local
2648 const int tx_height = kTransformHeight[tx_size]; in Identity32TransformLoopRow_NEON() local
Dinverse_transform_neon.cc1798 bool should_round, int tx_height) { in Identity4DcOnly()
1820 const int tx_width, const int tx_height, in IdentityColumnStoreToFrame()
1907 const int tx_width, const int tx_height, in Identity4RowColumnStoreToFrame()
2355 const int tx_height = kTransformHeight[tx_size]; in Dct4TransformLoopRow_NEON() local
2647 const int tx_height = kTransformHeight[tx_size]; in Adst4TransformLoopRow_NEON() local
2850 const int tx_height = kTransformHeight[tx_size]; in Identity4TransformLoopRow_NEON() local
2916 const int tx_height = kTransformHeight[tx_size]; in Identity8TransformLoopRow_NEON() local
3016 const int tx_height = kTransformHeight[tx_size]; in Identity32TransformLoopRow_NEON() local
/external/libgav1/src/tile/
Dtile.cc389 const int tx_height = kTransformHeight[adjusted_tx_size]; in GetCoeffBaseContextEob() local
952 const int tx_height = kTransformHeight[tx_size]; in GetTransformAllZeroContext() local
1403 const int tx_height = kTransformHeight[tx_size]; in ReadTransformCoefficients() local
Dprediction.cc497 const int tx_height = kTransformHeight[tx_size]; in PalettePrediction() local
/external/libaom/av1/encoder/
Dencodemb.c146 const int tx_height = tx_size_high[tx_size]; in av1_dropout_qcoeff() local