Lines Matching refs:index
515 C) extend corresponding index-chain
887 uint32_t index;
889 if (!SafeReadSymbol(table, br, &index)) {
893 index = s->block_length_index;
897 uint32_t nbits = _kBrotliPrefixCodeRanges[index].nbits;
898 uint32_t offset = _kBrotliPrefixCodeRanges[index].offset;
900 s->block_length_index = index;
947 int index = v[i];
948 uint8_t value = mtf_u8[index];
953 index--;
954 mtf_u8[index + 1] = mtf_u8[index];
955 } while (index >= 0);