Searched refs:C_PRED_P (Results 1 – 5 of 5) sorted by relevance
643 pFuncList->pfGetChromaPred[C_PRED_P] = WelsIChromaPredPlane_c; in WelsInitIntraPredFuncs()665 pFuncList->pfGetChromaPred[C_PRED_P] = WelsIChromaPredPlane_neon; in WelsInitIntraPredFuncs()692 pFuncList->pfGetChromaPred[C_PRED_P ] = WelsIChromaPredPlane_AArch64_neon; in WelsInitIntraPredFuncs()720 pFuncList->pfGetChromaPred[C_PRED_P] = WelsIChromaPredPlane_sse2; in WelsInitIntraPredFuncs()734 pFuncList->pfGetChromaPred[C_PRED_P] = WelsIChromaPredPlane_mmi; in WelsInitIntraPredFuncs()
208 { C_PRED_V, C_PRED_H, C_PRED_DC, C_PRED_P, 4 }
1046 pCtx->pGetIChromaPredFunc[C_PRED_P ] = WelsIChromaPredPlane_c; in InitPredFunc()1077 pCtx->pGetIChromaPredFunc[C_PRED_P ] = WelsDecoderIChromaPredPlane_neon; in InitPredFunc()1107 pCtx->pGetIChromaPredFunc[C_PRED_P ] = WelsDecoderIChromaPredPlane_AArch64_neon; in InitPredFunc()1140 pCtx->pGetIChromaPredFunc[C_PRED_P ] = WelsDecoderIChromaPredPlane_sse2; in InitPredFunc()1165 pCtx->pGetIChromaPredFunc[C_PRED_P ] = WelsDecoderIChromaPredPlane_mmi; in InitPredFunc()
209 {C_PRED_P, 1, 1, 1},
366 #define C_PRED_P 3 macro