Searched refs:highbd_sse_w16_avx2 (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/aom_dsp/x86/ |
D | sse_avx2.c | 214 static INLINE void highbd_sse_w16_avx2(__m256i *sum, const uint16_t *a, in highbd_sse_w16_avx2() function 277 highbd_sse_w16_avx2(&sum, a, b); in aom_highbd_sse_avx2() 289 highbd_sse_w16_avx2(&sum32, a, b); in aom_highbd_sse_avx2() 290 highbd_sse_w16_avx2(&sum32, a + 16, b + 16); in aom_highbd_sse_avx2() 305 highbd_sse_w16_avx2(&sum32, a, b); in aom_highbd_sse_avx2() 306 highbd_sse_w16_avx2(&sum32, a + 16 * 1, b + 16 * 1); in aom_highbd_sse_avx2() 307 highbd_sse_w16_avx2(&sum32, a + 16 * 2, b + 16 * 2); in aom_highbd_sse_avx2() 308 highbd_sse_w16_avx2(&sum32, a + 16 * 3, b + 16 * 3); in aom_highbd_sse_avx2() 323 highbd_sse_w16_avx2(&sum32, a, b); in aom_highbd_sse_avx2() 324 highbd_sse_w16_avx2(&sum32, a + 16 * 1, b + 16 * 1); in aom_highbd_sse_avx2() [all …]
|