Home
last modified time | relevance | path

Searched refs:ma5x (Results 1 – 5 of 5) sorted by relevance

/external/libgav1/libgav1/src/dsp/x86/
Dloop_restoration_10bit_sse4.cc1699 __m128i ma[2], b[4], ma3x[3], ma5x[3]; in BoxSumFilterPreProcess() local
1724 Prepare3_8<0>(ma5, ma5x); in BoxSumFilterPreProcess()
1725 ma[0] = Sum565Lo(ma5x); in BoxSumFilterPreProcess()
1726 ma[1] = Sum565Hi(ma5x); in BoxSumFilterPreProcess()
2034 __m128i ma[3][3], b[3][3][2], p[2][2], ma3x[2][3], ma5x[3]; in BoxFilter() local
2047 Prepare3_8<0>(ma5, ma5x); in BoxFilter()
2052 ma[0][1] = Sum565Lo(ma5x); in BoxFilter()
2077 ma[0][1] = Sum565Hi(ma5x); in BoxFilter()
2141 __m128i ma3x[3], ma5x[3], p[2]; in BoxFilterLastRow() local
2149 Prepare3_8<0>(ma5, ma5x); in BoxFilterLastRow()
[all …]
Dloop_restoration_sse4.cc1809 __m128i ma[2], b[4], ma3x[3], ma5x[3]; in BoxSumFilterPreProcess() local
1830 Prepare3_8<0>(ma5, ma5x); in BoxSumFilterPreProcess()
1831 ma[0] = Sum565Lo(ma5x); in BoxSumFilterPreProcess()
1832 ma[1] = Sum565Hi(ma5x); in BoxSumFilterPreProcess()
2097 __m128i ma[3][3], b[3][3][2], p[2][2], ma3x[2][3], ma5x[3]; in BoxFilter() local
2106 Prepare3_8<0>(ma5, ma5x); in BoxFilter()
2111 ma[0][1] = Sum565Lo(ma5x); in BoxFilter()
2138 ma[0][1] = Sum565Hi(ma5x); in BoxFilter()
2191 __m128i ma3x[3], ma5x[3], p[2]; in BoxFilterLastRow() local
2197 Prepare3_8<0>(ma5, ma5x); in BoxFilterLastRow()
[all …]
Dloop_restoration_10bit_avx2.cc2308 __m256i ma[2], b[4], ma3x[3], ma5x[3]; in BoxSumFilterPreProcess() local
2326 Prepare3_8(ma5, ma5x); in BoxSumFilterPreProcess()
2327 ma[0] = Sum565Lo(ma5x); in BoxSumFilterPreProcess()
2328 ma[1] = Sum565Hi(ma5x); in BoxSumFilterPreProcess()
2654 ma5x[3]; in BoxFilter() local
2662 Prepare3_8(ma5, ma5x); in BoxFilter()
2669 ma[0][2] = Sum565Lo(ma5x); in BoxFilter()
2670 ma[0][3] = Sum565Hi(ma5x); in BoxFilter()
2769 __m256i ma[4], mat[4], b[3][2], bt[3][2], ma3x[3], ma5x[3], p[2]; in BoxFilterLastRow() local
2776 Prepare3_8(ma5, ma5x); in BoxFilterLastRow()
[all …]
Dloop_restoration_avx2.cc2169 __m256i ma[2], b[4], ma3x[3], ma5x[3]; in BoxSumFilterPreProcess() local
2185 Prepare3_8(ma5, ma5x); in BoxSumFilterPreProcess()
2186 ma[0] = Sum565Lo(ma5x); in BoxSumFilterPreProcess()
2187 ma[1] = Sum565Hi(ma5x); in BoxSumFilterPreProcess()
2466 __m256i ma[3][3], mat[3][3], b[3][3][2], p[2][2], ma3x[2][3], ma5x[3]; in BoxFilter() local
2473 Prepare3_8(ma5, ma5x); in BoxFilter()
2478 ma[0][1] = Sum565Lo(ma5x); in BoxFilter()
2479 ma[0][2] = Sum565Hi(ma5x); in BoxFilter()
2562 __m256i ma[3], mat[3], b[3][2], p[2], ma3x[3], ma5x[3]; in BoxFilterLastRow() local
2568 Prepare3_8(ma5, ma5x); in BoxFilterLastRow()
[all …]
/external/libgav1/libgav1/src/dsp/arm/
Dloop_restoration_neon.cc1675 uint8x16_t ma3x[3], ma5x[3]; in BoxSumFilterPreProcess() local
1693 Prepare3_8<0>(ma5, ma5x); in BoxSumFilterPreProcess()
1694 ma[0] = Sum565<0>(ma5x); in BoxSumFilterPreProcess()
1695 ma[1] = Sum565<8>(ma5x); in BoxSumFilterPreProcess()
1977 uint8x16_t ma3x[2][3], ma5x[3]; in BoxFilter() local
1988 Prepare3_8<0>(ma5, ma5x); in BoxFilter()
1989 ma[0][1] = Sum565<0>(ma5x); in BoxFilter()
2021 ma[0][1] = Sum565<8>(ma5x); in BoxFilter()
2079 uint8x16_t ma3x[3], ma5x[3]; in BoxFilterLastRow() local
2084 Prepare3_8<0>(ma5, ma5x); in BoxFilterLastRow()
[all …]