Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Denc_sse2.c984 #define LOAD_8x16b(ptr) \ macro
993 const __m128i a0 = LOAD_8x16b(&a[BPS * 0]); in SSE8x8()
994 const __m128i a1 = LOAD_8x16b(&a[BPS * 1]); in SSE8x8()
995 const __m128i b0 = LOAD_8x16b(&b[BPS * 0]); in SSE8x8()
996 const __m128i b1 = LOAD_8x16b(&b[BPS * 1]); in SSE8x8()
1012 #undef LOAD_8x16b