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

/freebsd-10.0-release/contrib/xz/src/liblzma/lzma/
H A Dlzma_encoder_optimum_normal.c402 const uint32_t cur_and_len_price = price local
407 if (cur_and_len_price < coder->opts[rep_len].price) {
408 coder->opts[rep_len].price = cur_and_len_price;
428 const uint32_t cur_and_len_price = normal_match_price local
432 if (cur_and_len_price < coder->opts[len].price) {
433 coder->opts[len].price = cur_and_len_price;
596 const uint32_t cur_and_len_price = next_rep_match_price local
600 if (cur_and_len_price < coder->opts[offset].price) {
601 coder->opts[offset].price = cur_and_len_price;
632 const uint32_t cur_and_len_price local
687 const uint32_t cur_and_len_price = next_rep_match_price local
730 uint32_t cur_and_len_price = normal_match_price local
[all...]

Completed in 106 milliseconds