Searched refs:RatioLS (Results 1 – 6 of 6) sorted by relevance
267 pAmergeGrpCtx->NextData.CtrlData.ExpoData.RatioLS = in AmergeProcess()282 pAmergeGrpCtx->NextData.CtrlData.ExpoData.RatioLS = LONG_FRAME_MODE_RATIO; in AmergeProcess()286 if (pAmergeGrpCtx->NextData.CtrlData.ExpoData.RatioLS >= RATIO_DEFAULT && in AmergeProcess()296 else if ((pAmergeGrpCtx->CurrData.CtrlData.ExpoData.RatioLS - in AmergeProcess()297 pAmergeGrpCtx->NextData.CtrlData.ExpoData.RatioLS) > FLT_EPSILON || in AmergeProcess()298 (pAmergeGrpCtx->CurrData.CtrlData.ExpoData.RatioLS - in AmergeProcess()299 pAmergeGrpCtx->NextData.CtrlData.ExpoData.RatioLS) < -FLT_EPSILON || in AmergeProcess()307 else if ((pAmergeGrpCtx->CurrData.CtrlData.ExpoData.RatioLS - in AmergeProcess()308 pAmergeGrpCtx->NextData.CtrlData.ExpoData.RatioLS) > FLT_EPSILON || in AmergeProcess()309 (pAmergeGrpCtx->CurrData.CtrlData.ExpoData.RatioLS - in AmergeProcess()[all …]
254 pAmergeCtx->NextData.CtrlData.ExpoData.RatioLS = in AmergeProcess()269 pAmergeCtx->NextData.CtrlData.ExpoData.RatioLS = LONG_FRAME_MODE_RATIO; in AmergeProcess()274 if (pAmergeCtx->NextData.CtrlData.ExpoData.RatioLS >= RATIO_DEFAULT && in AmergeProcess()284 else if ((pAmergeCtx->CurrData.CtrlData.ExpoData.RatioLS - in AmergeProcess()285 pAmergeCtx->NextData.CtrlData.ExpoData.RatioLS) > FLT_EPSILON || in AmergeProcess()286 (pAmergeCtx->CurrData.CtrlData.ExpoData.RatioLS - in AmergeProcess()287 pAmergeCtx->NextData.CtrlData.ExpoData.RatioLS) < -FLT_EPSILON || in AmergeProcess()295 else if ((pAmergeCtx->CurrData.CtrlData.ExpoData.RatioLS - in AmergeProcess()296 pAmergeCtx->NextData.CtrlData.ExpoData.RatioLS) > FLT_EPSILON || in AmergeProcess()297 (pAmergeCtx->CurrData.CtrlData.ExpoData.RatioLS - in AmergeProcess()[all …]
349 pAmergeProcRes->Merge_v10.sw_hdrmge_gain0 = (unsigned short)(64.0f * pExpoData->RatioLS); in AmergeExpoProcessing()350 if (pExpoData->RatioLS == 1.0f) in AmergeExpoProcessing()352 (unsigned short)(4096.0f * (1.0f / pExpoData->RatioLS) - 1.0f); in AmergeExpoProcessing()355 (unsigned short)(4096.0f * (1.0f / pExpoData->RatioLS)); in AmergeExpoProcessing()367 pAmergeCtx->CurrData.CtrlData.ExpoData.RatioLS = pAmergeCtx->NextData.CtrlData.ExpoData.RatioLS; in AmergeExpoProcessing()381 __FUNCTION__, pExpoData->RatioLS, pAmergeProcRes->Merge_v10.sw_hdrmge_gain0, in AmergeExpoProcessing()
574 pAmergeProcRes->Merge_v12.gain0 = (unsigned short)(64.0f * pExpoData->RatioLS); in AmergeExpoProcessing()575 if (pExpoData->RatioLS == 1.0f) in AmergeExpoProcessing()577 (unsigned short)(4096.0f * (1.0f / pExpoData->RatioLS) - 1.0f); in AmergeExpoProcessing()580 (unsigned short)(4096.0f * (1.0f / pExpoData->RatioLS)); in AmergeExpoProcessing()614 (unsigned short)(64.0f * pExpoData->RatioLS); // ratio between middle and short in AmergeExpoProcessing()622 pAmergeCtx->CurrData.CtrlData.ExpoData.RatioLS = pAmergeCtx->NextData.CtrlData.ExpoData.RatioLS; in AmergeExpoProcessing()630 __FUNCTION__, pExpoData->RatioLS, pAmergeProcRes->Merge_v12.gain0, in AmergeExpoProcessing()
489 pAmergeProcRes->Merge_v11.sw_hdrmge_gain0 = (unsigned short)(64.0f * pExpoData->RatioLS); in AmergeExpoProcessing()490 if (pExpoData->RatioLS == 1.0f) in AmergeExpoProcessing()492 (unsigned short)(4096.0f * (1.0f / pExpoData->RatioLS) - 1.0f); in AmergeExpoProcessing()495 (unsigned short)(4096.0f * (1.0f / pExpoData->RatioLS)); in AmergeExpoProcessing()533 pAmergeCtx->CurrData.CtrlData.ExpoData.RatioLS = pAmergeCtx->NextData.CtrlData.ExpoData.RatioLS; in AmergeExpoProcessing()549 __FUNCTION__, pExpoData->RatioLS, pAmergeProcRes->Merge_v11.sw_hdrmge_gain0, in AmergeExpoProcessing()
124 float RatioLS; member