![]() |
AAX SDK
2.4.1
Avid Audio Extensions Development Kit
|
#include "AAX.h"
#include "AAX_PlatformOptimizationConstants.h"
#include "AAX_Constants.h"
#include <xmmintrin.h>
#include <pmmintrin.h>
#include <tmmintrin.h>
Go to the source code of this file.
Quantization utilities.
Namespaces | |
AAX | |
Macros | |
#define | AAX_QUANTIZE_H |
Functions | |
int32_t | AAX::FastRound2Int32 (double iVal) |
Round to Int32. More... | |
int32_t | AAX::FastRound2Int32 (float iVal) |
Round to Int32. More... | |
int32_t | AAX::FastRndDbl2Int32 (double iVal) |
int32_t | AAX::FastTrunc2Int32 (double iVal) |
Float to Int conversion with truncation. More... | |
int32_t | AAX::FastTrunc2Int32 (float iVal) |
Float to Int conversion with truncation. More... | |
int64_t | AAX::FastRound2Int64 (double iVal) |
Round to Int64. More... | |
#define AAX_QUANTIZE_H |