Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A Dio_dec.c329 p->scaler_a = has_alpha ? &scalers[3] : NULL; in InitYUVRescaler()
343 WebPRescalerInit(p->scaler_a, io->mb_w, io->mb_h, in InitYUVRescaler()
414 const int width = p->scaler_a->dst_width; in ExportAlpha()
416 while (WebPRescalerHasPendingOutput(p->scaler_a) && in ExportAlpha()
419 WebPRescalerExportRow(p->scaler_a); in ExportAlpha()
442 const int width = p->scaler_a->dst_width; in ExportAlphaRGBA4444()
446 while (WebPRescalerHasPendingOutput(p->scaler_a) && in ExportAlphaRGBA4444()
450 WebPRescalerExportRow(p->scaler_a); in ExportAlphaRGBA4444()
469 WebPRescaler* const scaler = p->scaler_a; in EmitRescaledAlphaRGB()
515 p->scaler_a = has_alpha ? &scalers[3] : NULL; in InitRGBRescaler()
[all …]
A Dwebpi_dec.h42 WebPRescaler* scaler_y, *scaler_u, *scaler_v, *scaler_a; // rescalers member

Completed in 4 milliseconds