Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/src/
Dencoder_data_tables.cpp59 const int32_t g_kiQpCostTable[52] = { variable
Dsvc_encode_slice.cpp551 sMd.iLambda = g_kiQpCostTable[pCurMb->uiLumaQp]; in WelsISliceMdEnc()
627 sMd.iLambda = g_kiQpCostTable[pCurMb->uiLumaQp]; in WelsISliceMdEncDynamic()
1786 pMd->iLambda = g_kiQpCostTable[pCurMb->uiLumaQp]; in WelsInitInterMDStruc()
Dmd.cpp801 const int32_t* kpQpLambda = &g_kiQpCostTable[0]; in MvdCostInit()
/third_party/openh264/codec/encoder/core/inc/
Dmd.h78 extern const int32_t g_kiQpCostTable[52];