Searched refs:nbSeq_1 (Results 1 – 2 of 2) sorted by relevance
/external/zstd/lib/compress/ |
D | zstd_compress_sequences.c | 269 size_t nbSeq_1 = nbSeq; in ZSTD_buildCTable() local 273 nbSeq_1--; in ZSTD_buildCTable() 275 assert(nbSeq_1 > 1); in ZSTD_buildCTable() 278 …_ERROR(FSE_normalizeCount(wksp->norm, tableLog, count, nbSeq_1, max, ZSTD_useLowProbCount(nbSeq_1)… in ZSTD_buildCTable()
|
/external/zstd/tests/ |
D | decodecorpus.c | 856 size_t nbSeq_1 = nbSeq; in writeSequences() local 858 if (count[llCodeTable[nbSeq-1]]>1) { count[llCodeTable[nbSeq-1]]--; nbSeq_1--; } in writeSequences() 859 FSE_normalizeCount(norm, tableLog, count, nbSeq_1, max, nbSeq >= 2048); in writeSequences() 884 size_t nbSeq_1 = nbSeq; in writeSequences() local 886 if (count[ofCodeTable[nbSeq-1]]>1) { count[ofCodeTable[nbSeq-1]]--; nbSeq_1--; } in writeSequences() 887 FSE_normalizeCount(norm, tableLog, count, nbSeq_1, max, nbSeq >= 2048); in writeSequences() 914 size_t nbSeq_1 = nbSeq; in writeSequences() local 916 if (count[mlCodeTable[nbSeq-1]]>1) { count[mlCodeTable[nbSeq-1]]--; nbSeq_1--; } in writeSequences() 917 FSE_normalizeCount(norm, tableLog, count, nbSeq_1, max, nbSeq >= 2048); in writeSequences()
|