Searched refs:MODE_BGR (Results 1 - 5 of 5) sorted by relevance

/external/webp/include/webp/
H A Ddecode.h123 MODE_BGR = 2, MODE_BGRA = 3, enumerator in enum:__anon15595
/external/webp/src/dsp/
H A Dupsampling_sse2.c194 WebPUpsamplers[MODE_BGR] = UpsampleBgrLinePairSSE2;
H A Dupsampling.c148 SampleBgrLinePair, // MODE_BGR
224 Yuv444ToBgr, // MODE_BGR
318 WebPUpsamplers[MODE_BGR] = UpsampleBgrLinePair;
H A Dlossless.c1114 case MODE_BGR:
/external/webp/src/dec/
H A Dwebp.c500 return DecodeIntoRGBABuffer(MODE_BGR, data, data_size, output, stride, size);
583 return Decode(MODE_BGR, data, data_size, width, height, NULL);

Completed in 506 milliseconds