Home
last modified time | relevance | path

Searched refs:MODE_BGR (Results 1 – 6 of 6) sorted by relevance

/external/webp/src/dsp/
Dupsampling_sse2.c194 WebPUpsamplers[MODE_BGR] = UpsampleBgrLinePairSSE2; in WebPInitUpsamplersSSE2()
Dupsampling.c318 WebPUpsamplers[MODE_BGR] = UpsampleBgrLinePair; in WebPInitUpsamplers()
Dlossless.c1114 case MODE_BGR: in VP8LConvertFromBGRA()
/external/webp/include/webp/
Ddecode.h123 MODE_BGR = 2, MODE_BGRA = 3, enumerator
/external/webp/src/dec/
Dwebp.c500 return DecodeIntoRGBABuffer(MODE_BGR, data, data_size, output, stride, size); in WebPDecodeBGRInto()
583 return Decode(MODE_BGR, data, data_size, width, height, NULL); in WebPDecodeBGR()
/external/webp/
DREADME425 buffer.colorspace = MODE_BGR;