Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dio_dec.c282 const int num_lines_out = Rescale(io->a, io->width, io->mb_h, p->scaler_a); in EmitRescaledAlphaYUV()
286 p->scaler_a->dst_width, num_lines_out, 1); in EmitRescaledAlphaYUV()
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()
420 non_opaque |= WebPDispatchAlpha(p->scaler_a->dst, 0, width, 1, dst, 0); in ExportAlpha()
442 const int width = p->scaler_a->dst_width; in ExportAlphaRGBA4444()
446 while (WebPRescalerHasPendingOutput(p->scaler_a) && in ExportAlphaRGBA4444()
[all …]
Dwebpi_dec.h42 WebPRescaler* scaler_y, *scaler_u, *scaler_v, *scaler_a; // rescalers member