OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bestd
(Results
1 - 2
of
2
) sorted by null
/external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/
NeuQuant.java
313
int i, j, dist, a,
bestd
;
local
317
bestd
= 1000; /* biggest possible dist is 256*3 */
326
if (dist >=
bestd
)
336
if (dist <
bestd
) {
341
if (dist <
bestd
) {
342
bestd
= dist;
351
if (dist >=
bestd
)
361
if (dist <
bestd
) {
366
if (dist <
bestd
) {
367
bestd
= dist
468
int bestpos, bestbiaspos,
bestd
, bestbiasd;
local
[
all
...]
/prebuilts/tools/common/m2/repository/com/github/bumptech/glide/glide/3.6.1/
glide-3.6.1.jar
Completed in 453 milliseconds