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

/external/webp/src/dsp/
H A Denc_sse2.c992 #define LOAD_8x16b(ptr) \ macro
1001 const __m128i a0 = LOAD_8x16b(&a[BPS * 0]);
1002 const __m128i a1 = LOAD_8x16b(&a[BPS * 1]);
1003 const __m128i b0 = LOAD_8x16b(&b[BPS * 0]);
1004 const __m128i b1 = LOAD_8x16b(&b[BPS * 1]);
1020 #undef LOAD_8x16b macro

Completed in 100 milliseconds