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

/linux-master/lib/zstd/compress/
H A Dhist.h66 /*! HIST_count_simple() :
74 unsigned HIST_count_simple(unsigned* count, unsigned* maxSymbolValuePtr,
H A Dhist.c29 unsigned HIST_count_simple(unsigned* count, unsigned* maxSymbolValuePtr, function
145 return HIST_count_simple(count, maxSymbolValuePtr, source, sourceSize);
H A Dhuf_compress.c105 { unsigned const maxCount = HIST_count_simple(wksp->count, &maxSymbolValue, weightTable, wtSize); /* never fails */
1212 CHECK_V_F(largestBegin, HIST_count_simple (table->count, &maxSymbolValueBegin, (const BYTE*)src, SUSPECT_INCOMPRESSIBLE_SAMPLE_SIZE) );
1216 CHECK_V_F(largestEnd, HIST_count_simple (table->count, &maxSymbolValueEnd, (const BYTE*)src + srcSize - SUSPECT_INCOMPRESSIBLE_SAMPLE_SIZE, SUSPECT_INCOMPRESSIBLE_SAMPLE_SIZE) );
H A Dzstd_opt.c196 HIST_count_simple(optPtr->litFreq, &lit, src, srcSize); /* use raw first block to init statistics */

Completed in 236 milliseconds