Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/src/
Ddecode_mb_aux.cpp147 void WelsDequantFour4x4_c (int16_t* pRes, const uint16_t* kpMF) { in WelsDequantFour4x4_c() function
253 pFuncList->pfDequantizationFour4x4 = WelsDequantFour4x4_c; in WelsInitReconstructionFuncs()
/third_party/openh264/codec/encoder/core/inc/
Ddecode_mb_aux.h47 void WelsDequantFour4x4_c (int16_t* pRes, const uint16_t* kpQpTable);
/third_party/openh264/test/encoder/
DEncUT_Reconstruct.cpp426 WelsDequantFour4x4_c (pInput[0], g_kuiDequantCoeff[uiQp]); in TEST()
DEncUT_DecodeMbAux.cpp150 WelsDequantFour4x4_c (W, mf); in TEST()