Searched refs:PlanarTo24b_SSE2 (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/dsp/ |
D | yuv_sse2.c | 167 static WEBP_INLINE void PlanarTo24b_SSE2(__m128i* const in0, __m128i* const in1, in PlanarTo24b_SSE2() function 266 PlanarTo24b_SSE2(&rgb0, &rgb1, &rgb2, &rgb3, &rgb4, &rgb5, dst); in VP8YuvToRgb32_SSE2() 288 PlanarTo24b_SSE2(&bgr0, &bgr1, &bgr2, &bgr3, &bgr4, &bgr5, dst); in VP8YuvToBgr32_SSE2() 382 PlanarTo24b_SSE2(&rgb0, &rgb1, &rgb2, &rgb3, &rgb4, &rgb5, dst); in YuvToRgbRow_SSE2() 419 PlanarTo24b_SSE2(&bgr0, &bgr1, &bgr2, &bgr3, &bgr4, &bgr5, dst); in YuvToBgrRow_SSE2()
|