Home
last modified time | relevance | path

Searched defs:pRes (Results 1 – 3 of 3) sorted by relevance

/third_party/openh264/codec/encoder/core/src/
Ddecode_mb_aux.cpp40 void WelsIHadamard4x4Dc (int16_t* pRes) { //pBuffer size : 4x4 in WelsIHadamard4x4Dc()
80 void WelsDequantLumaDc4x4 (int16_t* pRes, const int32_t kiQp) { in WelsDequantLumaDc4x4()
98 void WelsDequantIHadamard4x4_c (int16_t* pRes, const uint16_t kuiMF) { in WelsDequantIHadamard4x4_c()
139 void WelsDequant4x4_c (int16_t* pRes, const uint16_t* kpMF) { in WelsDequant4x4_c()
147 void WelsDequantFour4x4_c (int16_t* pRes, const uint16_t* kpMF) { in WelsDequantFour4x4_c()
Dsvc_encode_mb.cpp47 void WelsDctMb (int16_t* pRes, uint8_t* pEncMb, int32_t iEncStride, uint8_t* pBestPred, PDctFunc pf… in WelsDctMb()
59 int16_t* pRes = pMbCache->pCoeffLevel; in WelsEncRecI16x16Y() local
188 int16_t* pRes = pMbCache->pCoeffLevel; in WelsEncInterY() local
246 void WelsEncRecUV (SWelsFuncPtrList* pFuncList, SMB* pCurMb, SMbCache* pMbCache, int16_t* pRes, … in WelsEncRecUV()
330 int16_t* pRes = pMbCache->pCoeffLevel; in WelsTryPYskip() local
356 …int16_t* pRes = ((iUV == 1) ? & (pMbCache->pCoeffLevel[256]) : & (pMbCache->pCoeffLevel[256 + 64])… in WelsTryPUVskip() local
Dencode_mb_aux.cpp453 int32_t WelsHadamardQuant2x2Skip_neon (int16_t* pRes, int16_t iFF, int16_t iMF) { in WelsHadamardQuant2x2Skip_neon()
459 int32_t WelsHadamardQuant2x2Skip_AArch64_neon (int16_t* pRes, int16_t iFF, int16_t iMF) { in WelsHadamardQuant2x2Skip_AArch64_neon()