Home
last modified time | relevance | path

Searched refs:Transpose4x4 (Results 1 – 6 of 6) sorted by relevance

/external/libgav1/libgav1/src/dsp/arm/
Dinverse_transform_10bit_neon.cc43 LIBGAV1_ALWAYS_INLINE void Transpose4x4(const int32x4_t in[4], in Transpose4x4() function
286 Transpose4x4(x, x); in Dct4_NEON()
303 Transpose4x4(s, s); in Dct4_NEON()
356 Transpose4x4(&x[0], &x[0]); in Dct8_NEON()
357 Transpose4x4(&x[4], &x[4]); in Dct8_NEON()
381 Transpose4x4(&s[0], &s[0]); in Dct8_NEON()
382 Transpose4x4(&s[4], &s[4]); in Dct8_NEON()
464 Transpose4x4(&x[idx], &x[idx]); in Dct16_NEON()
465 Transpose4x4(&x[idx + 4], &x[idx + 4]); in Dct16_NEON()
500 Transpose4x4(&s[idx], &s[idx]); in Dct16_NEON()
[all …]
Dcommon_neon.h472 inline void Transpose4x4(uint16x4_t a[4]) { in Transpose4x4() function
504 inline void Transpose4x4(uint8x8_t* a, uint8x8_t* b) { in Transpose4x4() function
Dloop_filter_neon.cc195 Transpose4x4(&p1q0, &p0q1); in Vertical4_NEON()
239 Transpose4x4(&output_0, &output_1); in Vertical4_NEON()
466 Transpose4x4(&output_0, &output_1); in Vertical6_NEON()
Dinverse_transform_neon.cc47 LIBGAV1_ALWAYS_INLINE void Transpose4x4(const int16x8_t in[4], in Transpose4x4() function
535 Transpose4x4(x, x); in Dct4_NEON()
558 Transpose4x4(s, s); in Dct4_NEON()
1168 Transpose4x4(x, x); in Adst4_NEON()
1220 Transpose4x4(x, x); in Adst4_NEON()
Dintrapred_directional_neon.cc1270 Transpose4x4(result); in DirectionalZone3_4x4()
/external/libgav1/libgav1/src/dsp/x86/
Dloop_filter_sse4.cc176 inline void Transpose4x4(const __m128i& x0, const __m128i& x1, in Transpose4x4() function
246 Transpose4x4(p1, p0, q0, q1, &x0, &x1, &x2, &x3); in Vertical4()
472 Transpose4x4(p1, p0, q0, q1, &x0, &x1, &x2, &x3); in Vertical6()