Home | History | Annotate | Download | only in enc

Lines Matching refs:symbol_index

928         const int symbol_index = histogram_symbols[i] & 0xffff;
929 histogram_argb[i] = (symbol_index << 8);
930 if (symbol_index >= max_index) {
931 max_index = symbol_index + 1;