OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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