IS_REFERENCED 3232 source/encoder/analysis.cpp bool isReferenced = IS_REFERENCED(m_frame); IS_REFERENCED 968 source/encoder/encoder.cpp outFrame->m_rcData->keptAsRef = curEncoder->m_rce.sliceType == B_SLICE && !IS_REFERENCED(outFrame) ? 0 : 1; IS_REFERENCED 1708 source/encoder/encoder.cpp if (!IS_REFERENCED(curFrame)) IS_REFERENCED 1283 source/encoder/frameencoder.cpp bool isReferenced = IS_REFERENCED(m_frame); IS_REFERENCED 1219 source/encoder/ratecontrol.cpp rce->keptAsRef = IS_REFERENCED(curFrame); IS_REFERENCED 1322 source/encoder/ratecontrol.cpp else if (m_sliceType == B_SLICE && !IS_REFERENCED(curFrame)) IS_REFERENCED 1356 source/encoder/ratecontrol.cpp if (m_sliceType == B_SLICE && IS_REFERENCED(curFrame)) IS_REFERENCED 1685 source/encoder/ratecontrol.cpp if (prevRefSlice->m_sliceType == B_SLICE && IS_REFERENCED(m_curSlice->m_refFrameList[0][0])) IS_REFERENCED 1687 source/encoder/ratecontrol.cpp if (nextRefSlice->m_sliceType == B_SLICE && IS_REFERENCED(m_curSlice->m_refFrameList[1][0])) IS_REFERENCED 1700 source/encoder/ratecontrol.cpp if (IS_REFERENCED(curFrame)) IS_REFERENCED 2765 source/encoder/ratecontrol.cpp : IS_REFERENCED(curFrame) ? 'B' : 'b'; IS_REFERENCED 2816 source/encoder/ratecontrol.cpp if (m_param->rc.cuTree && IS_REFERENCED(curFrame) && !m_param->rc.bStatRead) IS_REFERENCED 241 source/encoder/sao.cpp m_refDepth = 2 + !IS_REFERENCED(frame); IS_REFERENCED 972 source/encoder/slicetype.cpp if (m_lookahead.m_param->rc.bStatRead && m_lookahead.m_param->rc.cuTree && IS_REFERENCED(preFrame))