Home
last modified time | relevance | path

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

/third_party/openh264/test/encoder/
DEncUT_Cavlc.cpp86 TEST (CavlcTest, CavlcParamCal_sse42) { in TEST() argument
88 TestCavlcParamCal (CavlcParamCal_sse42); in TEST()
/third_party/openh264/codec/encoder/core/inc/
Dset_mb_syn_cavlc.h83 int32_t CavlcParamCal_sse42 (int16_t* pCoffLevel, uint8_t* pRun, int16_t* pLevel, int32_t* pTotalCo…
/third_party/openh264/codec/encoder/core/x86/
Dcoeff.asm519 ;int32_t CavlcParamCal_sse42(int16_t*coffLevel, uint8_t* run, int16_t *Level, int32_t* total_coeffs…
522 WELS_EXTERN CavlcParamCal_sse42
/third_party/openh264/codec/encoder/core/src/
Dset_mb_syn_cavlc.cpp301 pFuncList->pfCavlcParamCal = CavlcParamCal_sse42; in InitCoeffFunc()