HomeSort by relevance Sort by last modified time
    Searched refs:ConvertBGR24ToY (Results 1 - 2 of 2) sorted by null

  /external/webp/src/dsp/
yuv.c 228 static void ConvertBGR24ToY(const uint8_t* bgr, uint8_t* y, int width) {
268 WebPConvertBGR24ToY = ConvertBGR24ToY;
yuv_sse2.c 613 static void ConvertBGR24ToY(const uint8_t* bgr, uint8_t* y, int width) {
764 WebPConvertBGR24ToY = ConvertBGR24ToY;

Completed in 46 milliseconds