Searched defs:filter_weights (Results 1 - 3 of 3) sorted by relevance

/external/syslinux/com32/lib/libpng/
H A Dpngwrite.c1145 png_free(png_ptr, png_ptr->filter_weights);
1300 int num_weights, png_doublep filter_weights,
1320 if (num_weights < 0 || filter_weights == NULL ||
1343 if (png_ptr->filter_weights == NULL)
1345 png_ptr->filter_weights = (png_uint_16p)png_malloc(png_ptr,
1353 png_ptr->filter_weights[i] = PNG_WEIGHT_FACTOR;
1359 if (filter_weights[i] < 0.0)
1362 png_ptr->filter_weights[i] = PNG_WEIGHT_FACTOR;
1367 (png_uint_16)((double)PNG_WEIGHT_FACTOR*filter_weights[i]+0.5);
1368 png_ptr->filter_weights[
1299 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 Dpngwrite.c1130 int num_weights, png_const_doublep filter_weights,
1136 PNG_UNUSED(filter_weights)
1144 int num_weights, png_const_fixed_point_p filter_weights,
1150 PNG_UNUSED(filter_weights)
1129 png_set_filter_heuristics(png_structrp png_ptr, int heuristic_method, int num_weights, png_const_doublep filter_weights, png_const_doublep filter_costs) argument
1143 png_set_filter_heuristics_fixed(png_structrp png_ptr, int heuristic_method, int num_weights, png_const_fixed_point_p filter_weights, png_const_fixed_point_p filter_costs) argument
/external/pdfium/third_party/libpng16/
H A Dpngwrite.c1119 int num_weights, png_const_doublep filter_weights,
1125 PNG_UNUSED(filter_weights)
1133 int num_weights, png_const_fixed_point_p filter_weights,
1139 PNG_UNUSED(filter_weights)
1118 png_set_filter_heuristics(png_structrp png_ptr, int heuristic_method, int num_weights, png_const_doublep filter_weights, png_const_doublep filter_costs) argument
1132 png_set_filter_heuristics_fixed(png_structrp png_ptr, int heuristic_method, int num_weights, png_const_fixed_point_p filter_weights, png_const_fixed_point_p filter_costs) argument

Completed in 232 milliseconds