Lines Matching defs:index
123 static int add_symbol(PixelModel3 *m, int index, uint32_t symbol, int *totfr, int max)
128 for (int c = m->size - 1; c >= index; c--) {
133 m->symbols[index] = symbol;
134 m->freqs[index] = 50;
137 if (m->maxpos >= index)
207 int c, d, e, f, k, p, length, i, j, index;
220 index = m->symbols[i];
221 freqs[index] = m->freqs[2 * i];
222 freqs1[index] = m->freqs[2 * i + 1];
223 cnts[index] = m->cnts[i];