Searched refs:nbSeq_1 (Results 1 – 2 of 2) sorted by relevance
/external/zstd/lib/compress/ |
D | zstd_compress_sequences.c | 262 size_t nbSeq_1 = nbSeq; in ZSTD_buildCTable() local 266 nbSeq_1--; in ZSTD_buildCTable() 268 assert(nbSeq_1 > 1); in ZSTD_buildCTable() 270 …ARD_IF_ERROR(FSE_normalizeCount(norm, tableLog, count, nbSeq_1, max, ZSTD_useLowProbCount(nbSeq_1)… in ZSTD_buildCTable()
|
/external/zstd/tests/ |
D | decodecorpus.c | 859 size_t nbSeq_1 = nbSeq; in writeSequences() local 861 if (count[llCodeTable[nbSeq-1]]>1) { count[llCodeTable[nbSeq-1]]--; nbSeq_1--; } in writeSequences() 862 FSE_normalizeCount(norm, tableLog, count, nbSeq_1, max, nbSeq >= 2048); in writeSequences() 887 size_t nbSeq_1 = nbSeq; in writeSequences() local 889 if (count[ofCodeTable[nbSeq-1]]>1) { count[ofCodeTable[nbSeq-1]]--; nbSeq_1--; } in writeSequences() 890 FSE_normalizeCount(norm, tableLog, count, nbSeq_1, max, nbSeq >= 2048); in writeSequences() 917 size_t nbSeq_1 = nbSeq; in writeSequences() local 919 if (count[mlCodeTable[nbSeq-1]]>1) { count[mlCodeTable[nbSeq-1]]--; nbSeq_1--; } in writeSequences() 920 FSE_normalizeCount(norm, tableLog, count, nbSeq_1, max, nbSeq >= 2048); in writeSequences()
|