Searched defs:Rescale (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libwebp/dec/
H A Dio.c281 static int Rescale(const uint8_t* src, int src_stride, function
296 const int num_lines_out = Rescale(io->y, io->y_stride, mb_h, &p->scaler_y);
297 Rescale(io->u, io->uv_stride, uv_mb_h, &p->scaler_u);
298 Rescale(io->v, io->uv_stride, uv_mb_h, &p->scaler_v);
304 Rescale(io->a, io->width, io->mb_h, &p->scaler_a);
/external/lzma/C/
H A DPpmd7.c570 static void Rescale(CPpmd7 *p) function
678 Rescale(p);
689 Rescale(p);
705 Rescale(p);
/external/webp/src/dec/
H A Dio.c281 static int Rescale(const uint8_t* src, int src_stride, function
296 const int num_lines_out = Rescale(io->y, io->y_stride, mb_h, &p->scaler_y);
297 Rescale(io->u, io->uv_stride, uv_mb_h, &p->scaler_u);
298 Rescale(io->v, io->uv_stride, uv_mb_h, &p->scaler_v);
304 Rescale(io->a, io->width, io->mb_h, &p->scaler_a);

Completed in 154 milliseconds