Home | History | Annotate | Download | only in enc

Lines Matching refs:symbol_index

590         const int symbol_index = histogram_symbols[i] & 0xffff;
591 histogram_argb[i] = 0xff000000 | (symbol_index << 8);
592 if (symbol_index >= max_index) {
593 max_index = symbol_index + 1;