Searched refs:STORE_16 (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/dsp/ |
D | yuv_sse2.c | 465 #define STORE_16(V, dst) _mm_storeu_si128((__m128i*)(dst), (V)) macro 605 STORE_16(_mm_packus_epi16(Y0, Y1), y + i); in ConvertRGB24ToY() 639 STORE_16(_mm_packus_epi16(Y0, Y1), y + i); in ConvertBGR24ToY() 656 STORE_16(_mm_packus_epi16(Y0, Y1), y + i); in ConvertARGBToY() 703 STORE_16(U0, u); in ConvertARGBToUV() 704 STORE_16(V0, v); in ConvertARGBToUV() 744 STORE_16(_mm_packus_epi16(U0, U1), u); in ConvertRGBA32ToUV() 745 STORE_16(_mm_packus_epi16(V0, V1), v); in ConvertRGBA32ToUV()
|