Searched refs:cur_and_len_price (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/public-domain/xz/dist/src/liblzma/lzma/
H A Dlzma_encoder_optimum_normal.c396 const uint32_t cur_and_len_price = price local
401 if (cur_and_len_price < coder->opts[rep_len].price) {
402 coder->opts[rep_len].price = cur_and_len_price;
422 const uint32_t cur_and_len_price = normal_match_price local
426 if (cur_and_len_price < coder->opts[len].price) {
427 coder->opts[len].price = cur_and_len_price;
585 const uint32_t cur_and_len_price = next_rep_match_price local
589 if (cur_and_len_price < coder->opts[offset].price) {
590 coder->opts[offset].price = cur_and_len_price;
618 const uint32_t cur_and_len_price local
673 const uint32_t cur_and_len_price = next_rep_match_price local
716 uint32_t cur_and_len_price = normal_match_price local
[all...]

Completed in 83 milliseconds