x265_qScale2qp 432 source/common/common.h double x265_qScale2qp(double qScale); x265_qScale2qp 916 source/encoder/ratecontrol.cpp avgq = x265_qScale2qp(avgq / m_numEntries); x265_qScale2qp 1002 source/encoder/ratecontrol.cpp rce->newQp = x265_qScale2qp(rce->newQScale); x265_qScale2qp 1032 source/encoder/ratecontrol.cpp rce->newQp = x265_qScale2qp(rce->newQScale); x265_qScale2qp 1297 source/encoder/ratecontrol.cpp rce->qpPrev = x265_qScale2qp(rce->qScale); x265_qScale2qp 1299 source/encoder/ratecontrol.cpp rce->qpaRc = curEncData.m_avgQpRc = curEncData.m_avgQpAq = x265_qScale2qp(rce->newQScale); x265_qScale2qp 1339 source/encoder/ratecontrol.cpp double q = x265_qScale2qp(rateEstimateQscale(curFrame, rce)); x265_qScale2qp 1470 source/encoder/ratecontrol.cpp m_accumPQp = mask * (x265_qScale2qp(q) + m_accumPQp); x265_qScale2qp 1608 source/encoder/ratecontrol.cpp int curQp = int (x265_qScale2qp(m_lastQScaleFor[P_SLICE]) + 0.5); x265_qScale2qp 1727 source/encoder/ratecontrol.cpp q = x265_qScale2qp(qScale); x265_qScale2qp 1741 source/encoder/ratecontrol.cpp q = x265_qScale2qp(qScale); x265_qScale2qp 1821 source/encoder/ratecontrol.cpp rce->qpNoVbv = x265_qScale2qp(q); x265_qScale2qp 1963 source/encoder/ratecontrol.cpp rce->qpNoVbv = x265_qScale2qp(q); x265_qScale2qp 2233 source/encoder/ratecontrol.cpp double qpNoVbv = x265_qScale2qp(q0); x265_qScale2qp 2646 source/encoder/ratecontrol.cpp crfVal = x265_qScale2qp(pow(baseCplx, 1 - m_qCompress) / crfFactor) - mbtree_offset;