Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A Dio_dec.c84 ++num_lines_out; in EmitFancyRGB()
107 num_lines_out--; in EmitFancyRGB()
115 return num_lines_out; in EmitFancyRGB()
254 return num_lines_out; in Rescale()
273 return num_lines_out; in EmitRescaledYUV()
373 ++num_lines_out; in ExportRGB()
375 return num_lines_out; in ExportRGB()
399 num_lines_out += ExportRGB(p, p->last_y + num_lines_out); in EmitRescaledRGB()
422 ++num_lines_out; in ExportAlpha()
458 ++num_lines_out; in ExportAlphaRGBA4444()
[all …]
A Dvp8l_dec.c581 int num_lines_out = 0; in Export() local
583 uint8_t* const dst = rgba + num_lines_out * rgba_stride; in Export()
587 ++num_lines_out; in Export()
589 return num_lines_out; in Export()
598 int num_lines_out = 0; in EmitRescaledRowsRGBA() local
601 uint8_t* const row_out = out + num_lines_out * out_stride; in EmitRescaledRowsRGBA()
612 num_lines_out += Export(dec->rescaler, colorspace, out_stride, row_out); in EmitRescaledRowsRGBA()
614 return num_lines_out; in EmitRescaledRowsRGBA()
667 int num_lines_out = 0; in ExportYUVA() local
673 ++num_lines_out; in ExportYUVA()
[all …]

Completed in 8 milliseconds