Home
last modified time | relevance | path

Searched refs:GOOD_FRAME_QP_THR (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/
H A Dmfe_h263_rc.c103 #define GOOD_FRAME_QP_THR (SCBR_BEST_QP+0UL) macro
357 … else if (rcctx->m_nContGoodFrameCount>=4 && rcctx->m_nLastFrameAvgQP<=GOOD_FRAME_QP_THR) { in rc_UpdateFrame()