MLS_GRP_NUM 759 source/common/dct.cpp memset(coeffNum, 0, MLS_GRP_NUM * sizeof(*coeffNum)); MLS_GRP_NUM 760 source/common/dct.cpp memset(coeffFlag, 0, MLS_GRP_NUM * sizeof(*coeffFlag)); MLS_GRP_NUM 761 source/common/dct.cpp memset(coeffSign, 0, MLS_GRP_NUM * sizeof(*coeffSign)); MLS_GRP_NUM 252 source/common/quant.cpp uint8_t coeffNum[MLS_GRP_NUM]; // value range[0, 16] MLS_GRP_NUM 253 source/common/quant.cpp uint16_t coeffSign[MLS_GRP_NUM]; // bit mask map for non-zero coeff sign MLS_GRP_NUM 254 source/common/quant.cpp uint16_t coeffFlag[MLS_GRP_NUM]; // bit mask map for non-zero coeff MLS_GRP_NUM 673 source/common/quant.cpp int64_t costCoeffGroupSig[MLS_GRP_NUM]; /* lambda * bits of group coding cost */ MLS_GRP_NUM 693 source/common/quant.cpp uint8_t coeffNum[MLS_GRP_NUM]; // value range[0, 16] MLS_GRP_NUM 694 source/common/quant.cpp uint16_t coeffSign[MLS_GRP_NUM]; // bit mask map for non-zero coeff sign MLS_GRP_NUM 695 source/common/quant.cpp uint16_t coeffFlag[MLS_GRP_NUM]; // bit mask map for non-zero coeff MLS_GRP_NUM 1833 source/encoder/entropy.cpp uint8_t coeffNum[MLS_GRP_NUM]; // value range[0, 16] MLS_GRP_NUM 1834 source/encoder/entropy.cpp uint16_t coeffSign[MLS_GRP_NUM]; // bit mask map for non-zero coeff sign MLS_GRP_NUM 1835 source/encoder/entropy.cpp uint16_t coeffFlag[MLS_GRP_NUM]; // bit mask map for non-zero coeff MLS_GRP_NUM 1510 source/test/pixelharness.cpp uint8_t ref_coeffNum[MLS_GRP_NUM], opt_coeffNum[MLS_GRP_NUM]; // value range[0, 16] MLS_GRP_NUM 1511 source/test/pixelharness.cpp uint16_t ref_coeffSign[MLS_GRP_NUM], opt_coeffSign[MLS_GRP_NUM]; // bit mask map for non-zero coeff sign MLS_GRP_NUM 1512 source/test/pixelharness.cpp uint16_t ref_coeffFlag[MLS_GRP_NUM], opt_coeffFlag[MLS_GRP_NUM]; // bit mask map for non-zero coeff