Searched refs:scaler_a (Results 1 – 2 of 2) sorted by relevance
329 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 …]
42 WebPRescaler* scaler_y, *scaler_u, *scaler_v, *scaler_a; // rescalers member
Completed in 4 milliseconds