Home
last modified time | relevance | path

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

/external/webp/src/utils/
Drescaler_utils.c118 while (total_imported < num_lines && !WebPRescalerHasPendingOutput(wrk)) { in WebPRescalerImport()
141 while (WebPRescalerHasPendingOutput(rescaler)) { in WebPRescalerExport()
Drescaler_utils.h91 int WebPRescalerHasPendingOutput(const WebPRescaler* const rescaler) { in WebPRescalerHasPendingOutput() function
/external/webp/src/dec/
Dio_dec.c363 while (WebPRescalerHasPendingOutput(p->scaler_y) && in ExportRGB()
364 WebPRescalerHasPendingOutput(p->scaler_u)) { in ExportRGB()
416 while (WebPRescalerHasPendingOutput(p->scaler_a) && in ExportAlpha()
446 while (WebPRescalerHasPendingOutput(p->scaler_a) && in ExportAlphaRGBA4444()
Dvp8l_dec.c582 while (WebPRescalerHasPendingOutput(rescaler)) { in Export()
668 while (WebPRescalerHasPendingOutput(rescaler)) { in ExportYUVA()