Searched refs:dist1 (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | jquant2.c | 323 INT32 dist0,dist1,dist2; in update_box() local 406 dist1 = ((c1max - c1min) << C1_SHIFT) * C1_SCALE; in update_box() 408 boxp->volume = dist0*dist0 + dist1*dist1 + dist2*dist2; in update_box() 789 INT32 dist0, dist1; /* initial distance values */ in find_best_colors() local 830 dist1 = dist0; in find_best_colors() 833 dist2 = dist1; in find_best_colors() 845 dist1 += xx1; in find_best_colors()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | jscompress.c | 695 int i, dist, len, len1, dist1; in lz_compress() local 731 len1 = find_longest_match(&dist1, src, src_len, hash_next, i + 1); in lz_compress()
|
/AliOS-Things-master/components/freetype/src/autofit/ |
A D | afcjk.c | 1954 FT_Pos dist1, dist2, span; in af_cjk_hint_edges() local 1970 dist1 = edge2->opos - edge1->opos; in af_cjk_hint_edges() 1973 span = dist1 - dist2; in af_cjk_hint_edges()
|
A D | aflatin2.c | 2167 FT_Pos dist1, dist2, span, delta; in af_latin2_hint_edges() 2183 dist1 = edge2->opos - edge1->opos; in af_latin2_hint_edges() 2186 span = dist1 - dist2; in af_latin2_hint_edges()
|
A D | aflatin.c | 2519 FT_Pos dist1, dist2, span, delta; in af_latin_hint_edges() local 2535 dist1 = edge2->opos - edge1->opos; in af_latin_hint_edges() 2538 span = dist1 - dist2; in af_latin_hint_edges()
|
Completed in 17 milliseconds