Searched refs:num_lines_out (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libwebp/dec/
H A Dio.c89 int num_lines_out = io->mb_h; // a priori guess local
110 ++num_lines_out;
133 num_lines_out--;
141 return num_lines_out;
270 int num_lines_out = 0; local
275 num_lines_out += WebPRescalerExport(wrk); // emit output row(s)
277 return num_lines_out;
284 int num_lines_out = 0; local
293 num_lines_out = Rescale(io->y, io->y_stride, mb_h, scaler);
296 return num_lines_out;
304 const int num_lines_out = Rescale(io->a, io->width, io->mb_h, &p->scaler_a); local
371 int num_lines_out = 0; local
393 int num_lines_out = 0; local
420 int num_lines_out = 0; local
452 int num_lines_out = 0; local
616 int num_lines_out; local
[all...]
H A Dvp8l.c426 int num_lines_out = 0; local
428 uint8_t* const dst = rgba + num_lines_out * rgba_stride;
432 ++num_lines_out;
434 return num_lines_out;
443 int num_lines_out = 0; local
446 uint8_t* const row_out = out + num_lines_out * out_stride;
454 num_lines_out += Export(dec->rescaler, colorspace, out_stride, row_out);
456 return num_lines_out;
545 int num_lines_out = 0; local
551 ++num_lines_out;
[all...]
/external/webp/src/dec/
H A Dio.c89 int num_lines_out = io->mb_h; // a priori guess local
110 ++num_lines_out;
133 num_lines_out--;
141 return num_lines_out;
270 int num_lines_out = 0; local
275 num_lines_out += WebPRescalerExport(wrk); // emit output row(s)
277 return num_lines_out;
284 int num_lines_out = 0; local
293 num_lines_out = Rescale(io->y, io->y_stride, mb_h, scaler);
296 return num_lines_out;
304 const int num_lines_out = Rescale(io->a, io->width, io->mb_h, &p->scaler_a); local
371 int num_lines_out = 0; local
393 int num_lines_out = 0; local
420 int num_lines_out = 0; local
452 int num_lines_out = 0; local
616 int num_lines_out; local
[all...]
H A Dvp8l.c426 int num_lines_out = 0; local
428 uint8_t* const dst = rgba + num_lines_out * rgba_stride;
432 ++num_lines_out;
434 return num_lines_out;
443 int num_lines_out = 0; local
446 uint8_t* const row_out = out + num_lines_out * out_stride;
454 num_lines_out += Export(dec->rescaler, colorspace, out_stride, row_out);
456 return num_lines_out;
545 int num_lines_out = 0; local
551 ++num_lines_out;
[all...]

Completed in 111 milliseconds