Home
last modified time | relevance | path

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

/external/zstd/lib/compress/
Dfse_compress.c74 U16* const tableU16 = ( (U16*) ptr) + 2; in FSE_buildCTable_wksp() local
87 tableU16[-2] = (U16) tableLog; in FSE_buildCTable_wksp()
88 tableU16[-1] = (U16) maxSymbolValue; in FSE_buildCTable_wksp()
130tableU16[cumul[s]++] = (U16) (tableSize+u); /* TableU16 : sorted by symbol order; gives next sta… in FSE_buildCTable_wksp()
507 U16* const tableU16 = ( (U16*) ptr) + 2; in FSE_buildCTable_raw() local
516 tableU16[-2] = (U16) nbBits; in FSE_buildCTable_raw()
517 tableU16[-1] = (U16) maxSymbolValue; in FSE_buildCTable_raw()
521 tableU16[s] = (U16)(tableSize + s); in FSE_buildCTable_raw()
537 U16* tableU16 = ( (U16*) ptr) + 2; in FSE_buildCTable_rle() local
542 tableU16[-2] = (U16) 0; in FSE_buildCTable_rle()
[all …]