/aosp_15_r20/external/libgav1/src/dsp/x86/ |
H A D | loop_restoration_10bit_sse4.cc | 1448 __m128i b3[2][6], __m128i* const ma5, __m128i b5[2]) { in BoxFilterPreProcessLo() 1533 __m128i* const ma5, __m128i b3[2], __m128i b5[2]) { in BoxFilterPreProcessLastRowLo() 1603 __m128i ma5[3], ma[2], b[4]; in BoxSumFilterPreProcess5() local 1697 __m128i s[2][4], ma3[2][2], ma5[2], sq[2][8], b3[2][6], b5[6]; in BoxSumFilterPreProcess() local 1858 __m128i ma[2], ma5[3], b[2][2], p[2]; in BoxFilterPass1() local 1929 __m128i ma[2], ma5[3], b[2][2]; in BoxFilterPass1LastRow() local 2032 __m128i s[2][4], ma3[2][2], ma5[2], sq[2][8], b3[2][6], b5[6]; in BoxFilter() local 2142 __m128i s[4], ma3[2], ma5[2], sq[8], b3[6], b5[6], ma[3], b[3][2]; in BoxFilterLastRow() local
|
H A D | loop_restoration_sse4.cc | 1582 __m128i b3[2][3], __m128i* const ma5, __m128i* const b5) { in BoxFilterPreProcessLo() 1667 __m128i* const ma5, __m128i* const b3, __m128i* const b5) { in BoxFilterPreProcessLastRowLo() 1733 __m128i ma5[3], ma[2], b[4]; in BoxSumFilterPreProcess5() local 1809 __m128i s[2][2], ma3[2][2], ma5[2], sq[2][4], b3[2][3], b5[3]; in BoxSumFilterPreProcess() local 1947 __m128i ma[2], ma5[3], b[2][2], sr[2], p[2]; in BoxFilterPass1() local 2007 __m128i ma[2], ma5[3], b[2][2]; in BoxFilterPass1LastRow() local 2097 __m128i s[2][2], ma3[2][2], ma5[2], sq[2][4], b3[2][3], b5[3]; in BoxFilter() local 2193 __m128i s[2], ma3[2], ma5[2], sq[4], b3[3], b5[3], ma[3], b[3][2]; in BoxFilterLastRow() local
|
H A D | loop_restoration_10bit_avx2.cc | 2001 __m128i b3[2][10], __m128i* const ma5, __m128i b5[2]) { in BoxFilterPreProcessLo() 2106 __m128i* const ma5, __m128i b3[2], __m128i b5[2]) { in BoxFilterPreProcessLastRowLo() 2196 __m256i ma5[3], ma[2], b[4]; in BoxSumFilterPreProcess5() local 2286 __m256i ma3[2][3], ma5[3], sq[2][8], b3[2][7], b5[7]; in BoxSumFilterPreProcess() local 2462 __m256i ma5[3], ma[4], b[4][2]; in BoxFilterPass1() local 2531 __m256i ma5[3], ma[4], b[4][2]; in BoxFilterPass1LastRow() local 2631 __m256i ma3[2][3], ma5[3], sq[2][8], b3[2][7], b5[7]; in BoxFilter() local 2755 __m256i ma3[3], ma5[3], sq[8], b3[7], b5[7]; in BoxFilterLastRow() local
|
H A D | loop_restoration_avx2.cc | 1900 __m128i b3[2], __m128i* const ma5, __m128i* const b5) { in BoxFilterPreProcessLo() 1999 __m128i* const ma5, __m128i* const b3, __m128i* const b5) { in BoxFilterPreProcessLastRowLo() 2078 __m256i ma5[3], ma[2], b[4]; in BoxSumFilterPreProcess5() local 2154 __m256i ma3[2][3], ma5[3], sq[2][3], b3[2][5], b5[5]; in BoxSumFilterPreProcess() local 2303 __m256i ma[3], ma5[3], b[2][2][2]; in BoxFilterPass1() local 2361 __m256i ma[3], ma5[3], b[2][2]; in BoxFilterPass1LastRow() local 2451 __m256i ma3[2][3], ma5[3], sq[2][3], b3[2][5], b5[5]; in BoxFilter() local 2553 __m256i ma3[3], ma5[3], sq[3], b3[3], b5[3]; in BoxFilterLastRow() local
|
/aosp_15_r20/external/libgav1/src/dsp/arm/ |
H A D | loop_restoration_10bit_neon.cc | 1500 uint32x4_t b3[2][6], uint8x16_t* const ma5, uint32x4_t b5[2]) { in BoxFilterPreProcessLo() 1589 uint32x4_t sq[4], uint8x16_t* const ma3, uint8x16_t* const ma5, in BoxFilterPreProcessLastRowLo() 1667 uint8x16_t ma5[3]; in BoxSumFilterPreProcess5() local 1770 uint8x16_t ma3[2][2], ma5[2]; in BoxSumFilterPreProcess() local 1943 uint8x16_t ma5[3]; in BoxFilterPass1() local 2021 uint8x16_t ma5[3]; in BoxFilterPass1LastRow() local 2132 uint8x16_t ma3[2][2], ma5[2]; in BoxFilter() local 2252 uint8x16_t ma3[2], ma5[2]; in BoxFilterLastRow() local
|
H A D | loop_restoration_neon.cc | 1370 uint16x8_t b3[2][3], uint8x16_t* const ma5, uint16x8_t* const b5) { in BoxFilterPreProcessLo() 1453 uint16x8_t sq[2], uint8x16_t* const ma3, uint8x16_t* const ma5, in BoxFilterPreProcessLastRowLo() 1603 uint8x16_t s[2][2], ma3[2][2], ma5[2]; in BoxSumFilterPreProcess() local 1915 uint8x16_t s[2][2], ma3[2][2], ma5[2]; in BoxFilter() local 2021 uint8x16_t s[2], ma3[2], ma5[2]; in BoxFilterLastRow() local
|