Searched refs:I16_PRED_DC_T (Results 1 – 5 of 5) sorted by relevance
/third_party/openh264/codec/decoder/core/src/ |
D | decoder.cpp | 1010 pCtx->pGetI16x16LumaPredFunc[I16_PRED_DC_T ] = WelsI16x16LumaPredDcTop_c; in InitPredFunc() 1092 pCtx->pGetI16x16LumaPredFunc[I16_PRED_DC_T] = WelsDecoderI16x16LumaPredDcTop_AArch64_neon; in InitPredFunc() 1138 pCtx->pGetI16x16LumaPredFunc[I16_PRED_DC_T ] = WelsDecoderI16x16LumaPredDcTop_sse2; in InitPredFunc() 1163 pCtx->pGetI16x16LumaPredFunc[I16_PRED_DC_T ] = WelsDecoderI16x16LumaPredDcTop_mmi; in InitPredFunc()
|
D | parse_mb_syn_cavlc.cpp | 589 *pMode = I16_PRED_DC_T; in CheckIntra16x16PredMode()
|
/third_party/openh264/codec/common/inc/ |
D | wels_common_defs.h | 337 #define I16_PRED_DC_T 5 macro
|
/third_party/openh264/codec/encoder/core/src/ |
D | get_intra_predictor.cpp | 620 pFuncList->pfGetLumaI16x16Pred[I16_PRED_DC_T] = WelsI16x16LumaPredDcTop_c; in WelsInitIntraPredFuncs() 677 pFuncList->pfGetLumaI16x16Pred[I16_PRED_DC_T] = WelsI16x16LumaPredDcTop_AArch64_neon; in WelsInitIntraPredFuncs()
|
D | svc_base_layer_md.cpp | 51 { I16_PRED_DC_T, I16_PRED_V, I16_PRED_INVALID, I16_PRED_INVALID, 2 }, 55 { I16_PRED_DC_T, I16_PRED_V, I16_PRED_INVALID, I16_PRED_INVALID, 2 },
|