NUM_REM           129 source/common/scalinglist.cpp const int32_t ScalingList::s_quantScales[NUM_REM] = { 26214, 23302, 20560, 18396, 16384, 14564 };
NUM_REM           130 source/common/scalinglist.cpp const int32_t ScalingList::s_invQuantScales[NUM_REM] = { 40, 45, 51, 57, 64, 72 };
NUM_REM           148 source/common/scalinglist.cpp             for (int rem = 0; rem < NUM_REM; rem++)
NUM_REM           166 source/common/scalinglist.cpp             for (int rem = 0; rem < NUM_REM; rem++)
NUM_REM           356 source/common/scalinglist.cpp             for (int rem = 0; rem < NUM_REM; rem++)
NUM_REM            43 source/common/scalinglist.h     static const int32_t s_invQuantScales[NUM_REM];
NUM_REM            44 source/common/scalinglist.h     static const int32_t s_quantScales[NUM_REM];
NUM_REM            51 source/common/scalinglist.h     int32_t* m_quantCoef[NUM_SIZES][NUM_LISTS][NUM_REM];   // array of quantization matrix coefficient 4x4
NUM_REM            52 source/common/scalinglist.h     int32_t* m_dequantCoef[NUM_SIZES][NUM_LISTS][NUM_REM]; // array of dequantization matrix coefficient 4x4