Home
last modified time | relevance | path

Searched refs:ConvertBGR24ToY (Results 1 – 2 of 2) sorted by relevance

/external/webp/src/dsp/
Dyuv.c228 static void ConvertBGR24ToY(const uint8_t* bgr, uint8_t* y, int width) { in ConvertBGR24ToY() function
268 WebPConvertBGR24ToY = ConvertBGR24ToY; in WebPInitConvertARGBToYUV()
Dyuv_sse2.c613 static void ConvertBGR24ToY(const uint8_t* bgr, uint8_t* y, int width) { in ConvertBGR24ToY() function
764 WebPConvertBGR24ToY = ConvertBGR24ToY; in WebPInitConvertARGBToYUVSSE2()