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

  /external/chromium_org/third_party/libwebp/dec/
io.c 281 static int Rescale(const uint8_t* src, int src_stride,
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/webp/src/dec/
io.c 281 static int Rescale(const uint8_t* src, int src_stride,
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/
Ppmd7.c 570 static void Rescale(CPpmd7 *p)
678 Rescale(p);
689 Rescale(p);
705 Rescale(p);
  /external/chromium_org/chrome/browser/resources/ntp_android/
ntp_android.js 753 // Rescale it to be no bigger than 64x64 dip.
    [all...]

Completed in 149 milliseconds