Home
last modified time | relevance | path

Searched refs:MODE_rgbA (Results 1 – 5 of 5) sorted by relevance

/external/webp/include/webp/
Ddecode.h127 MODE_rgbA = 7, enumerator
138 return (mode == MODE_rgbA || mode == MODE_bgrA || mode == MODE_Argb || in WebPIsPremultipliedMode()
/external/webp/src/dsp/
Dupsampling_sse2.c199 WebPUpsamplers[MODE_rgbA] = UpsampleRgbaLinePairSSE2; in WebPInitPremultiplySSE2()
Dupsampling.c340 WebPUpsamplers[MODE_rgbA] = UpsampleRgbaLinePair; in WebPInitPremultiply()
Dlossless.c1110 case MODE_rgbA: in VP8LConvertFromBGRA()
/external/skia/src/images/
DSkImageDecoder_libwebp.cpp155 mode = hasAlpha ? MODE_rgbA : MODE_RGBA; in webp_decode_mode()