Searched refs:I4_PRED_DC_T (Results 1 – 5 of 5) sorted by relevance
/third_party/openh264/codec/common/inc/ |
D | wels_common_defs.h | 354 #define I4_PRED_DC_T 10 macro
|
/third_party/openh264/codec/decoder/core/src/ |
D | decoder.cpp | 1017 pCtx->pGetI4x4LumaPredFunc[I4_PRED_DC_T ] = WelsI4x4LumaPredDcTop_c; in InitPredFunc() 1032 pCtx->pGetI8x8LumaPredFunc[I4_PRED_DC_T ] = WelsI8x8LumaPredDcTop_c; in InitPredFunc() 1103 pCtx->pGetI4x4LumaPredFunc[I4_PRED_DC_T ] = WelsDecoderI4x4LumaPredDcTop_AArch64_neon; in InitPredFunc()
|
D | parse_mb_syn_cavlc.cpp | 647 iFinalMode = I4_PRED_DC_T; in CheckIntraNxNPredMode()
|
/third_party/openh264/codec/encoder/core/src/ |
D | svc_base_layer_md.cpp | 85 I4_PRED_DC_T, I4_PRED_V, I4_PRED_INVALID, I4_PRED_INVALID, 92 I4_PRED_DC_T, I4_PRED_V, I4_PRED_DDL_TOP, I4_PRED_VL_TOP, 122 I4_PRED_DC_T, I4_PRED_V, I4_PRED_INVALID, I4_PRED_INVALID, 129 I4_PRED_DC_T, I4_PRED_V, I4_PRED_DDL_TOP, I4_PRED_VL_TOP, 158 I4_PRED_DC_T, I4_PRED_V, I4_PRED_DDL, I4_PRED_VL, 186 I4_PRED_DC_T, I4_PRED_V, I4_PRED_DDL, I4_PRED_VL,
|
D | get_intra_predictor.cpp | 627 pFuncList->pfGetLumaI4x4Pred[I4_PRED_DC_T] = WelsI4x4LumaPredDcTop_c; in WelsInitIntraPredFuncs() 688 pFuncList->pfGetLumaI4x4Pred[I4_PRED_DC_T ] = WelsI4x4LumaPredDcTop_AArch64_neon; in WelsInitIntraPredFuncs()
|