Searched refs:CTableSize (Results 1 – 2 of 2) sorted by relevance
641 size_t const CTableSize = FSE_CTABLE_SIZE_U32(tableLog, maxSymbolValue); in FSE_compress_wksp() local642 void* scratchBuffer = (void*)(CTable + CTableSize); in FSE_compress_wksp()643 size_t const scratchBufferSize = wkspSize - (CTableSize * sizeof(FSE_CTable)); in FSE_compress_wksp()
681 size_t const CTableSize = FSE_CTABLE_SIZE_U32(tableLog, maxSymbolValue); in FSE_compress_wksp() local682 void* scratchBuffer = (void*)(CTable + CTableSize); in FSE_compress_wksp()683 size_t const scratchBufferSize = wkspSize - (CTableSize * sizeof(FSE_CTable)); in FSE_compress_wksp()