adjust the intra md under scc

This commit is contained in:
sijchen 2014-04-29 11:10:15 +08:00
parent 83abff2139
commit 2ad7bb9233

View File

@ -2423,7 +2423,7 @@ void PreprocessSliceCoding (sWelsEncCtx* pCtx) {
SWelsFuncPtrList* pFuncList = pCtx->pFuncList;
/* function pointers conditional assignment under sWelsEncCtx, layer_mb_enc_rec (in stack) is exclusive */
if (kbHighestSpatialLayer) {
if (kbHighestSpatialLayer && pCtx->pSvcParam->iUsageType == CAMERA_VIDEO_REAL_TIME) {
SetFastCodingFunc (pFuncList);
} else {
SetNormalCodingFunc (pFuncList);