Home
last modified time | relevance | path

Searched refs:DctDcOnly (Results 1 – 3 of 3) sorted by relevance

/external/libgav1/libgav1/src/dsp/arm/
Dinverse_transform_neon.cc446 LIBGAV1_ALWAYS_INLINE bool DctDcOnly(void* dest, int adjusted_tx_height, in DctDcOnly() function
2343 if (DctDcOnly<4>(src, adjusted_tx_height, should_round, row_shift)) { in Dct4TransformLoopRow_NEON()
2409 if (DctDcOnly<8>(src, adjusted_tx_height, should_round, row_shift)) { in Dct8TransformLoopRow_NEON()
2475 if (DctDcOnly<16>(src, adjusted_tx_height, should_round, row_shift)) { in Dct16TransformLoopRow_NEON()
2538 if (DctDcOnly<32>(src, adjusted_tx_height, should_round, row_shift)) { in Dct32TransformLoopRow_NEON()
2581 if (DctDcOnly<64>(src, adjusted_tx_height, should_round, row_shift)) { in Dct64TransformLoopRow_NEON()
Dinverse_transform_10bit_neon.cc192 LIBGAV1_ALWAYS_INLINE bool DctDcOnly(void* dest, int adjusted_tx_height, in DctDcOnly() function
1892 if (DctDcOnly<4>(src, adjusted_tx_height, should_round, row_shift)) { in Dct4TransformLoopRow_NEON()
1945 if (DctDcOnly<8>(src, adjusted_tx_height, should_round, row_shift)) { in Dct8TransformLoopRow_NEON()
1997 if (DctDcOnly<16>(src, adjusted_tx_height, should_round, row_shift)) { in Dct16TransformLoopRow_NEON()
2049 if (DctDcOnly<32>(src, adjusted_tx_height, should_round, row_shift)) { in Dct32TransformLoopRow_NEON()
2100 if (DctDcOnly<64>(src, adjusted_tx_height, should_round, row_shift)) { in Dct64TransformLoopRow_NEON()
/external/libgav1/libgav1/src/dsp/x86/
Dinverse_transform_sse4.cc222 LIBGAV1_ALWAYS_INLINE bool DctDcOnly(void* dest, int adjusted_tx_height, in DctDcOnly() function
2237 if (DctDcOnly<4>(src, adjusted_tx_height, should_round, row_shift)) { in Dct4TransformLoopRow_SSE4_1()
2301 if (DctDcOnly<8>(src, adjusted_tx_height, should_round, row_shift)) { in Dct8TransformLoopRow_SSE4_1()
2363 if (DctDcOnly<16>(src, adjusted_tx_height, should_round, row_shift)) { in Dct16TransformLoopRow_SSE4_1()
2425 if (DctDcOnly<32>(src, adjusted_tx_height, should_round, row_shift)) { in Dct32TransformLoopRow_SSE4_1()
2470 if (DctDcOnly<64>(src, adjusted_tx_height, should_round, row_shift)) { in Dct64TransformLoopRow_SSE4_1()