encodeBinsEP     1234 source/encoder/entropy.cpp             encodeBinsEP(ctuParam.bandPos, 5);
encodeBinsEP     1243 source/encoder/entropy.cpp                 encodeBinsEP((uint32_t)(typeIdx), 2);
encodeBinsEP     1263 source/encoder/entropy.cpp         encodeBinsEP((uint32_t)(typeIdx), 2);
encodeBinsEP     1283 source/encoder/entropy.cpp     encodeBinsEP(bandPos, 5);
encodeBinsEP     1456 source/encoder/entropy.cpp     encodeBinsEP(bins, numBins);
encodeBinsEP     1471 source/encoder/entropy.cpp         encodeBinsEP((((1 << (length + 1)) - 2) << absGoRice) + codeRemain, length + 1 + absGoRice);
encodeBinsEP     1486 source/encoder/entropy.cpp         encodeBinsEP((1 << (COEF_REMAIN_BIN_REDUCTION + length + 1)) - 2, COEF_REMAIN_BIN_REDUCTION + length + 1);
encodeBinsEP     1487 source/encoder/entropy.cpp         encodeBinsEP(codeNumber, length + absGoRice);
encodeBinsEP     1574 source/encoder/entropy.cpp             encodeBinsEP(mask, unaryIdx - (unaryIdx == numCand - 1));
encodeBinsEP     1609 source/encoder/entropy.cpp             encodeBinsEP(predIdx[j] + nonzero, 1 + nonzero);
encodeBinsEP     1626 source/encoder/entropy.cpp             encodeBinsEP(dir[j], 5);
encodeBinsEP     1649 source/encoder/entropy.cpp         encodeBinsEP(intraDirChroma, 2);
encodeBinsEP     1682 source/encoder/entropy.cpp             encodeBinsEP(mask, refFrame - (refFrame == refNum));
encodeBinsEP     1895 source/encoder/entropy.cpp         encodeBinsEP(packedSuffixBits, packedSuffixLen);
encodeBinsEP     2143 source/encoder/entropy.cpp                 encodeBinsEP((coeffSigns >> hiddenShift), numNonZero - hiddenShift);
encodeBinsEP     2202 source/encoder/entropy.cpp         encodeBinsEP(mask, len);
encodeBinsEP      217 source/encoder/entropy.h     void encodeBinsEP(uint32_t binValues, int numBins);