Home
last modified time | relevance | path

Searched refs:LZ4HC_literalsPrice (Results 1 – 1 of 1) sorted by relevance

/external/lz4/lib/
Dlz4hc.c1224 LZ4_FORCE_INLINE int LZ4HC_literalsPrice(int const litlen) in LZ4HC_literalsPrice() function
1241 price += LZ4HC_literalsPrice(litlen); in LZ4HC_sequencePrice()
1331 int const cost = LZ4HC_literalsPrice(llen + rPos); in LZ4HC_compress_optimal()
1359 … opt[last_match_pos+addLit].price = opt[last_match_pos].price + LZ4HC_literalsPrice(addLit); in LZ4HC_compress_optimal()
1404 …int const price = opt[cur].price - LZ4HC_literalsPrice(baseLitlen) + LZ4HC_literalsPrice(baseLitle… in LZ4HC_compress_optimal()
1456 … opt[last_match_pos+addLit].price = opt[last_match_pos].price + LZ4HC_literalsPrice(addLit); in LZ4HC_compress_optimal()