Searched refs:C_PRED_DC_T (Results 1 – 5 of 5) sorted by relevance
/third_party/openh264/codec/decoder/core/src/ |
D | decoder.cpp | 1048 pCtx->pGetIChromaPredFunc[C_PRED_DC_T ] = WelsIChromaPredDcTop_c; in InitPredFunc() 1109 pCtx->pGetIChromaPredFunc[C_PRED_DC_T] = WelsDecoderIChromaPredDcTop_AArch64_neon; in InitPredFunc() 1142 pCtx->pGetIChromaPredFunc[C_PRED_DC_T] = WelsDecoderIChromaPredDcTop_sse2; in InitPredFunc() 1167 pCtx->pGetIChromaPredFunc[C_PRED_DC_T] = WelsDecoderIChromaPredDcTop_mmi; in InitPredFunc()
|
D | parse_mb_syn_cavlc.cpp | 614 *pMode = C_PRED_DC_T; in CheckIntraChromaPredMode()
|
/third_party/openh264/codec/common/inc/ |
D | wels_common_defs.h | 369 #define C_PRED_DC_T 5 macro
|
/third_party/openh264/codec/encoder/core/src/ |
D | get_intra_predictor.cpp | 645 pFuncList->pfGetChromaPred[C_PRED_DC_T] = WelsIChromaPredDcTop_c; in WelsInitIntraPredFuncs() 694 pFuncList->pfGetChromaPred[C_PRED_DC_T] = WelsIChromaPredDcTop_AArch64_neon; in WelsInitIntraPredFuncs()
|
D | svc_base_layer_md.cpp | 203 { C_PRED_DC_T, C_PRED_V, C_PRED_INVALID, C_PRED_INVALID, 2 }, 207 { C_PRED_DC_T, C_PRED_V, C_PRED_INVALID, C_PRED_INVALID, 2 },
|