Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/dsp/arm/
Dinverse_transform_neon.cc1380 LIBGAV1_ALWAYS_INLINE bool Adst8DcOnly(void* dest, int adjusted_tx_height, in Adst8DcOnly() function
2681 if (Adst8DcOnly(src, adjusted_tx_height, should_round, row_shift)) { in Adst8TransformLoopRow_NEON()
Dinverse_transform_10bit_neon.cc1135 LIBGAV1_ALWAYS_INLINE bool Adst8DcOnly(void* dest, int adjusted_tx_height, in Adst8DcOnly() function
2204 if (Adst8DcOnly(src, adjusted_tx_height, should_round, row_shift)) { in Adst8TransformLoopRow_NEON()
/external/libgav1/libgav1/src/dsp/x86/
Dinverse_transform_sse4.cc1189 LIBGAV1_ALWAYS_INLINE bool Adst8DcOnly(void* dest, int adjusted_tx_height, in Adst8DcOnly() function
2569 if (Adst8DcOnly(src, adjusted_tx_height, should_round, row_shift)) { in Adst8TransformLoopRow_SSE4_1()