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 230 static void ConvertBGR24ToY(const uint8_t* bgr, uint8_t* y, int width) {
320 WebPConvertBGR24ToY = ConvertBGR24ToY;
yuv_sse2.c 586 static void ConvertBGR24ToY(const uint8_t* bgr, uint8_t* y, int width) {
734 WebPConvertBGR24ToY = ConvertBGR24ToY;

Completed in 105 milliseconds