Lines Matching refs:tableDecode
490 ZSTD_seqSymbol* const tableDecode = dt+1;
512 tableDecode[highThreshold--].baseValue = s;
569 tableDecode[uPosition].baseValue = spread[s + u];
583 tableDecode[position].baseValue = s;
594 U32 const symbol = tableDecode[u].baseValue;
596 tableDecode[u].nbBits = (BYTE) (tableLog - ZSTD_highbit32(nextState) );
597 tableDecode[u].nextState = (U16) ( (nextState << tableDecode[u].nbBits) - tableSize);
599 tableDecode[u].nbAdditionalBits = nbAdditionalBits[symbol];
600 tableDecode[u].baseValue = baseValue[symbol];