Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dio_dec.c412 uint32_t non_opaque = 0; in ExportAlpha() local
419 non_opaque |= WebPDispatchAlpha(p->scaler_a->dst, 0, width, 1, dst, 0); in ExportAlpha()
423 if (is_premult_alpha && non_opaque) { in ExportAlpha()