getRefQP 265 source/common/cudata.h int8_t getRefQP(uint32_t currAbsIdxInCTU) const; getRefQP 899 source/encoder/entropy.cpp const_cast<CUData&>(ctu).setQPSubParts(bCodeDQP ? ctu.getRefQP(absPartIdx) : ctu.m_qp[absPartIdx], absPartIdx, depth); getRefQP 1726 source/encoder/entropy.cpp int dqp = cu.m_qp[absPartIdx] - cu.getRefQP(absPartIdx); getRefQP 3851 source/encoder/search.cpp cu.setQPSubParts(cu.getRefQP(0), 0, cuGeom.depth); getRefQP 3894 source/encoder/search.cpp cu.setQPSubCUs(cu.getRefQP(0), 0, cuGeom.depth); getRefQP 3898 source/encoder/search.cpp cu.setQPSubParts(cu.getRefQP(0), 0, cuGeom.depth);