Searched refs:STORE_16 (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/dsp/ |
D | yuv_sse2.c | 444 #define STORE_16(V, dst) _mm_storeu_si128((__m128i*)(dst), (V)) macro 578 STORE_16(_mm_packus_epi16(Y0, Y1), y + i); in ConvertRGB24ToY() 612 STORE_16(_mm_packus_epi16(Y0, Y1), y + i); in ConvertBGR24ToY() 628 STORE_16(_mm_packus_epi16(Y0, Y1), y + i); in ConvertARGBToY() 673 STORE_16(U0, u); in ConvertARGBToUV() 674 STORE_16(V0, v); in ConvertARGBToUV() 714 STORE_16(_mm_packus_epi16(U0, U1), u); in ConvertRGBA32ToUV() 715 STORE_16(_mm_packus_epi16(V0, V1), v); in ConvertRGBA32ToUV()
|