Searched refs:MODE_BGRA (Results 1 – 4 of 4) sorted by relevance
/external/webp/src/dec/ |
D | io_sse2.c | 193 WebPUpsamplers[MODE_BGRA] = UpsampleBgraLinePairSSE2; in WebPInitUpsamplersSSE2() 198 WebPUpsamplersKeepAlpha[MODE_BGRA] = UpsampleBgrKeepAlphaLinePairSSE2; in WebPInitUpsamplersSSE2()
|
D | webp.c | 161 return DecodeIntoRGBABuffer(MODE_BGRA, data, data_size, output, stride, size); in WebPDecodeBGRAInto() 244 return Decode(MODE_BGRA, data, data_size, width, height, NULL); in WebPDecodeBGRA()
|
D | io.c | 121 WebPUpsamplers[MODE_BGRA] = UpsampleBgraLinePair; in InitUpsamplers() 129 WebPUpsamplersKeepAlpha[MODE_BGRA] = UpsampleBgrKeepAlphaLinePair; in InitUpsamplers() 541 return (mode == MODE_RGBA || mode == MODE_BGRA || mode == MODE_ARGB || in IsAlphaMode()
|
/external/webp/include/webp/ |
D | decode.h | 113 MODE_BGR = 2, MODE_BGRA = 3, enumerator
|