Home
last modified time | relevance | path

Searched refs:MODE_ARGB (Results 1 – 3 of 3) sorted by relevance

/external/webp/src/dec/
Dwebp.c151 return DecodeIntoRGBABuffer(MODE_ARGB, data, data_size, output, stride, size); in WebPDecodeARGBInto()
234 return Decode(MODE_ARGB, data, data_size, width, height, NULL); in WebPDecodeARGB()
Dio.c122 WebPUpsamplers[MODE_ARGB] = UpsampleArgbLinePair; in InitUpsamplers()
130 WebPUpsamplersKeepAlpha[MODE_ARGB] = UpsampleArgbKeepAlphaLinePair; in InitUpsamplers()
541 return (mode == MODE_RGBA || mode == MODE_BGRA || mode == MODE_ARGB || in IsAlphaMode()
/external/webp/include/webp/
Ddecode.h114 MODE_ARGB = 4, MODE_RGBA_4444 = 5, enumerator