Home
last modified time | relevance | path

Searched refs:WelsI16x16LumaPredH_c (Results 1 – 10 of 10) sorted by relevance

/third_party/openh264/codec/processing/src/common/
Dcommon.h58 GetIntraPred WelsI16x16LumaPredH_c; variable
/third_party/openh264/codec/common/src/
Dintra_pred_common.cpp61 void WelsI16x16LumaPredH_c (uint8_t* pPred, uint8_t* pRef, const int32_t kiStride) { in WelsI16x16LumaPredH_c() function
/third_party/openh264/codec/common/inc/
Dintra_pred_common.h48 void WelsI16x16LumaPredH_c (uint8_t* pPred, uint8_t* pRef, const int32_t kiStride);
/third_party/openh264/codec/encoder/core/src/
Dsample.cpp284 WelsI16x16LumaPredH_c (pDst, pDec, iDecStride); in WelsSampleSatdIntra16x16Combined3_c()
316 WelsI16x16LumaPredH_c (pDst, pDec, iDecStride); in WelsSampleSadIntra16x16Combined3_c()
Dget_intra_predictor.cpp616 pFuncList->pfGetLumaI16x16Pred[I16_PRED_H] = WelsI16x16LumaPredH_c; in WelsInitIntraPredFuncs()
/third_party/openh264/codec/decoder/core/inc/
Dget_intra_predictor.h87 void WelsI16x16LumaPredH_c (uint8_t* pPred, const int32_t kiStride);
/third_party/openh264/codec/processing/src/complexityanalysis/
DComplexityAnalysis.cpp277 m_pIntraFunc[1] = WelsI16x16LumaPredH_c; in CComplexityAnalysisScreen()
/third_party/openh264/test/decoder/
DDecUT_IntraPrediction.cpp581 GENERATE_16x16_UT (WelsI16x16LumaPredH_c, LumaI16x16PredH, 0, 0)
/third_party/openh264/codec/decoder/core/src/
Ddecoder.cpp1006 pCtx->pGetI16x16LumaPredFunc[I16_PRED_H ] = WelsI16x16LumaPredH_c; in InitPredFunc()
Dget_intra_predictor.cpp1038 void WelsI16x16LumaPredH_c (uint8_t* pPred, const int32_t kiStride) { in WelsI16x16LumaPredH_c() function