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

/external/chromium_org/third_party/libpng/
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;
/external/qemu/distrib/libpng-1.2.46/
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;
/external/libpng/
H A Dpngwrite.c1130 png_ptr->heuristic_method = PNG_FILTER_HEURISTIC_UNWEIGHTED;
1155 png_init_filter_heuristics(png_structrp png_ptr, int heuristic_method, argument
1168 if (heuristic_method == PNG_FILTER_HEURISTIC_WEIGHTED)
1218 png_ptr->heuristic_method = PNG_FILTER_HEURISTIC_WEIGHTED;
1223 else if (heuristic_method == PNG_FILTER_HEURISTIC_DEFAULT ||
1224 heuristic_method == PNG_FILTER_HEURISTIC_UNWEIGHTED)
1238 png_set_filter_heuristics(png_structrp png_ptr, int heuristic_method, argument
1247 if (!png_init_filter_heuristics(png_ptr, heuristic_method, num_weights))
1251 if (heuristic_method == PNG_FILTER_HEURISTIC_WEIGHTED)
1293 png_set_filter_heuristics_fixed(png_structrp png_ptr, int heuristic_method, argument
[all...]
H A Dpngstruct.h398 png_byte heuristic_method; /* heuristic for row filter selection */ member in struct:png_struct_def

Completed in 327 milliseconds