Searched refs:WelsI16x16LumaPredH_c (Results 1 – 10 of 10) sorted by relevance
/third_party/openh264/codec/processing/src/common/ |
D | common.h | 58 GetIntraPred WelsI16x16LumaPredH_c; variable
|
/third_party/openh264/codec/common/src/ |
D | intra_pred_common.cpp | 61 void WelsI16x16LumaPredH_c (uint8_t* pPred, uint8_t* pRef, const int32_t kiStride) { in WelsI16x16LumaPredH_c() function
|
/third_party/openh264/codec/common/inc/ |
D | intra_pred_common.h | 48 void WelsI16x16LumaPredH_c (uint8_t* pPred, uint8_t* pRef, const int32_t kiStride);
|
/third_party/openh264/codec/encoder/core/src/ |
D | sample.cpp | 284 WelsI16x16LumaPredH_c (pDst, pDec, iDecStride); in WelsSampleSatdIntra16x16Combined3_c() 316 WelsI16x16LumaPredH_c (pDst, pDec, iDecStride); in WelsSampleSadIntra16x16Combined3_c()
|
D | get_intra_predictor.cpp | 616 pFuncList->pfGetLumaI16x16Pred[I16_PRED_H] = WelsI16x16LumaPredH_c; in WelsInitIntraPredFuncs()
|
/third_party/openh264/codec/decoder/core/inc/ |
D | get_intra_predictor.h | 87 void WelsI16x16LumaPredH_c (uint8_t* pPred, const int32_t kiStride);
|
/third_party/openh264/codec/processing/src/complexityanalysis/ |
D | ComplexityAnalysis.cpp | 277 m_pIntraFunc[1] = WelsI16x16LumaPredH_c; in CComplexityAnalysisScreen()
|
/third_party/openh264/test/decoder/ |
D | DecUT_IntraPrediction.cpp | 581 GENERATE_16x16_UT (WelsI16x16LumaPredH_c, LumaI16x16PredH, 0, 0)
|
/third_party/openh264/codec/decoder/core/src/ |
D | decoder.cpp | 1006 pCtx->pGetI16x16LumaPredFunc[I16_PRED_H ] = WelsI16x16LumaPredH_c; in InitPredFunc()
|
D | get_intra_predictor.cpp | 1038 void WelsI16x16LumaPredH_c (uint8_t* pPred, const int32_t kiStride) { in WelsI16x16LumaPredH_c() function
|