Home
last modified time | relevance | path

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

/external/zstd/lib/compress/
Dzstd_opt.c85 static U32 ZSTD_downscaleStat(unsigned* table, U32 lastEltIndex, int malus) in ZSTD_downscaleStat() argument
88 DEBUGLOG(5, "ZSTD_downscaleStat (nbElts=%u)", (unsigned)lastEltIndex+1); in ZSTD_downscaleStat()
90 for (s=0; s<lastEltIndex+1; s++) { in ZSTD_downscaleStat()
1224 static U32 ZSTD_upscaleStat(unsigned* table, U32 lastEltIndex, int bonus) in ZSTD_upscaleStat() argument
1228 for (s=0; s<lastEltIndex+1; s++) { in ZSTD_upscaleStat()