Home
last modified time | relevance | path

Searched refs:img_match_bpp (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/gimp-resynthesizer/resynthesizer-2.0.3/lib/
H A DimageFormat.c164 indices->img_match_bpp = count_color_channels_target; in prepareImageFormatIndices()
167 guint colorEndBip = FIRST_PIXELEL_INDEX + indices->img_match_bpp; in prepareImageFormatIndices()
226 formatIndices->img_match_bpp = 3; // Match RGB but not A in prepareDefaultFormatIndices()
H A DimageFormatIndicies.h52 TPixelelIndex img_match_bpp; /* bpp to match in image. */ member
H A Dsynthesize.h304 sum += MAX_WEIGHT*indices->img_match_bpp + mapsMetric[LIMIT_DOMAIN]*indices->map_match_bpp; in computeBestFit()
306 sum += MAX_WEIGHT*indices->img_match_bpp + mapsMetric[0]*indices->map_match_bpp; in computeBestFit()