Searched refs:Transpose4x4 (Results 1 – 8 of 8) sorted by relevance
/external/libgav1/src/dsp/arm/ |
D | inverse_transform_10bit_neon.cc | 43 LIBGAV1_ALWAYS_INLINE void Transpose4x4(const int32x4_t in[4], in Transpose4x4() function 363 Transpose4x4(&x[0], &x[0]); in Dct8_NEON() 364 Transpose4x4(&x[4], &x[4]); in Dct8_NEON() 388 Transpose4x4(&s[0], &s[0]); in Dct8_NEON() 389 Transpose4x4(&s[4], &s[4]); in Dct8_NEON() 471 Transpose4x4(&x[idx], &x[idx]); in Dct16_NEON() 472 Transpose4x4(&x[idx + 4], &x[idx + 4]); in Dct16_NEON() 507 Transpose4x4(&s[idx], &s[idx]); in Dct16_NEON() 508 Transpose4x4(&s[idx + 4], &s[idx + 4]); in Dct16_NEON() 642 Transpose4x4(&x[idx], &x[idx]); in Dct32_NEON() [all …]
|
D | common_neon_test.cc | 58 Transpose4x4(&a, &b); in TEST_F() 120 Transpose4x4(input_4x4); in TEST_F()
|
D | loop_filter_10bit_neon.cc | 289 Transpose4x4(src); in Vertical4_NEON() 335 Transpose4x4(output); in Vertical4_NEON() 546 Transpose4x4(output); in Vertical6_NEON()
|
D | loop_filter_neon.cc | 191 Transpose4x4(&p1q0, &p0q1); in Vertical4_NEON() 231 Transpose4x4(&output_0, &output_1); in Vertical4_NEON() 450 Transpose4x4(&output_0, &output_1); in Vertical6_NEON()
|
D | common_neon.h | 769 inline void Transpose4x4(uint16x4_t a[4]) { in Transpose4x4() function 801 inline void Transpose4x4(uint8x8_t* a, uint8x8_t* b) { in Transpose4x4() function
|
D | intrapred_directional_neon.cc | 1278 Transpose4x4(result); in DirectionalZone3_4x4()
|
/external/libgav1/src/dsp/x86/ |
D | loop_filter_sse4.cc | 176 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()
|
/external/webp/ |
D | ChangeLog | 2600 ca49e7ad Merge "enc_neon: move Transpose4x4 to dsp/neon.h" 2605 5e1a17ef enc_neon: move Transpose4x4 to dsp/neon.h
|