Lines Matching refs:base_ip
439 const uint8_t* base_ip = input; in BrotliCompressFragmentFastImpl() local
539 table[hash] = (int)(ip - base_ip); in BrotliCompressFragmentFastImpl()
543 candidate = base_ip + table[hash]; in BrotliCompressFragmentFastImpl()
544 BROTLI_DCHECK(candidate >= base_ip); in BrotliCompressFragmentFastImpl()
547 table[hash] = (int)(ip - base_ip); in BrotliCompressFragmentFastImpl()
608 table[prev_hash] = (int)(ip - base_ip - 3); in BrotliCompressFragmentFastImpl()
610 table[prev_hash] = (int)(ip - base_ip - 2); in BrotliCompressFragmentFastImpl()
612 table[prev_hash] = (int)(ip - base_ip - 1); in BrotliCompressFragmentFastImpl()
614 candidate = base_ip + table[cur_hash]; in BrotliCompressFragmentFastImpl()
615 table[cur_hash] = (int)(ip - base_ip); in BrotliCompressFragmentFastImpl()
645 table[prev_hash] = (int)(ip - base_ip - 3); in BrotliCompressFragmentFastImpl()
647 table[prev_hash] = (int)(ip - base_ip - 2); in BrotliCompressFragmentFastImpl()
649 table[prev_hash] = (int)(ip - base_ip - 1); in BrotliCompressFragmentFastImpl()
651 candidate = base_ip + table[cur_hash]; in BrotliCompressFragmentFastImpl()
652 table[cur_hash] = (int)(ip - base_ip); in BrotliCompressFragmentFastImpl()