Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/dsp/x86/
Dloop_restoration_10bit_avx2.cc2751 __m128i s[2], ma3_0, ma5_0, sq_128[4], b3_128[2], b5_128[2]; in BoxFilterLastRow() local
2757 sq_128, &ma3_0, &ma5_0, b3_128, b5_128); in BoxFilterLastRow()
2760 ma3[0] = SetrM128i(ma3_0, ma3_0); in BoxFilterLastRow()
Dloop_restoration_avx2.cc2549 __m128i ma3_0, ma5_0, b3_0, b5_0, sq_128[2]; in BoxFilterLastRow() local
2553 sq_128, &ma3_0, &ma5_0, &b3_0, &b5_0); in BoxFilterLastRow()
2555 ma3[0] = SetrM128i(ma3_0, ma3_0); in BoxFilterLastRow()