/external/libgav1/libgav1/src/dsp/arm/ |
D | loop_restoration_neon.cc | 1091 inline void Store343_444(const uint8x16_t ma3[3], const uint16x8_t b3[2], in Store343_444() function 1123 inline void Store343_444(const uint8x16_t ma3[3], const uint16x8_t b3[2], in Store343_444() function 1130 Store343_444<offset>(ma3, b3, x, sum_ma343, &sum_ma444, sum_b343, &sum_b444, in Store343_444() 1135 inline void Store343_444(const uint8x16_t ma3[3], const uint16x8_t b3[2], in Store343_444() function 1141 Store343_444<offset>(ma3, b3, x, &sum_ma343, &sum_b343, ma343, ma444, b343, in Store343_444() 1632 Store343_444<0>(ma3x, bs + 0, 0, ma343, ma444, b343, b444); in BoxSumFilterPreProcess3() 1633 Store343_444<8>(ma3x, bs + 1, 0, ma343 + 8, ma444 + 8, b343 + 8, in BoxSumFilterPreProcess3() 1691 Store343_444<0>(ma3x, b3[1], x, ma343[1], ma444, b343[1], b444); in BoxSumFilterPreProcess() 1692 Store343_444<8>(ma3x, b3[1] + 1, x + 8, ma343[1], ma444, b343[1], b444); in BoxSumFilterPreProcess() 1927 Store343_444<0>(ma3x, bs, x, &ma[2], &b[2], ma343[2], ma444[1], b343[2], in BoxFilterPass2() [all …]
|
/external/libgav1/libgav1/src/dsp/x86/ |
D | loop_restoration_10bit_avx2.cc | 1662 inline void Store343_444(const __m256i b3[3], const ptrdiff_t x, in Store343_444() function 1692 Store343_444(b3, x, sum_b343, sum_b444, b343, b444); in Store343_444Lo() 1707 Store343_444(b3, x + kMaStoreOffset, sum_b343, sum_b444, b343, b444); in Store343_444Hi() 1747 inline void Store343_444(const __m256i ma3[3], const __m256i b3[6], in Store343_444() function 1761 Store343_444(b3, x, sum_b343_lo, sum_b444_lo, b343, b444); in Store343_444() 1774 Store343_444(b3 + 3, x + 16, sum_b343_hi, sum_b444_hi, b343, b444); in Store343_444() 1777 inline void Store343_444(const __m256i ma3[3], const __m256i b3[6], in Store343_444() function 1788 Store343_444(b3, x, sum_b343_lo, sum_b444, b343, b444); in Store343_444() 1798 Store343_444(b3 + 3, x + 16, sum_b343_hi, sum_b444, b343, b444); in Store343_444() 2589 Store343_444(ma3, bs, x, &ma[2], &ma[3], b[2], b[3], ma343[2], ma444[1], in BoxFilterPass2() [all …]
|
D | loop_restoration_10bit_sse4.cc | 1213 inline void Store343_444(const __m128i b3[3], const ptrdiff_t x, in Store343_444() function 1243 Store343_444(b3, x, sum_b343, sum_b444, b343, b444); in Store343_444Lo() 1258 Store343_444(b3, x, sum_b343, sum_b444, b343, b444); in Store343_444Hi()
|
D | loop_restoration_sse4.cc | 1352 inline void Store343_444(const __m128i b3[2], const ptrdiff_t x, in Store343_444() function 1381 Store343_444(b3, x, sum_b343, sum_b444, b343, b444); in Store343_444Lo() 1396 Store343_444(b3, x, sum_b343, sum_b444, b343, b444); in Store343_444Hi()
|
D | loop_restoration_avx2.cc | 1663 inline void Store343_444(const __m256i b3[2], const ptrdiff_t x, in Store343_444() function 1692 Store343_444(b3, x, sum_b343, sum_b444, b343, b444); in Store343_444Lo() 1707 Store343_444(b3, x, sum_b343, sum_b444, b343, b444); in Store343_444Hi()
|