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

  /external/webp/src/dec/
io.c 63 int num_lines_out = io->mb_h; // a priori guess local
84 ++num_lines_out;
107 num_lines_out--;
115 return num_lines_out;
241 int num_lines_out = 0; local
246 num_lines_out += WebPRescalerExport(wrk); // emit output row(s)
248 return num_lines_out;
255 int num_lines_out = 0; local
264 num_lines_out = Rescale(io->y, io->y_stride, mb_h, scaler);
267 return num_lines_out;
276 const int num_lines_out = Rescale(io->a, io->width, io->mb_h, &p->scaler_a); local
339 int num_lines_out = 0; local
361 int num_lines_out = 0; local
390 int num_lines_out = 0; local
419 int num_lines_out = 0; local
582 int num_lines_out; local
    [all...]
vp8l.c 527 int num_lines_out = 0; local
529 uint8_t* const dst = rgba + num_lines_out * rgba_stride;
533 ++num_lines_out;
535 return num_lines_out;
544 int num_lines_out = 0; local
547 uint8_t* const row_out = out + num_lines_out * out_stride;
555 num_lines_out += Export(dec->rescaler, colorspace, out_stride, row_out);
557 return num_lines_out;
608 int num_lines_out = 0; local
614 ++num_lines_out;
    [all...]
  /external/opencv3/3rdparty/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 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 107 milliseconds