Searched refs:C_PRED_DC (Results 1 – 6 of 6) sorted by relevance
640 pFuncList->pfGetChromaPred[C_PRED_DC] = WelsIChromaPredDc_c; in WelsInitIntraPredFuncs()663 pFuncList->pfGetChromaPred[C_PRED_DC] = WelsIChromaPredDc_neon; in WelsInitIntraPredFuncs()693 pFuncList->pfGetChromaPred[C_PRED_DC] = WelsIChromaPredDc_AArch64_neon; in WelsInitIntraPredFuncs()718 pFuncList->pfGetChromaPred[C_PRED_DC] = WelsIChromaPredDc_sse2; in WelsInitIntraPredFuncs()732 pFuncList->pfGetChromaPred[C_PRED_DC] = WelsIChromaPredDc_mmi; in WelsInitIntraPredFuncs()
204 { C_PRED_V, C_PRED_H, C_PRED_DC, C_PRED_INVALID, 3 },208 { C_PRED_V, C_PRED_H, C_PRED_DC, C_PRED_P, 4 }
1043 pCtx->pGetIChromaPredFunc[C_PRED_DC ] = WelsIChromaPredDc_c; in InitPredFunc()1078 pCtx->pGetIChromaPredFunc[C_PRED_DC] = WelsDecoderIChromaPredDc_neon; in InitPredFunc()1108 pCtx->pGetIChromaPredFunc[C_PRED_DC] = WelsDecoderIChromaPredDc_AArch64_neon; in InitPredFunc()1141 pCtx->pGetIChromaPredFunc[C_PRED_DC] = WelsDecoderIChromaPredDc_sse2; in InitPredFunc()1166 pCtx->pGetIChromaPredFunc[C_PRED_DC] = WelsDecoderIChromaPredDc_mmi; in InitPredFunc()
1348 pCurDqLayer->pChromaPredMode[iMbXy] = C_PRED_DC; in WelsDecodeMbCabacPSlice()1414 pCurDqLayer->pChromaPredMode[iMbXy] = C_PRED_DC; in WelsDecodeMbCabacBSlice()
608 if (C_PRED_DC == *pMode) { in CheckIntraChromaPredMode()
363 #define C_PRED_DC 0 macro