x265_exp2fix8     429 source/common/common.h int      x265_exp2fix8(double x);
x265_exp2fix8    1569 source/encoder/ratecontrol.cpp             frame->m_lowres.invQscaleFactor[i] = x265_exp2fix8(frame->m_lowres.qpCuTreeOffset[i]);
x265_exp2fix8     169 source/encoder/slicetype.cpp                     curFrame->m_lowres.invQscaleFactor[cuxy] = x265_exp2fix8(curFrame->m_lowres.qpCuTreeOffset[cuxy]);
x265_exp2fix8     273 source/encoder/slicetype.cpp                 curFrame->m_lowres.invQscaleFactor[blockXY] = x265_exp2fix8(qp_adj);
x265_exp2fix8     938 source/encoder/slicetype.cpp                         lowresCuCost = (uint16_t)((lowresCuCost * x265_exp2fix8(qpOffset) + 128) >> 8);
x265_exp2fix8     940 source/encoder/slicetype.cpp                         curFrame->m_lowres.intraCost[lowresCuIdx] = (intraCuCost * x265_exp2fix8(qpOffset) + 128) >> 8;
x265_exp2fix8    1852 source/encoder/slicetype.cpp                     frames[b]->invQscaleFactor[cuIndex] += x265_exp2fix8(qp_adj);
x265_exp2fix8    2140 source/encoder/slicetype.cpp             cuCost = (cuCost * x265_exp2fix8(qp_adj) + 128) >> 8;