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

/freebsd-10.0-release/contrib/xz/src/liblzma/lzma/
H A Dlzma_encoder_optimum_normal.c531 const uint32_t cur_and_1_price = cur_price local
538 if (cur_and_1_price < coder->opts[cur + 1].price) {
539 coder->opts[cur + 1].price = cur_and_1_price;
586 const uint32_t next_rep_match_price = cur_and_1_price

Completed in 46 milliseconds