Searched refs:MODE_BGR (Results 1 – 6 of 6) sorted by relevance
/external/webp/src/dsp/ |
D | upsampling_sse2.c | 194 WebPUpsamplers[MODE_BGR] = UpsampleBgrLinePairSSE2; in WebPInitUpsamplersSSE2()
|
D | upsampling.c | 318 WebPUpsamplers[MODE_BGR] = UpsampleBgrLinePair; in WebPInitUpsamplers()
|
D | lossless.c | 1114 case MODE_BGR: in VP8LConvertFromBGRA()
|
/external/webp/include/webp/ |
D | decode.h | 123 MODE_BGR = 2, MODE_BGRA = 3, enumerator
|
/external/webp/src/dec/ |
D | webp.c | 500 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/ |
D | README | 425 buffer.colorspace = MODE_BGR;
|