Searched refs:pLTRValue (Results 1 – 3 of 3) sorted by relevance
114 int32_t WelsEncoderApplyLTR (SLogContext* pLogCtx, sWelsEncCtx** ppCtx, SLTRConfig* pLTRValue);
1000 SLTRConfig* pLTRValue = ((SLTRConfig*) (pOption)); in SetOption() local1001 if (WelsEncoderApplyLTR (&m_pWelsTrace->m_sLogCtx, &m_pEncContext, pLTRValue)) { in SetOption()1006 …pLTRValue->bEnableLongTermReference, pLTRValue->iLTRRefNum, m_pEncContext->pSvcParam->bEnableLongT… in SetOption()
4455 int32_t WelsEncoderApplyLTR (SLogContext* pLogCtx, sWelsEncCtx** ppCtx, SLTRConfig* pLTRValue) { in WelsEncoderApplyLTR() argument4460 sConfig.bEnableLongTermReference = pLTRValue->bEnableLongTermReference; in WelsEncoderApplyLTR()4461 sConfig.iLTRRefNum = pLTRValue->iLTRRefNum; in WelsEncoderApplyLTR()