Searched refs:Adst8DcOnly (Results 1 – 3 of 3) sorted by relevance
/external/libgav1/libgav1/src/dsp/arm/ |
D | inverse_transform_neon.cc | 1380 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()
|
D | inverse_transform_10bit_neon.cc | 1135 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/ |
D | inverse_transform_sse4.cc | 1189 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()
|