Home
last modified time | relevance | path

Searched refs:MODE_BGRA (Results 1 – 4 of 4) sorted by relevance

/external/webp/src/dec/
Dio_sse2.c193 WebPUpsamplers[MODE_BGRA] = UpsampleBgraLinePairSSE2; in WebPInitUpsamplersSSE2()
198 WebPUpsamplersKeepAlpha[MODE_BGRA] = UpsampleBgrKeepAlphaLinePairSSE2; in WebPInitUpsamplersSSE2()
Dwebp.c161 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()
Dio.c121 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/
Ddecode.h113 MODE_BGR = 2, MODE_BGRA = 3, enumerator