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

/external/chromium_org/third_party/libwebp/dsp/
H A Dyuv_mips32.c97 WebPSamplers[MODE_BGR] = YuvToBgrRow;
H A Dyuv.c129 WebPSamplers[MODE_BGR] = YuvToBgrRow;
H A Dupsampling.c175 Yuv444ToBgr, // MODE_BGR
196 WebPUpsamplers[MODE_BGR] = UpsampleBgrLinePair;
H A Dupsampling_sse2.c202 WebPUpsamplers[MODE_BGR] = UpsampleBgrLinePair;
H A Dupsampling_neon.c255 WebPUpsamplers[MODE_BGR] = UpsampleBgrLinePair;
H A Dyuv_sse2.c318 WebPSamplers[MODE_BGR] = YuvToBgrRowSSE2;
H A Dlossless.c1407 case MODE_BGR:
/external/webp/src/dsp/
H A Dyuv_mips32.c97 WebPSamplers[MODE_BGR] = YuvToBgrRow;
H A Dyuv.c129 WebPSamplers[MODE_BGR] = YuvToBgrRow;
H A Dupsampling.c175 Yuv444ToBgr, // MODE_BGR
196 WebPUpsamplers[MODE_BGR] = UpsampleBgrLinePair;
H A Dupsampling_sse2.c202 WebPUpsamplers[MODE_BGR] = UpsampleBgrLinePair;
H A Dupsampling_neon.c255 WebPUpsamplers[MODE_BGR] = UpsampleBgrLinePair;
H A Dyuv_sse2.c318 WebPSamplers[MODE_BGR] = YuvToBgrRowSSE2;
H A Dlossless.c1398 case MODE_BGR:
/external/chromium_org/third_party/libwebp/webp/
H A Ddecode.h145 MODE_BGR = 2, MODE_BGRA = 3, enumerator in enum:WEBP_CSP_MODE
/external/webp/include/webp/
H A Ddecode.h145 MODE_BGR = 2, MODE_BGRA = 3, enumerator in enum:WEBP_CSP_MODE
/external/chromium_org/third_party/libwebp/dec/
H A Dwebp.c562 return DecodeIntoRGBABuffer(MODE_BGR, data, data_size, output, stride, size);
645 return Decode(MODE_BGR, data, data_size, width, height, NULL);
/external/webp/src/dec/
H A Dwebp.c574 return DecodeIntoRGBABuffer(MODE_BGR, data, data_size, output, stride, size);
657 return Decode(MODE_BGR, data, data_size, width, height, NULL);
/external/webp/examples/
H A Ddwebp.c473 output_buffer->colorspace = bitstream->has_alpha ? MODE_BGRA : MODE_BGR;

Completed in 144 milliseconds