Searched refs:LoadAligned32x2U16 (Results 1 – 2 of 2) sorted by relevance
/external/libgav1/libgav1/src/dsp/x86/ |
D | loop_restoration_10bit_avx2.cc | 590 inline void LoadAligned32x2U16(const uint16_t* const src[2], const ptrdiff_t x, in LoadAligned32x2U16() function 1978 LoadAligned32x2U16(sum3, x, s3); in BoxFilterPreProcess3() 2060 LoadAligned32x2U16(sum3, x, s3[0]); in BoxFilterPreProcess() 2135 LoadAligned32x2U16(sum3, x, s3[0]); in BoxFilterPreProcessLastRow()
|
D | loop_restoration_avx2.cc | 606 inline void LoadAligned32x2U16(const uint16_t* const src[2], const ptrdiff_t x, in LoadAligned32x2U16() function 1880 LoadAligned32x2U16(sum3, x, s3); in BoxFilterPreProcess3() 1961 LoadAligned32x2U16(sum3, x, s3[0]); in BoxFilterPreProcess() 2028 LoadAligned32x2U16(sum3, x, s3[0]); in BoxFilterPreProcessLastRow()
|