Home | History | Annotate | Download | only in jpeg-6b

Lines Matching full:freq

705 jpeg_gen_optimal_table (j_compress_ptr cinfo, JHUFF_TBL * htbl, long freq[])
722 freq[256] = 1; /* make sure 256 has a nonzero count */
736 if (freq[i] && freq[i] <= v) {
737 v = freq[i];
747 if (freq[i] && freq[i] <= v && i != c1) {
748 v = freq[i];
758 freq[c1] += freq[c2];
759 freq[c2] = 0;