Home
last modified time | relevance | path

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

/u-boot/lib/zstd/
A Dfse_decompress.c68 FSE_DECODE_TYPE *const tableDecode = (FSE_DECODE_TYPE *)(tdPtr); in FSE_buildDTable_wksp() local
93 tableDecode[highThreshold--].symbol = (FSE_FUNCTION_TYPE)s; in FSE_buildDTable_wksp()
113 tableDecode[position].symbol = (FSE_FUNCTION_TYPE)s; in FSE_buildDTable_wksp()
127 FSE_FUNCTION_TYPE const symbol = (FSE_FUNCTION_TYPE)(tableDecode[u].symbol); in FSE_buildDTable_wksp()
129 tableDecode[u].nbBits = (BYTE)(tableLog - BIT_highbit32((U32)nextState)); in FSE_buildDTable_wksp()
130 tableDecode[u].newState = (U16)((nextState << tableDecode[u].nbBits) - tableSize); in FSE_buildDTable_wksp()

Completed in 9 milliseconds