Home
last modified time | relevance | path

Searched refs:fit (Results 1 – 2 of 2) sorted by relevance

/TaskScheduler/ThirdParty/Squish/
H A Dsquish.cpp41 int fit = flags & ( kColourIterativeClusterFit | kColourClusterFit | kColourRangeFit ); in FixFlags() local
48 if( fit != kColourRangeFit ) in FixFlags()
49 fit = kColourClusterFit; in FixFlags()
54 return method | fit | metric | extra; in FixFlags()
81 SingleColourFit fit( &colours, flags ); in CompressMasked() local
82 fit.Compress( colourBlock ); in CompressMasked()
87 RangeFit fit( &colours, flags ); in CompressMasked() local
88 fit.Compress( colourBlock ); in CompressMasked()
93 ClusterFit fit( &colours, flags ); in CompressMasked() local
94 fit.Compress( colourBlock ); in CompressMasked()
H A DChangeLog2 * Iterative cluster fit is now considered to be a new compression mode
3 * The core cluster fit is now 4x faster using contributions by Ignacio
10 * Cluster fit is now iterative to further reduce image error
19 * The range fit implementation now uses the correct colour metric