Searched refs:pCoffLevel (Results 1 – 4 of 4) sorted by relevance
/third_party/openh264/codec/encoder/core/inc/ |
D | set_mb_syn_cavlc.h | 69 int32_t WriteBlockResidualCavlc (SWelsFuncPtrList* pFuncList, int16_t* pCoffLevel, int32_t iEndIdx, 78 int32_t CavlcParamCal_c (int16_t* pCoffLevel, uint8_t* pRun, int16_t* pLevel, int32_t* pTotalCoeffs… 81 int32_t CavlcParamCal_sse2 (int16_t* pCoffLevel, uint8_t* pRun, int16_t* pLevel, int32_t* pTotalCoe… 83 int32_t CavlcParamCal_sse42 (int16_t* pCoffLevel, uint8_t* pRun, int16_t* pLevel, int32_t* pTotalCo…
|
D | set_mb_syn_cabac.h | 84 int32_t WriteBlockResidualCabac (void* pEncCtx, int16_t* pCoffLevel, int32_t iEndIdx,
|
/third_party/openh264/test/encoder/ |
D | EncUT_Cavlc.cpp | 12 int32_t CavlcParamCal_ref (int16_t* pCoffLevel, uint8_t* pRun, int16_t* pLevel, int32_t* pTotalCoef… in CavlcParamCal_ref() argument 17 while (iLastIndex >= 0 && pCoffLevel[iLastIndex] == 0) { in CavlcParamCal_ref() 23 pLevel[iTotalCoeffs] = pCoffLevel[iLastIndex--]; in CavlcParamCal_ref() 25 while (iLastIndex >= 0 && pCoffLevel[iLastIndex] == 0) { in CavlcParamCal_ref()
|
/third_party/openh264/codec/encoder/core/src/ |
D | set_mb_syn_cavlc.cpp | 84 int32_t CavlcParamCal_c (int16_t* pCoffLevel, uint8_t* pRun, int16_t* pLevel, int32_t* pTotalCoeff , in CavlcParamCal_c() argument 89 while (iLastIndex >= 0 && pCoffLevel[iLastIndex] == 0) { in CavlcParamCal_c() 95 pLevel[iTotalCoeffs] = pCoffLevel[iLastIndex--]; in CavlcParamCal_c() 97 while (iLastIndex >= 0 && pCoffLevel[iLastIndex] == 0) { in CavlcParamCal_c() 108 int32_t WriteBlockResidualCavlc (SWelsFuncPtrList* pFuncList, int16_t* pCoffLevel, int32_t iEndIdx, in WriteBlockResidualCavlc() argument 130 iTotalZeros = pFuncList->pfCavlcParamCal (pCoffLevel, uiRun, iLevel, &iTotalCoeffs, iEndIdx); in WriteBlockResidualCavlc()
|