Searched refs:SSE_Nx4 (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/dsp/ |
D | enc_sse2.c | 491 static int SSE_Nx4(const uint8_t* a, const uint8_t* b, in SSE_Nx4() function 570 return SSE_Nx4(a, b, 4, 1); in SSE16x16() 574 return SSE_Nx4(a, b, 2, 1); in SSE16x8() 578 return SSE_Nx4(a, b, 2, 0); in SSE8x8()
|