MAX_TR_SIZE       325 source/common/common.h #define MAX_NUM_TR_COEFFS           MAX_TR_SIZE * MAX_TR_SIZE // Maximum number of transform coefficients, for a 32x32 transform
MAX_TR_SIZE       197 source/common/quant.cpp     m_resiDctCoeff = X265_MALLOC(int16_t, MAX_TR_SIZE * MAX_TR_SIZE * 2);
MAX_TR_SIZE       198 source/common/quant.cpp     m_fencDctCoeff = m_resiDctCoeff + (MAX_TR_SIZE * MAX_TR_SIZE);
MAX_TR_SIZE       199 source/common/quant.cpp     m_fencShortBuf = X265_MALLOC(int16_t, MAX_TR_SIZE * MAX_TR_SIZE);