Searched refs:Dct8Stages (Results 1 – 3 of 3) sorted by relevance
/external/libgav1/libgav1/src/dsp/arm/ |
D | inverse_transform_neon.cc | 566 LIBGAV1_ALWAYS_INLINE void Dct8Stages(int16x8_t* s) { in Dct8Stages() function 623 Dct8Stages<butterfly_rotation>(s); in Dct8_NEON() 734 Dct8Stages<butterfly_rotation>(s); in Dct16_NEON() 908 Dct8Stages<ButterflyRotation_8>(s); in Dct32_NEON() 989 Dct8Stages<ButterflyRotation_8, /*is_fast_butterfly=*/true>(s); in Dct64_NEON()
|
D | inverse_transform_10bit_neon.cc | 310 LIBGAV1_ALWAYS_INLINE void Dct8Stages(int32x4_t* s, const int32x4_t* min, in Dct8Stages() function 374 Dct8Stages<butterfly_rotation>(s, &min, &max, /*is_last_stage=*/true); in Dct8_NEON() 491 Dct8Stages<butterfly_rotation>(s, &min, &max, /*is_last_stage=*/false); in Dct16_NEON() 681 Dct8Stages<ButterflyRotation_4>(s, &min, &max, /*is_last_stage=*/false); in Dct32_NEON() 768 Dct8Stages<ButterflyRotation_4, /*is_fast_butterfly=*/true>( in Dct64_NEON()
|
/external/libgav1/libgav1/src/dsp/x86/ |
D | inverse_transform_sse4.cc | 357 LIBGAV1_ALWAYS_INLINE void Dct8Stages(__m128i* s) { in Dct8Stages() function 418 Dct8Stages<butterfly_rotation>(s); in Dct8_SSE4_1() 535 Dct8Stages<butterfly_rotation>(s); in Dct16_SSE4_1() 706 Dct8Stages<ButterflyRotation_8>(s); in Dct32_SSE4_1() 784 Dct8Stages<ButterflyRotation_8, /*is_fast_butterfly=*/true>(s); in Dct64_SSE4_1()
|