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

/freebsd-11-stable/contrib/xz/src/liblzma/lzma/
H A Dlzma_encoder_optimum_normal.c524 const uint32_t cur_and_1_price = cur_price local
531 if (cur_and_1_price < coder->opts[cur + 1].price) {
532 coder->opts[cur + 1].price = cur_and_1_price;
575 const uint32_t next_rep_match_price = cur_and_1_price

Completed in 51 milliseconds