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

  /external/chromium_org/third_party/libwebp/dec/
io.c 106 int num_lines_out = io->mb_h; // a priori guess local
127 ++num_lines_out;
150 num_lines_out--;
158 return num_lines_out;
283 int num_lines_out = 0; local
288 num_lines_out += WebPRescalerExport(wrk); // emit output row(s)
290 return num_lines_out;
296 const int num_lines_out = Rescale(io->y, io->y_stride, mb_h, &p->scaler_y); local
299 return num_lines_out;
366 int num_lines_out = 0 local
388 int num_lines_out = 0; local
415 int num_lines_out = 0; local
443 int num_lines_out = 0; local
599 int num_lines_out; local
    [all...]
vp8l.c 410 int num_lines_out = 0; local
412 uint8_t* const dst = rgba + num_lines_out * rgba_stride;
415 ++num_lines_out;
417 return num_lines_out;
427 int num_lines_out = 0; local
430 uint8_t* const row_out = out + num_lines_out * out_stride;
433 num_lines_out += Export(dec->rescaler, colorspace, out_stride, row_out);
435 return num_lines_out;
523 int num_lines_out = 0; local
528 ++num_lines_out;
    [all...]
  /external/webp/src/dec/
io.c 106 int num_lines_out = io->mb_h; // a priori guess local
127 ++num_lines_out;
150 num_lines_out--;
158 return num_lines_out;
283 int num_lines_out = 0; local
288 num_lines_out += WebPRescalerExport(wrk); // emit output row(s)
290 return num_lines_out;
296 const int num_lines_out = Rescale(io->y, io->y_stride, mb_h, &p->scaler_y); local
299 return num_lines_out;
366 int num_lines_out = 0 local
388 int num_lines_out = 0; local
415 int num_lines_out = 0; local
443 int num_lines_out = 0; local
599 int num_lines_out; local
    [all...]
vp8l.c 409 int num_lines_out = 0; local
411 uint8_t* const dst = rgba + num_lines_out * rgba_stride;
414 ++num_lines_out;
416 return num_lines_out;
426 int num_lines_out = 0; local
429 uint8_t* const row_out = out + num_lines_out * out_stride;
432 num_lines_out += Export(dec->rescaler, colorspace, out_stride, row_out);
434 return num_lines_out;
522 int num_lines_out = 0; local
527 ++num_lines_out;
    [all...]

Completed in 4194 milliseconds