Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dio.c89 int num_lines_out = io->mb_h; // a priori guess in EmitFancyRGB() local
110 ++num_lines_out; in EmitFancyRGB()
133 num_lines_out--; in EmitFancyRGB()
141 return num_lines_out; in EmitFancyRGB()
270 int num_lines_out = 0; in Rescale() local
275 num_lines_out += WebPRescalerExport(wrk); // emit output row(s) in Rescale()
277 return num_lines_out; in Rescale()
284 int num_lines_out = 0; in EmitRescaledYUV() local
293 num_lines_out = Rescale(io->y, io->y_stride, mb_h, scaler); in EmitRescaledYUV()
296 return num_lines_out; in EmitRescaledYUV()
[all …]
Dvp8l.c427 int num_lines_out = 0; in Export() local
429 uint8_t* const dst = rgba + num_lines_out * rgba_stride; in Export()
433 ++num_lines_out; in Export()
435 return num_lines_out; in Export()
444 int num_lines_out = 0; in EmitRescaledRowsRGBA() local
447 uint8_t* const row_out = out + num_lines_out * out_stride; in EmitRescaledRowsRGBA()
455 num_lines_out += Export(dec->rescaler, colorspace, out_stride, row_out); in EmitRescaledRowsRGBA()
457 return num_lines_out; in EmitRescaledRowsRGBA()
546 int num_lines_out = 0; in ExportYUVA() local
552 ++num_lines_out; in ExportYUVA()
[all …]