Home
last modified time | relevance | path

Searched refs:num_lines_out (Results 1 – 2 of 2) sorted by relevance

/external/webp/src/dec/
Dio.c104 int num_lines_out = io->mb_h; // a priori guess in EmitFancyRGB() local
125 ++num_lines_out; in EmitFancyRGB()
148 num_lines_out--; in EmitFancyRGB()
156 return num_lines_out; in EmitFancyRGB()
281 int num_lines_out = 0; in Rescale() local
286 num_lines_out += WebPRescalerExport(wrk); // emit output row(s) in Rescale()
288 return num_lines_out; in Rescale()
294 const int num_lines_out = Rescale(io->y, io->y_stride, mb_h, &p->scaler_y); in EmitRescaledYUV() local
297 return num_lines_out; in EmitRescaledYUV()
364 int num_lines_out = 0; in ExportRGB() local
[all …]
Dvp8l.c407 int num_lines_out = 0; in Export() local
409 uint8_t* const dst = rgba + num_lines_out * rgba_stride; in Export()
412 ++num_lines_out; in Export()
414 return num_lines_out; in Export()
424 int num_lines_out = 0; in EmitRescaledRows() local
427 uint8_t* const row_out = out + num_lines_out * out_stride; in EmitRescaledRows()
430 num_lines_out += Export(dec->rescaler, colorspace, out_stride, row_out); in EmitRescaledRows()
432 return num_lines_out; in EmitRescaledRows()
520 int num_lines_out = 0; in ExportYUVA() local
525 ++num_lines_out; in ExportYUVA()
[all …]