Searched refs:I4_PRED_HU (Results 1 – 5 of 5) sorted by relevance
/third_party/openh264/codec/decoder/core/src/ |
D | decoder.cpp | 1026 pCtx->pGetI4x4LumaPredFunc[I4_PRED_HU ] = WelsI4x4LumaPredHU_c; in InitPredFunc() 1041 pCtx->pGetI8x8LumaPredFunc[I4_PRED_HU ] = WelsI8x8LumaPredHU_c; in InitPredFunc() 1073 pCtx->pGetI4x4LumaPredFunc[I4_PRED_HU ] = WelsDecoderI4x4LumaPredHU_neon; in InitPredFunc() 1101 pCtx->pGetI4x4LumaPredFunc[I4_PRED_HU ] = WelsDecoderI4x4LumaPredHU_AArch64_neon; in InitPredFunc() 1126 pCtx->pGetI4x4LumaPredFunc[I4_PRED_HU ] = WelsDecoderI4x4LumaPredHU_mmx; in InitPredFunc()
|
/third_party/openh264/codec/encoder/core/src/ |
D | get_intra_predictor.cpp | 637 pFuncList->pfGetLumaI4x4Pred[I4_PRED_HU] = WelsI4x4LumaPredHU_c; in WelsInitIntraPredFuncs() 651 pFuncList->pfGetLumaI4x4Pred[I4_PRED_HU] = WelsI4x4LumaPredHU_neon; in WelsInitIntraPredFuncs() 685 pFuncList->pfGetLumaI4x4Pred[I4_PRED_HU ] = WelsI4x4LumaPredHU_AArch64_neon; in WelsInitIntraPredFuncs() 702 pFuncList->pfGetLumaI4x4Pred[I4_PRED_HU] = WelsI4x4LumaPredHU_mmx; in WelsInitIntraPredFuncs()
|
D | svc_base_layer_md.cpp | 77 I4_PRED_DC_L, I4_PRED_H, I4_PRED_HU, I4_PRED_INVALID, 100 I4_PRED_DC, I4_PRED_H, I4_PRED_V, I4_PRED_HU, 114 I4_PRED_DC_L, I4_PRED_H, I4_PRED_HU, I4_PRED_INVALID, 137 I4_PRED_DC, I4_PRED_H, I4_PRED_V, I4_PRED_HU, 151 I4_PRED_DC_L, I4_PRED_H, I4_PRED_HU, I4_PRED_INVALID, 165 I4_PRED_DC, I4_PRED_H, I4_PRED_V, I4_PRED_HU, 179 I4_PRED_DC_L, I4_PRED_H, I4_PRED_HU, I4_PRED_INVALID, 193 I4_PRED_DC, I4_PRED_H, I4_PRED_V, I4_PRED_HU, 766 iCurMode = I4_PRED_HU; in WelsMdI4x4Fast()
|
/third_party/openh264/codec/decoder/core/inc/ |
D | wels_common_basis.h | 229 { I4_PRED_HU, 1, 0, 0},
|
/third_party/openh264/codec/common/inc/ |
D | wels_common_defs.h | 351 #define I4_PRED_HU 8 //horizon_up macro
|