Home
last modified time | relevance | path

Searched refs:CavlcParamCal_c (Results 1 – 3 of 3) sorted by relevance

/third_party/openh264/test/encoder/
DEncUT_Cavlc.cpp75 TEST (CavlcTest, CavlcParamCal_c) { in TEST() argument
76 TestCavlcParamCal (CavlcParamCal_c); in TEST()
/third_party/openh264/codec/encoder/core/inc/
Dset_mb_syn_cavlc.h78 int32_t CavlcParamCal_c (int16_t* pCoffLevel, uint8_t* pRun, int16_t* pLevel, int32_t* pTotalCoeffs…
/third_party/openh264/codec/encoder/core/src/
Dset_mb_syn_cavlc.cpp84 int32_t CavlcParamCal_c (int16_t* pCoffLevel, uint8_t* pRun, int16_t* pLevel, int32_t* pTotalCoeff , in CavlcParamCal_c() function
291 pFuncList->pfCavlcParamCal = CavlcParamCal_c; in InitCoeffFunc()