FSE_minTableLog
U32 minBits = FSE_minTableLog(srcSize, maxSymbolValue);
if (tableLog < FSE_minTableLog(total, maxSymbolValue)) return ERROR(GENERIC); /* Too small tableLog, compression potentially impossible */