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

  /external/webp/src/dec/
io_dec.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;
247 int num_lines_out = 0; local
252 num_lines_out += WebPRescalerExport(wrk); // emit output row(s)
254 return num_lines_out;
261 int num_lines_out = 0; local
270 num_lines_out = Rescale(io->y, io->y_stride, mb_h, scaler);
273 return num_lines_out;
282 const int num_lines_out = Rescale(io->a, io->width, io->mb_h, p->scaler_a); local
360 int num_lines_out = 0; local
382 int num_lines_out = 0; local
411 int num_lines_out = 0; local
440 int num_lines_out = 0; local
617 int num_lines_out; local
    [all...]
vp8l_dec.c 581 int num_lines_out = 0; local
583 uint8_t* const dst = rgba + num_lines_out * rgba_stride;
587 ++num_lines_out;
589 return num_lines_out;
598 int num_lines_out = 0; local
601 uint8_t* const row_out = out + num_lines_out * out_stride;
612 num_lines_out += Export(dec->rescaler, colorspace, out_stride, row_out);
614 return num_lines_out;
667 int num_lines_out = 0; local
673 ++num_lines_out;
    [all...]

Completed in 203 milliseconds