Home
last modified time | relevance | path

Searched refs:perceptual_weight (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/libimagequant/
Dpam.c81 achl->inline1.perceptual_weight += boost; in pam_computeacolorhash()
92 achl->inline2.perceptual_weight += boost; in pam_computeacolorhash()
99 other_items[i].perceptual_weight += boost; in pam_computeacolorhash()
107 .color = px,.perceptual_weight = boost,}; in pam_computeacolorhash()
158 .color = px,.perceptual_weight = boost,}; in pam_computeacolorhash()
163 achl->inline2.perceptual_weight = boost; in pam_computeacolorhash()
169 achl->inline1.perceptual_weight = boost; in pam_computeacolorhash()
215 …ght += hist->achv[j].adjusted_weight = hist->achv[j].perceptual_weight = MIN(entry.perceptual_weig…
Dviter.c97 total_diff += diff * achv[j].perceptual_weight; in viter_do_iteration()
99 viter_update_color (achv[j].acolor, achv[j].perceptual_weight, map, match, in viter_do_iteration()
Dpam.h233perceptual_weight; // number of pixels weighted by importance of different areas of the picture member
266 float perceptual_weight; member
273 float perceptual_weight; member
Dmediancut.c333 achv[box->ind + i].acolor) * achv[box->ind + i].perceptual_weight; in box_error()
510 map->palette[bi].popularity += achv[i].perceptual_weight; in set_colormap_from_boxes()
Dlibimagequant.c1741 (item->perceptual_weight + item->adjusted_weight) * (sqrtf (1.f + diff)); in adjust_histogram_callback()
1827 (hist->achv[j].perceptual_weight + in find_best_palette()
1867 acolormap->palette[i].popularity = hist->achv[i].perceptual_weight; in pngquant_quantize()