Searched refs:rep_index (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/public-domain/xz/dist/src/liblzma/lzma/ |
H A D | lzma_encoder_optimum_normal.c | 77 get_pure_rep_price(const lzma_lzma1_encoder *const coder, const uint32_t rep_index, in get_pure_rep_price() argument 82 if (rep_index == 0) { in get_pure_rep_price() 88 if (rep_index == 1) { in get_pure_rep_price() 93 rep_index - 2); in get_pure_rep_price() 102 get_rep_price(const lzma_lzma1_encoder *const coder, const uint32_t rep_index, in get_rep_price() argument 107 + get_pure_rep_price(coder, rep_index, state, pos_state); in get_rep_price() 603 for (uint32_t rep_index = 0; rep_index < REPS; ++rep_index) { in helper2() local 604 const uint8_t *const buf_back = buf - reps[rep_index] - 1; in helper2() 615 coder, rep_index, state, pos_state); in helper2() 625 coder->opts[cur + len_test].back_prev = rep_index; in helper2() [all …]
|
H A D | lzma_encoder_optimum_fast.c | 49 uint32_t rep_index = 0; in lzma_lzma_optimum_fast() local 75 rep_index = i; in lzma_lzma_optimum_fast() 115 *back_res = rep_index; in lzma_lzma_optimum_fast()
|