HomeSort by: relevance | last modified time | path
    Searched refs:prices (Results 1 - 3 of 3) sorted by relevancy

  /src/external/public-domain/xz/dist/src/liblzma/lzma/
lzma_encoder_private.h 45 uint32_t prices[POS_STATES_MAX][LEN_SYMBOLS]; member in struct:__anon400
lzma_encoder.c 86 uint32_t *const prices = lc->prices[pos_state]; local
90 prices[i] = a0 + rc_bittree_price(lc->low[pos_state],
94 prices[i] = b0 + rc_bittree_price(lc->mid[pos_state],
98 prices[i] = b1 + rc_bittree_price(lc->high, LEN_HIGH_BITS,
129 // Only getoptimum uses the prices so don't update the table when
lzma_encoder_optimum_normal.c 17 // Prices //
60 // NOTE: Unlike the other price tables, length prices are updated
62 return lencoder->prices[pos_state][len - MATCH_LEN_MIN];

Completed in 15 milliseconds