Home
last modified time | relevance | path

Searched refs:passes (Results 1 – 25 of 36) sorted by relevance

12

/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/
A Dreadpng.c75 int passes = png_set_interlace_handling(png_ptr); in read_png() local
77 int passes = png_get_interlace_type(png_ptr, info_ptr) == in read_png() local
84 for (pass = 0; pass < passes; ++pass) in read_png()
89 if (passes == PNG_INTERLACE_ADAM7_PASSES) in read_png()
A Dtimepng.c113 int passes = png_set_interlace_handling(png_ptr); in read_by_row() local
118 for (pass = 0; pass < passes; ++pass) in read_by_row()
A Dmakepng.c948 int passes = png_set_interlace_handling(png_ptr); in write_png() local
950 int passes = 1; in write_png()
960 for (pass = 0; pass < passes; ++pass) in write_png()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/examples/
A Dpngpixel.c221 int passes, pass; in main() local
231 passes = 1; in main()
235 passes = PNG_INTERLACE_ADAM7_PASSES; in main()
245 for (pass=0; pass<passes; ++pass) in main()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dpngread.c2950 int passes; in png_image_read_and_map() local
2959 passes = 1; in png_image_read_and_map()
3142 int passes = 0; /* As a flag */ in png_image_read_colormapped() local
3230 if (passes == 0) in png_image_read_colormapped()
3247 while (--passes >= 0) in png_image_read_colormapped()
3271 int passes; in png_image_read_composite() local
3276 passes = 1; in png_image_read_composite()
3401 int pass, passes; in png_image_read_background() local
3425 passes = 1; in png_image_read_background()
3684 int passes = 0; in png_image_read_direct() local
[all …]
A Dlibpng-manual.txt566 the last one from one of the preceding passes. Because interlacing may skip a
2266 This will return the number of passes needed. Currently, this is seven,
2287 pass, and assumes the data from previous passes is still valid.
2320 this can be confusing because the specification refers to the same passes
2673 and passes are called in order, so you don't
2864 the last one from one of the preceding passes. Because interlacing may skip a
3656 This will return the number of passes needed. Currently, this is seven,
3668 adjacent pixels and these are not available until all the passes have been
A Dltmain.sh7549 for pass in $passes; do
A DCHANGES418 passes that it should skip, for images that are less than 3 pixels high.
1093 Modified png_create_struct so it passes user mem_ptr to user memory allocator.
2943 Two new APIs exist to get the number of passes without turning on the
5207 Reverted "& 0xff" additions of version 1.6.17beta01. Libpng passes
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/oss-fuzz/
A Dlibpng_read_fuzzer.cc171 int passes = png_set_interlace_handling(png_handler.png_ptr); in LLVMFuzzerTestOneInput() local
179 for (int pass = 0; pass < passes; ++pass) { in LLVMFuzzerTestOneInput()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/gregbook/
A Dreadpng2.h94 int passes; /* not used */ member
A Dreadpng2.c361 mainprog_ptr->passes = png_set_interlace_handling(png_ptr); in readpng2_info_callback()
A DCOPYING331 `Gnomovision' (which makes passes at compilers) written by James Hacker.
/AliOS-Things-master/components/py_engine/framework/
A Dst7789py.py554 passes = 1
558 passes = 2
562 for line in range(passes):
655 passes = 2
659 passes = 4
663 for line in range(passes):
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/puff/
A DREADME53 then two passes of puff() can be used--first to determine the size, and second
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/pngsuite/
A DREADME103 libpng passes test
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/mlir/testing/
A Dbuild_def.bzl14 # TODO(b/150647400): This test passes in TF2 with tf.compat.v1 but
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dstructure.txt257 1B. Per-pass control. This determines how many passes will be performed
294 modes, a full-image buffer is needed and several passes are required.
376 * Master control: determines the number of passes required, controls overall
478 require two passes to generate a color map. Note that the output will
496 * Master control: determines the number of passes required, controls overall
535 extra display passes when data is arriving faster than the display pass
558 library has no reliable way to predict the number of passes when dealing
559 with a progressive JPEG file, nor can it predict the number of output passes
791 multiple passes through the image.) We also expect that only "small" objects
835 order; read passes, as well as any write passes after the first one, may
A Dlibjpeg.txt1827 coded application can automatically adapt the number of display passes to
1927 Changing parameters between passes is discussed in detail below.
1957 * You can eliminate extra display passes by paying attention to the
2062 in the lower part of the screen being several passes worse than the upper.
2102 It is possible to change decoding parameters between output passes in the
2111 one would use ordered dither for initial passes, then switch to
2690 buffered-image mode to read raw data in multiple passes.
2819 int completed_passes; /* passes completed so far */
2820 int total_passes; /* total number of passes expected */
2824 passes is in total_passes, and the number of passes already completed is in
[all …]
A Dltmain.sh7549 for pass in $passes; do
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/tools/
A Dpngfix.c3623 int passes = png_set_interlace_handling(png_ptr); in read_png() local
3628 for (pass = 0; pass < passes; ++pass) in read_png()
/AliOS-Things-master/components/SDL2/src/image/
A DIMG_ImageIO.m534 // But if a person passes an icon file which contains a bmp,
A Dlibtool1977 -no-suppress do not suppress compiler output for multiple passes
A Dltmain.sh1484 -no-suppress do not suppress compiler output for multiple passes
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/doc/
A Dquickjs.texi927 optimizations passes are done over the generated bytecode.
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/config/
A Dltmain.sh7552 for pass in $passes; do

Completed in 84 milliseconds

12