Searched refs:isoIndexLow (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/acnr2/ |
| H A D | rk_aiq_acnr_algo_cnr_v2.cpp | 52 int isoIndexLow = 0; in cnr_select_params_by_ISO_V2() local 62 isoIndexLow = i; in cnr_select_params_by_ISO_V2() 65 … isoIndex = (iso - pParams->iso[i]) < (pParams->iso[i + 1] - iso) ? isoIndexLow : isoIndexHigh; in cnr_select_params_by_ISO_V2() 72 isoIndexLow = 0; in cnr_select_params_by_ISO_V2() 80 isoIndexLow = max_iso_step - 2; in cnr_select_params_by_ISO_V2() 98 isoIndexLow = (int)(log((float)isoGainLow / iso_div) / log((float)2)); in cnr_select_params_by_ISO_V2() 100 isoIndexLow = MIN(MAX(isoIndexLow, 0), max_iso_step - 1); in cnr_select_params_by_ISO_V2() 105 pExpInfo->isoLow = pParams->iso[isoIndexLow]; in cnr_select_params_by_ISO_V2() 117 …pSelect->global_gain = interp_cnr_v2(isoGainLow, isoGainHigh, pParams->global_gain[isoIndexLow], p… in cnr_select_params_by_ISO_V2() 118 …ha = interp_cnr_v2(isoGainLow, isoGainHigh, pParams->global_gain_alpha[isoIndexLow], pParams->glob… in cnr_select_params_by_ISO_V2() [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/acnr/ |
| H A D | rk_aiq_acnr_algo_cnr_v1.cpp | 232 int isoIndexLow = 0; in cnr_select_params_by_ISO_V1() local 242 isoIndexLow = i; in cnr_select_params_by_ISO_V1() 244 isoIndex = isoIndexLow; in cnr_select_params_by_ISO_V1() 251 isoIndexLow = 0; in cnr_select_params_by_ISO_V1() 259 isoIndexLow = max_iso_step - 2; in cnr_select_params_by_ISO_V1() 277 isoIndexLow = (int)(log((float)isoGainLow / iso_div) / log((float)2)); in cnr_select_params_by_ISO_V1() 279 isoIndexLow = MIN(MAX(isoIndexLow, 0), max_iso_step - 1); in cnr_select_params_by_ISO_V1() 293 …xgain = interp_cnr_v1(isoGainLow, isoGainHigh, pParams->rkcnr_exgain[isoIndexLow], pParams->rkcn… in cnr_select_params_by_ISO_V1() 294 …_gain = interp_cnr_v1(isoGainLow, isoGainHigh, pParams->rkcnr_g_gain[isoIndexLow], pParams->rkcn… in cnr_select_params_by_ISO_V1() 298 …pSelect->ratio = interp_cnr_v1(isoGainLow, isoGainHigh, pParams->ratio[isoIndexLow], pParams->rati… in cnr_select_params_by_ISO_V1() [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/auvnr/ |
| H A D | rk_aiq_auvnr_algo_uvnr_v1.cpp | 454 int isoIndexLow = 0; in select_uvnr_params_by_ISO_v1() local 467 isoIndexLow = i; in select_uvnr_params_by_ISO_v1() 469 isoIndex = isoIndexLow; in select_uvnr_params_by_ISO_v1() 478 isoIndexLow = 0; in select_uvnr_params_by_ISO_v1() 486 isoIndexLow = max_iso_step - 2; in select_uvnr_params_by_ISO_v1() 507 isoIndexLow = (int)(log((float)isoGainLow / iso_div) / log((float)2)); in select_uvnr_params_by_ISO_v1() 509 isoIndexLow = MIN(MAX(isoIndexLow, 0), max_iso_step - 1); in select_uvnr_params_by_ISO_v1() 520 …amsSelected->ratio = ufnr_interpISO_v1(isoGainLow, isoGainHigh, stRKUVNrParams->ratio[isoIndexLow], in select_uvnr_params_by_ISO_v1() 522 …sSelected->offset = ufnr_interpISO_v1(isoGainLow, isoGainHigh, stRKUVNrParams->offset[isoIndexLow], in select_uvnr_params_by_ISO_v1() 532 …ted->medRatio1 = ufnr_interpISO_v1(isoGainLow, isoGainHigh, stRKUVNrParams->medRatio1[isoIndexLow], in select_uvnr_params_by_ISO_v1() [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/anr/ |
| H A D | rk_aiq_anr_algo_uvnr.cpp | 505 int isoIndexLow = 0; in select_uvnr_params_by_ISO() local 518 isoIndexLow = i; in select_uvnr_params_by_ISO() 520 isoIndex = isoIndexLow; in select_uvnr_params_by_ISO() 529 isoIndexLow = 0; in select_uvnr_params_by_ISO() 537 isoIndexLow = max_iso_step - 2; in select_uvnr_params_by_ISO() 558 isoIndexLow = (int)(log((float)isoGainLow / iso_div) / log((float)2)); in select_uvnr_params_by_ISO() 560 isoIndexLow = MIN(MAX(isoIndexLow, 0), max_iso_step - 1); in select_uvnr_params_by_ISO() 571 …KUVNrParamsSelected->ratio = interpISO(isoGainLow, isoGainHigh, stRKUVNrParams->ratio[isoIndexLow], in select_uvnr_params_by_ISO() 573 …VNrParamsSelected->offset = interpISO(isoGainLow, isoGainHigh, stRKUVNrParams->offset[isoIndexLow], in select_uvnr_params_by_ISO() 583 …amsSelected->medRatio1 = interpISO(isoGainLow, isoGainHigh, stRKUVNrParams->medRatio1[isoIndexLow], in select_uvnr_params_by_ISO() [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/acnrV30/ |
| H A D | rk_aiq_acnr_algo_cnr_v30.cpp | 40 int isoIndexLow = 0; in cnr_select_params_by_ISO_V30() local 50 isoIndexLow = i; in cnr_select_params_by_ISO_V30() 52 isoIndex = isoIndexLow; in cnr_select_params_by_ISO_V30() 59 isoIndexLow = 0; in cnr_select_params_by_ISO_V30() 67 isoIndexLow = max_iso_step - 2; in cnr_select_params_by_ISO_V30() 85 isoIndexLow = (int)(log((float)isoGainLow / iso_div) / log((float)2)); in cnr_select_params_by_ISO_V30() 87 isoIndexLow = MIN(MAX(isoIndexLow, 0), max_iso_step - 1); in cnr_select_params_by_ISO_V30() 97 pExpInfo->isoLevelLow = isoIndexLow; in cnr_select_params_by_ISO_V30() 99 RK_CNR_Params_V30_Select_t *pLowISO = &pParams->CnrParamsISO[isoIndexLow]; in cnr_select_params_by_ISO_V30()
|