Verwendungen von Klasse
libsidplay.components.mos656x.OctreeQuantization.Node
Packages, die OctreeQuantization.Node verwenden
-
Verwendungen von OctreeQuantization.Node in libsidplay.components.mos656x
Felder in libsidplay.components.mos656x, die deklariert sind als OctreeQuantization.NodeModifizierer und TypFeldBeschreibungprivate final OctreeQuantization.Node[]OctreeQuantization.Node.childrenprotected final OctreeQuantization.NodeOctreeQuantization.Node.parent(Package privat) final OctreeQuantization.NodeOctreeQuantization.rootThe start of quantization tree.Felder in libsidplay.components.mos656x mit Typparametern vom Typ OctreeQuantization.NodeModifizierer und TypFeldBeschreibung(Package privat) final List<List<OctreeQuantization.Node>> OctreeQuantization.bucketsFast color lookup in least-squares sense- Each color is put in bucket.protected final Set<OctreeQuantization.Node> OctreeQuantization.leavesList of current leaf nodes. leaf.parents are targets for reduction.Methoden in libsidplay.components.mos656x, die OctreeQuantization.Node zurückgebenModifizierer und TypMethodeBeschreibungprotected OctreeQuantization.NodeOctreeQuantization.Node.find(int packed, int depth) Find nearest node in tree to colorMethoden in libsidplay.components.mos656x mit Parametern vom Typ OctreeQuantization.NodeModifizierer und TypMethodeBeschreibungprivate voidOctreeQuantization.bucketStore(OctreeQuantization.Node node) Generate color buckets for faster color lookup.protected intOctreeQuantization.Node.distance(OctreeQuantization.Node a) Calculate distance in 3d geometric terms between two colors.Konstruktoren in libsidplay.components.mos656x mit Parametern vom Typ OctreeQuantization.Node