Searched defs:filter_method (Results 1 - 5 of 5) sorted by relevance

/external/libpng/contrib/examples/
H A Dpngpixel.c184 compression_method, filter_method; local
219 &compression_method, &filter_method))
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.h405 unsigned filter_method; /*filter method of the original file*/ member in struct:LodePNGInfo
/external/libpng/contrib/libtests/
H A Dpngimage.c567 int filter_method; member in struct:display
951 &dp->interlace_method, &dp->compression_method, &dp->filter_method))
1000 int interlace_method, compression_method, filter_method; local
1004 &color_type, &interlace_method, &compression_method, &filter_method);
1017 C(filter_method);
1356 dp->interlace_method, dp->compression_method, dp->filter_method);
/external/libpng/contrib/tools/
H A Dpngfix.c854 png_byte filter_method; member in struct:file
1470 else if (file->filter_method != 0)
2899 file->filter_method = reread_byte(file);
/external/ImageMagick/coders/
H A Dpng.c623 filter_method,
2400 " PNG interlace_method: %d, filter_method: %d",
3761 mng_info->ob[object_id]->filter_method=ping_filter_method;
4396 data[15]=0; /* filter_method 0 */
621 filter_method, member in struct:_MngBuffer

Completed in 247 milliseconds