Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/dsp/arm/
Dinverse_transform_neon.cc643 LIBGAV1_ALWAYS_INLINE void Dct16Stages(int16x8_t* s) { in Dct16Stages() function
735 Dct16Stages<butterfly_rotation>(s); in Dct16_NEON()
909 Dct16Stages<ButterflyRotation_8>(s); in Dct32_NEON()
990 Dct16Stages<ButterflyRotation_8, /*is_fast_butterfly=*/true>(s); in Dct64_NEON()
Dinverse_transform_10bit_neon.cc392 LIBGAV1_ALWAYS_INLINE void Dct16Stages(int32x4_t* s, const int32x4_t* min, in Dct16Stages() function
492 Dct16Stages<butterfly_rotation>(s, &min, &max, /*is_last_stage=*/true); in Dct16_NEON()
682 Dct16Stages<ButterflyRotation_4>(s, &min, &max, /*is_last_stage=*/false); in Dct32_NEON()
770 Dct16Stages<ButterflyRotation_4, /*is_fast_butterfly=*/true>( in Dct64_NEON()
/external/libgav1/libgav1/src/dsp/x86/
Dinverse_transform_sse4.cc441 LIBGAV1_ALWAYS_INLINE void Dct16Stages(__m128i* s) { in Dct16Stages() function
536 Dct16Stages<butterfly_rotation>(s); in Dct16_SSE4_1()
707 Dct16Stages<ButterflyRotation_8>(s); in Dct32_SSE4_1()
785 Dct16Stages<ButterflyRotation_8, /*is_fast_butterfly=*/true>(s); in Dct64_SSE4_1()