Home
last modified time | relevance | path

Searched refs:WelsDecoderI4x4LumaPredH_mmi (Results 1 – 4 of 4) sorted by relevance

/third_party/openh264/codec/decoder/core/mips/
Ddct_mmi.c754 void WelsDecoderI4x4LumaPredH_mmi(uint8_t *pPred, const int32_t kiStride) { in WelsDecoderI4x4LumaPredH_mmi() function
/third_party/openh264/codec/decoder/core/inc/
Dget_intra_predictor.h181 void WelsDecoderI4x4LumaPredH_mmi (uint8_t* pPred, const int32_t kiStride);
/third_party/openh264/test/decoder/
DDecUT_IntraPrediction.cpp654 GENERATE_4x4_UT (WelsDecoderI4x4LumaPredH_mmi, LumaI4x4PredH, 1, WELS_CPU_MMI)
/third_party/openh264/codec/decoder/core/src/
Ddecoder.cpp1168 pCtx->pGetI4x4LumaPredFunc[I4_PRED_H] = WelsDecoderI4x4LumaPredH_mmi; in InitPredFunc()