Searched refs:samplefac (Results 1 - 1 of 1) sorted by relevance

/external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/
H A DNeuQuant.java44 * Program Skeleton ---------------- [select samplefac in range 1..30] [read
46 * initnet(pic,3*width*height,samplefac); learn(); unbiasnet(); [write output
118 protected int samplefac; /* sampling factor 1..30 */ field in class:NeuQuant
147 samplefac = sample;
241 samplefac = 1;
242 alphadec = 30 + ((samplefac - 1) / 3);
246 samplepixels = lengthcount / (3 * samplefac);

Completed in 60 milliseconds