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

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngwrite.c1182 png_ptr->heuristic_method = PNG_FILTER_HEURISTIC_UNWEIGHTED;
1207 png_init_filter_heuristics(png_structp png_ptr, int heuristic_method, argument
1220 if (heuristic_method == PNG_FILTER_HEURISTIC_WEIGHTED)
1270 png_ptr->heuristic_method = PNG_FILTER_HEURISTIC_WEIGHTED;
1275 else if (heuristic_method == PNG_FILTER_HEURISTIC_DEFAULT ||
1276 heuristic_method == PNG_FILTER_HEURISTIC_UNWEIGHTED)
1290 png_set_filter_heuristics(png_structp png_ptr, int heuristic_method, argument
1299 if (!png_init_filter_heuristics(png_ptr, heuristic_method, num_weights))
1303 if (heuristic_method == PNG_FILTER_HEURISTIC_WEIGHTED)
1345 png_set_filter_heuristics_fixed(png_structp png_ptr, int heuristic_method, argument
[all...]
H A Dpngstruct.h259 png_byte heuristic_method; /* heuristic for row filter selection */ member in struct:png_struct_def
H A Dpngwutil.c2524 if (png_ptr->heuristic_method == PNG_FILTER_HEURISTIC_WEIGHTED)
2598 if (png_ptr->heuristic_method == PNG_FILTER_HEURISTIC_WEIGHTED)
2651 if (png_ptr->heuristic_method == PNG_FILTER_HEURISTIC_WEIGHTED)
2716 if (png_ptr->heuristic_method == PNG_FILTER_HEURISTIC_WEIGHTED)
2761 if (png_ptr->heuristic_method == PNG_FILTER_HEURISTIC_WEIGHTED)
2829 if (png_ptr->heuristic_method == PNG_FILTER_HEURISTIC_WEIGHTED)
2882 if (png_ptr->heuristic_method == PNG_FILTER_HEURISTIC_WEIGHTED)
2970 if (png_ptr->heuristic_method == PNG_FILTER_HEURISTIC_WEIGHTED)
3057 if (png_ptr->heuristic_method == PNG_FILTER_HEURISTIC_WEIGHTED)
H A Dpng.h1628 /* The "heuristic_method" is given by one of the PNG_FILTER_HEURISTIC_
1657 int heuristic_method, int num_weights, png_const_doublep filter_weights,
1661 int heuristic_method, int num_weights, png_const_fixed_point_p

Completed in 41 milliseconds