Searched refs:C_PRED_H (Results 1 – 5 of 5) sorted by relevance
/third_party/openh264/codec/encoder/core/src/ |
D | get_intra_predictor.cpp | 641 pFuncList->pfGetChromaPred[C_PRED_H] = WelsIChromaPredH_c; in WelsInitIntraPredFuncs() 666 pFuncList->pfGetChromaPred[C_PRED_H] = WelsIChromaPredH_neon; in WelsInitIntraPredFuncs() 690 pFuncList->pfGetChromaPred[C_PRED_H] = WelsIChromaPredH_AArch64_neon; in WelsInitIntraPredFuncs() 706 pFuncList->pfGetChromaPred[C_PRED_H] = WelsIChromaPredH_mmx; in WelsInitIntraPredFuncs() 731 pFuncList->pfGetChromaPred[C_PRED_H] = WelsIChromaPredH_mmi; in WelsInitIntraPredFuncs()
|
D | svc_base_layer_md.cpp | 202 { C_PRED_DC_L, C_PRED_H, C_PRED_INVALID, C_PRED_INVALID, 2 }, 204 { C_PRED_V, C_PRED_H, C_PRED_DC, C_PRED_INVALID, 3 }, 206 { C_PRED_DC_L, C_PRED_H, C_PRED_INVALID, C_PRED_INVALID, 2 }, 208 { C_PRED_V, C_PRED_H, C_PRED_DC, C_PRED_P, 4 }
|
/third_party/openh264/codec/decoder/core/inc/ |
D | wels_common_basis.h | 207 {C_PRED_H, 1, 0, 0},
|
/third_party/openh264/codec/decoder/core/src/ |
D | decoder.cpp | 1044 pCtx->pGetIChromaPredFunc[C_PRED_H ] = WelsIChromaPredH_c; in InitPredFunc() 1075 pCtx->pGetIChromaPredFunc[C_PRED_H] = WelsDecoderIChromaPredH_neon; in InitPredFunc() 1105 pCtx->pGetIChromaPredFunc[C_PRED_H] = WelsDecoderIChromaPredH_AArch64_neon; in InitPredFunc() 1119 pCtx->pGetIChromaPredFunc[C_PRED_H] = WelsDecoderIChromaPredH_mmx; in InitPredFunc()
|
/third_party/openh264/codec/common/inc/ |
D | wels_common_defs.h | 364 #define C_PRED_H 1 macro
|