HomeSort by relevance Sort by last modified time
    Searched refs:scaler_a (Results 1 - 2 of 2) sorted by null

  /external/webp/src/dec/
webpi_dec.h 42 WebPRescaler* scaler_y, *scaler_u, *scaler_v, *scaler_a; // rescalers member in struct:WebPDecParams
io_dec.c 282 const int num_lines_out = Rescale(io->a, io->width, io->mb_h, p->scaler_a);
286 p->scaler_a->dst_width, num_lines_out, 1);
329 p->scaler_a = has_alpha ? &scalers[3] : NULL;
343 WebPRescalerInit(p->scaler_a, io->mb_w, io->mb_h,
414 const int width = p->scaler_a->dst_width;
416 while (WebPRescalerHasPendingOutput(p->scaler_a) &&
419 WebPRescalerExportRow(p->scaler_a);
420 non_opaque |= WebPDispatchAlpha(p->scaler_a->dst, 0, width, 1, dst, 0);
442 const int width = p->scaler_a->dst_width;
446 while (WebPRescalerHasPendingOutput(p->scaler_a) &
    [all...]

Completed in 49 milliseconds