Searched refs:LoadAligned32x3U16 (Results 1 – 2 of 2) sorted by relevance
/external/libgav1/libgav1/src/dsp/x86/ |
D | loop_restoration_10bit_avx2.cc | 610 inline void LoadAligned32x3U16(const uint16_t* const src[3], const ptrdiff_t x, in LoadAligned32x3U16() function 1874 LoadAligned32x3U16(sum5, x, s5[0]); in BoxFilterPreProcess5() 1929 LoadAligned32x3U16(sum5, x, s5[0]); in BoxFilterPreProcess5LastRow() 2065 LoadAligned32x3U16(sum5, x, s5[0]); in BoxFilterPreProcess() 2138 LoadAligned32x3U16(sum5, x, s5[0]); in BoxFilterPreProcessLastRow()
|
D | loop_restoration_avx2.cc | 626 inline void LoadAligned32x3U16(const uint16_t* const src[3], const ptrdiff_t x, in LoadAligned32x3U16() function 1791 LoadAligned32x3U16(sum5, x, s5[0]); in BoxFilterPreProcess5() 1837 LoadAligned32x3U16(sum5, x, s5[0]); in BoxFilterPreProcess5LastRow() 1966 LoadAligned32x3U16(sum5, x, s5[0]); in BoxFilterPreProcess() 2031 LoadAligned32x3U16(sum5, x, s5[0]); in BoxFilterPreProcessLastRow()
|