Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/src/
Dget_intra_predictor.cpp643 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()
Dsvc_base_layer_md.cpp208 { C_PRED_V, C_PRED_H, C_PRED_DC, C_PRED_P, 4 }
/third_party/openh264/codec/decoder/core/src/
Ddecoder.cpp1046 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()
/third_party/openh264/codec/decoder/core/inc/
Dwels_common_basis.h209 {C_PRED_P, 1, 1, 1},
/third_party/openh264/codec/common/inc/
Dwels_common_defs.h366 #define C_PRED_P 3 macro