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;
246 int num_lines_out = 0; local
251 num_lines_out += WebPRescalerExport(wrk); // emit output row(s)
253 return num_lines_out;
260 int num_lines_out = 0; local
269 num_lines_out = Rescale(io->y, io->y_stride, mb_h, scaler);
272 return num_lines_out;
281 const int num_lines_out = Rescale(io->a, io->width, io->mb_h, p->scaler_a); local
359 int num_lines_out = 0; local
381 int num_lines_out = 0; local
410 int num_lines_out = 0; local
439 int num_lines_out = 0; local
613 int num_lines_out; local
    [all...]
vp8l_dec.c 528 int num_lines_out = 0; local
530 uint8_t* const dst = rgba + num_lines_out * rgba_stride;
534 ++num_lines_out;
536 return num_lines_out;
545 int num_lines_out = 0; local
548 uint8_t* const row_out = out + num_lines_out * out_stride;
559 num_lines_out += Export(dec->rescaler, colorspace, out_stride, row_out);
561 return num_lines_out;
612 int num_lines_out = 0; local
618 ++num_lines_out;
    [all...]

Completed in 808 milliseconds