NUM_LISTS         144 source/common/scalinglist.cpp         for (int listId = 0; listId < NUM_LISTS; listId++)
NUM_LISTS         163 source/common/scalinglist.cpp         for (int listId = 0; listId < NUM_LISTS; listId++)
NUM_LISTS         201 source/common/scalinglist.cpp         for (int l = 0; l < NUM_LISTS; l++)
NUM_LISTS         207 source/common/scalinglist.cpp     return defaultCounter != (NUM_LISTS * NUM_SIZES - 4); // -4 for 32x32
NUM_LISTS         240 source/common/scalinglist.cpp         for (int listId = 0; listId < NUM_LISTS; listId++)
NUM_LISTS         262 source/common/scalinglist.cpp         for (int listIdc = 0; listIdc < NUM_LISTS;  listIdc += (sizeIdc == 3) ? 3 : 1)
NUM_LISTS         317 source/common/scalinglist.cpp             for (int listIdc = 1; listIdc < NUM_LISTS; listIdc++)
NUM_LISTS         351 source/common/scalinglist.cpp         for (int list = 0; list < NUM_LISTS; list++)
NUM_LISTS          48 source/common/scalinglist.h     int32_t  m_scalingListDC[NUM_SIZES][NUM_LISTS];   // the DC value of the matrix coefficient for 16x16
NUM_LISTS          49 source/common/scalinglist.h     int32_t* m_scalingListCoef[NUM_SIZES][NUM_LISTS]; // quantization matrix
NUM_LISTS          51 source/common/scalinglist.h     int32_t* m_quantCoef[NUM_SIZES][NUM_LISTS][NUM_REM];   // array of quantization matrix coefficient 4x4
NUM_LISTS          52 source/common/scalinglist.h     int32_t* m_dequantCoef[NUM_SIZES][NUM_LISTS][NUM_REM]; // array of dequantization matrix coefficient 4x4
NUM_LISTS         505 source/encoder/entropy.cpp         for (int listId = 0; listId < ScalingList::NUM_LISTS; listId += (sizeId == 3) ? 3 : 1)