Home
last modified time | relevance | path

Searched refs:SquareLo8 (Results 1 – 2 of 2) sorted by relevance

/external/libgav1/libgav1/src/dsp/x86/
Dloop_restoration_sse4.cc761 inline __m128i SquareLo8(const __m128i src) { in SquareLo8() function
1058 sq[0] = SquareLo8(s[0]); in BoxSum()
1067 sq[2] = SquareLo8(s[1]); in BoxSum()
1104 sq[0] = SquareLo8(s[0]); in BoxSum()
1112 sq[2] = SquareLo8(s[1]); in BoxSum()
1461 sq[0][2] = SquareLo8(s[0][1]); in BoxFilterPreProcess5()
1462 sq[1][2] = SquareLo8(s[1][1]); in BoxFilterPreProcess5()
1509 sq[2] = SquareLo8(s[1]); in BoxFilterPreProcess5LastRow()
1550 sq[2] = SquareLo8(s[1]); in BoxFilterPreProcess3()
1616 sq[0][2] = SquareLo8(s[0][1]); in BoxFilterPreProcess()
[all …]
Dloop_restoration_avx2.cc824 inline __m128i SquareLo8(const __m128i src) { in SquareLo8() function
829 inline __m256i SquareLo8(const __m256i src) { in SquareLo8() function
1252 sq_128[0] = SquareLo8(s0); in BoxSum()
1271 sq[1] = SquareLo8(s); in BoxSum()
1319 sq_128[0] = SquareLo8(s); in BoxSum()
1339 sq[1] = SquareLo8(s); in BoxSum()
1775 sq[0][1] = SquareLo8(s0); in BoxFilterPreProcess5()
1777 sq[1][1] = SquareLo8(s1); in BoxFilterPreProcess5()
1828 sq[1] = SquareLo8(s); in BoxFilterPreProcess5LastRow()
1873 sq[1] = SquareLo8(s); in BoxFilterPreProcess3()
[all …]