Home
last modified time | relevance | path

Searched refs:Dct8_NEON (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/libgav1/libgav1-0.17.0/src/dsp/arm/
H A Dinverse_transform_neon.cc649 LIBGAV1_ALWAYS_INLINE void Dct8_NEON(void* dest, int32_t step, bool transpose) { in Dct8_NEON() function
2482 Dct8_NEON<ButterflyRotation_4, true>(src, /*step=*/8, /*transpose=*/true); in Dct8TransformLoopRow_NEON()
2489 Dct8_NEON<ButterflyRotation_8, false>(data, /*step=*/8, in Dct8TransformLoopRow_NEON()
2515 Dct8_NEON<ButterflyRotation_4, true>(src, 4, /*transpose=*/false); in Dct8TransformLoopColumn_NEON()
2521 Dct8_NEON<ButterflyRotation_8, false>(data, tx_width, in Dct8TransformLoopColumn_NEON()
H A Dinverse_transform_10bit_neon.cc346 LIBGAV1_ALWAYS_INLINE void Dct8_NEON(void* dest, int32_t step, bool is_row, in Dct8_NEON() function
2098 Dct8_NEON<ButterflyRotation_4>(data, /*step=*/8, /*is_row=*/true, in Dct8TransformLoopRow_NEON()
2122 Dct8_NEON<ButterflyRotation_4>(data, tx_width, /*is_row=*/false, in Dct8TransformLoopColumn_NEON()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libgav1/src/src/dsp/arm/
H A Dinverse_transform_neon.cc601 LIBGAV1_ALWAYS_INLINE void Dct8_NEON(void* dest, const void* source, in Dct8_NEON() function
2506 Dct8_NEON<ButterflyRotation_4, true>(&src[0], &src[0], /*step=*/8, in Dct8TransformLoop_NEON()
2512 Dct8_NEON<ButterflyRotation_8, false>(&src[i * 8], &src[i * 8], in Dct8TransformLoop_NEON()
2531 Dct8_NEON<ButterflyRotation_4, true>(&src[0], &src[0], 4, in Dct8TransformLoop_NEON()
2537 Dct8_NEON<ButterflyRotation_8, false>(&src[i], &src[i], tx_width, in Dct8TransformLoop_NEON()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libgav1/src/src/dsp/arm/
H A Dinverse_transform_neon.cc601 LIBGAV1_ALWAYS_INLINE void Dct8_NEON(void* dest, const void* source, in Dct8_NEON() function
2516 Dct8_NEON<ButterflyRotation_4, true>(&src[0], &src[0], /*step=*/8, in Dct8TransformLoop_NEON()
2522 Dct8_NEON<ButterflyRotation_8, false>(&src[i * 8], &src[i * 8], in Dct8TransformLoop_NEON()
2541 Dct8_NEON<ButterflyRotation_4, true>(&src[0], &src[0], 4, in Dct8TransformLoop_NEON()
2547 Dct8_NEON<ButterflyRotation_8, false>(&src[i], &src[i], tx_width, in Dct8TransformLoop_NEON()