Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/mips/
Ddct_mmi.c103 void WelsDecoderI16x16LumaPredDc_mmi(uint8_t *pPred, const int32_t kiStride) { in WelsDecoderI16x16LumaPredDc_mmi() function
/third_party/openh264/codec/decoder/core/inc/
Dget_intra_predictor.h171 void WelsDecoderI16x16LumaPredDc_mmi (uint8_t* pPred, const int32_t kiStride);
/third_party/openh264/test/decoder/
DDecUT_IntraPrediction.cpp661 GENERATE_16x16_UT (WelsDecoderI16x16LumaPredDc_mmi, LumaI16x16PredDC, 1, WELS_CPU_MMI)
/third_party/openh264/codec/decoder/core/src/
Ddecoder.cpp1159 pCtx->pGetI16x16LumaPredFunc[I16_PRED_DC] = WelsDecoderI16x16LumaPredDc_mmi; in InitPredFunc()