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

  /external/webp/src/dec/
io_dec.c 260 WebPRescaler* const scaler = p->scaler_y;
317 rescaler_size = num_rescalers * sizeof(*p->scaler_y) + WEBP_ALIGN_CST;
326 p->scaler_y = &scalers[0];
331 WebPRescalerInit(p->scaler_y, io->mb_w, io->mb_h,
363 while (WebPRescalerHasPendingOutput(p->scaler_y) &&
367 WebPRescalerExportRow(p->scaler_y);
370 convert(p->scaler_y->dst, p->scaler_u->dst, p->scaler_v->dst,
371 dst, p->scaler_y->dst_width);
385 WebPRescalerImport(p->scaler_y, mb_h - j,
502 rescaler_size = num_rescalers * sizeof(*p->scaler_y) + WEBP_ALIGN_CST
    [all...]
webpi_dec.h 42 WebPRescaler* scaler_y, *scaler_u, *scaler_v, *scaler_a; // rescalers member in struct:WebPDecParams

Completed in 165 milliseconds