Searched refs:heuristic_method (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
H A Dpngwrite.c1300 png_set_filter_heuristics(png_structp png_ptr, int heuristic_method, argument
1310 if (heuristic_method >= PNG_FILTER_HEURISTIC_LAST)
1316 if (heuristic_method == PNG_FILTER_HEURISTIC_DEFAULT)
1318 heuristic_method = PNG_FILTER_HEURISTIC_UNWEIGHTED;
1322 heuristic_method == PNG_FILTER_HEURISTIC_UNWEIGHTED)
1328 png_ptr->heuristic_method = (png_byte)heuristic_method;
H A Dpngwutil.c2217 if (png_ptr->heuristic_method == PNG_FILTER_HEURISTIC_WEIGHTED)
2285 if (png_ptr->heuristic_method == PNG_FILTER_HEURISTIC_WEIGHTED)
2334 if (png_ptr->heuristic_method == PNG_FILTER_HEURISTIC_WEIGHTED)
2395 if (png_ptr->heuristic_method == PNG_FILTER_HEURISTIC_WEIGHTED)
2437 if (png_ptr->heuristic_method == PNG_FILTER_HEURISTIC_WEIGHTED)
2500 if (png_ptr->heuristic_method == PNG_FILTER_HEURISTIC_WEIGHTED)
2549 if (png_ptr->heuristic_method == PNG_FILTER_HEURISTIC_WEIGHTED)
2633 if (png_ptr->heuristic_method == PNG_FILTER_HEURISTIC_WEIGHTED)
2714 if (png_ptr->heuristic_method == PNG_FILTER_HEURISTIC_WEIGHTED)
H A Dpng.h1449 png_byte heuristic_method PNG_DEPSTRUCT; /* heuristic for row filter selection */
1974 /* The "heuristic_method" is given by one of the PNG_FILTER_HEURISTIC_
2004 int heuristic_method, int num_weights, png_doublep filter_weights,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dpngwrite.c1196 png_set_filter_heuristics(png_structp png_ptr, int heuristic_method, argument
1203 if (heuristic_method >= PNG_FILTER_HEURISTIC_LAST)
1209 if (heuristic_method == PNG_FILTER_HEURISTIC_DEFAULT)
1211 heuristic_method = PNG_FILTER_HEURISTIC_UNWEIGHTED;
1215 heuristic_method == PNG_FILTER_HEURISTIC_UNWEIGHTED)
1221 png_ptr->heuristic_method = (png_byte)heuristic_method;
H A Dpngwutil.c2114 if (png_ptr->heuristic_method == PNG_FILTER_HEURISTIC_WEIGHTED)
2182 if (png_ptr->heuristic_method == PNG_FILTER_HEURISTIC_WEIGHTED)
2231 if (png_ptr->heuristic_method == PNG_FILTER_HEURISTIC_WEIGHTED)
2292 if (png_ptr->heuristic_method == PNG_FILTER_HEURISTIC_WEIGHTED)
2334 if (png_ptr->heuristic_method == PNG_FILTER_HEURISTIC_WEIGHTED)
2397 if (png_ptr->heuristic_method == PNG_FILTER_HEURISTIC_WEIGHTED)
2446 if (png_ptr->heuristic_method == PNG_FILTER_HEURISTIC_WEIGHTED)
2530 if (png_ptr->heuristic_method == PNG_FILTER_HEURISTIC_WEIGHTED)
2611 if (png_ptr->heuristic_method == PNG_FILTER_HEURISTIC_WEIGHTED)
H A Dpng.h1213 png_byte heuristic_method; /* heuristic for row filter selection */ member in struct:png_struct_def
1709 /* The "heuristic_method" is given by one of the PNG_FILTER_HEURISTIC_
1739 int heuristic_method, int num_weights, png_doublep filter_weights,

Completed in 214 milliseconds