Searched defs:filter_weights (Results 1 - 4 of 4) sorted by relevance
/external/chromium_org/third_party/libpng/ |
H A D | pngwrite.c | 1146 png_free(png_ptr, png_ptr->filter_weights); 1301 int num_weights, png_doublep filter_weights, 1321 if (num_weights < 0 || filter_weights == NULL || 1344 if (png_ptr->filter_weights == NULL) 1346 png_ptr->filter_weights = (png_uint_16p)png_malloc(png_ptr, 1354 png_ptr->filter_weights[i] = PNG_WEIGHT_FACTOR; 1360 if (filter_weights[i] < 0.0) 1363 png_ptr->filter_weights[i] = PNG_WEIGHT_FACTOR; 1368 (png_uint_16)((double)PNG_WEIGHT_FACTOR*filter_weights[i]+0.5); 1369 png_ptr->filter_weights[ 1300 png_set_filter_heuristics(png_structp png_ptr, int heuristic_method, int num_weights, png_doublep filter_weights, png_doublep filter_costs) argument [all...] |
/external/libpng/ |
H A D | pngwrite.c | 1146 png_free(png_ptr, png_ptr->filter_weights); 1301 int num_weights, png_doublep filter_weights, 1321 if (num_weights < 0 || filter_weights == NULL || 1344 if (png_ptr->filter_weights == NULL) 1346 png_ptr->filter_weights = (png_uint_16p)png_malloc(png_ptr, 1354 png_ptr->filter_weights[i] = PNG_WEIGHT_FACTOR; 1360 if (filter_weights[i] < 0.0) 1363 png_ptr->filter_weights[i] = PNG_WEIGHT_FACTOR; 1368 (png_uint_16)((double)PNG_WEIGHT_FACTOR*filter_weights[i]+0.5); 1369 png_ptr->filter_weights[ 1300 png_set_filter_heuristics(png_structp png_ptr, int heuristic_method, int num_weights, png_doublep filter_weights, png_doublep filter_costs) argument [all...] |
/external/qemu/distrib/libpng-1.2.19/ |
H A D | pngwrite.c | 1091 png_free(png_ptr, png_ptr->filter_weights); 1245 int num_weights, png_doublep filter_weights, 1264 if (num_weights < 0 || filter_weights == NULL || 1287 if (png_ptr->filter_weights == NULL) 1289 png_ptr->filter_weights = (png_uint_16p)png_malloc(png_ptr, 1297 png_ptr->filter_weights[i] = PNG_WEIGHT_FACTOR; 1303 if (filter_weights[i] < 0.0) 1306 png_ptr->filter_weights[i] = PNG_WEIGHT_FACTOR; 1311 (png_uint_16)((double)PNG_WEIGHT_FACTOR*filter_weights[i]+0.5); 1312 png_ptr->filter_weights[ 1244 png_set_filter_heuristics(png_structp png_ptr, int heuristic_method, int num_weights, png_doublep filter_weights, png_doublep filter_costs) argument [all...] |
H A D | png.h | 1303 png_uint_16p filter_weights; /* weight(s) for previous line(s) */ member in struct:png_struct_def 1825 * There needs to be "num_weights" values in "filter_weights", or it can be 1847 int heuristic_method, int num_weights, png_doublep filter_weights,
|
Completed in 154 milliseconds