Home | History | Annotate | Download | only in libjpeg

Lines Matching defs:others

1261   int others[257];		/* next symbol in current branch of tree */
1271 others[i] = -1; /* init links to empty */
1314 while (others[c1] >= 0) {
1315 c1 = others[c1];
1319 others[c1] = c2; /* chain c2 onto c1's tree branch */
1323 while (others[c2] >= 0) {
1324 c2 = others[c2];