| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/adehaze/ |
| H A D | rk_aiq_adehaze_algo_v10.cpp | 69 float CtrlValue) { in GetDehazeParams() argument 76 CtrlValue, iso_len); in GetDehazeParams() 79 CtrlValue, iso_len); in GetDehazeParams() 82 CtrlValue, iso_len); in GetDehazeParams() 85 CtrlValue, iso_len); in GetDehazeParams() 88 CtrlValue, iso_len); in GetDehazeParams() 91 CtrlValue, iso_len); in GetDehazeParams() 94 CtrlValue, iso_len); in GetDehazeParams() 99 pCalib->DehazeTuningPara.dehaze_setting.DehazeData.wt_max, CtrlValue, iso_len); in GetDehazeParams() 102 CtrlValue, iso_len); in GetDehazeParams() [all …]
|
| H A D | rk_aiq_adehaze_algo_v11.cpp | 24 float GetInterpRatioV11(float* pX, int lo, int hi, float CtrlValue, int length_max) { in GetInterpRatioV11() argument 27 if (CtrlValue < pX[0]) { in GetInterpRatioV11() 31 } else if (CtrlValue >= pX[length_max - 1]) { in GetInterpRatioV11() 37 if (CtrlValue >= pX[i] && CtrlValue < pX[i + 1]) { in GetInterpRatioV11() 40 ratio = (CtrlValue - pX[i]) / (pX[i + 1] - pX[i]); in GetInterpRatioV11() 269 int rawWidth, int rawHeight, unsigned int MDehazeStrth, float CtrlValue) { in GetDehazeParamsV11() argument 273 CtrlValue, DHAZ_CTRL_DATA_STEP_MAX); in GetDehazeParamsV11() 435 CtrlValue, pProcRes->ProcResV11.cfg_air / 1.0f, in GetDehazeParamsV11() 444 __func__, CtrlValue, pProcRes->ProcResV11.air_max / 1.0f, in GetDehazeParamsV11() 459 float CtrlValue) { in GetEnhanceParamsV11() argument [all …]
|
| H A D | rk_aiq_adehaze_algo_v11_duo.cpp | 23 float GetInterpRatioV11Duo(float* pX, int lo, int hi, float CtrlValue, int length_max) { in GetInterpRatioV11Duo() argument 26 if (CtrlValue < pX[0]) { in GetInterpRatioV11Duo() 30 } else if (CtrlValue >= pX[length_max - 1]) { in GetInterpRatioV11Duo() 36 if (CtrlValue >= pX[i] && CtrlValue < pX[i + 1]) { in GetInterpRatioV11Duo() 39 ratio = (CtrlValue - pX[i]) / (pX[i + 1] - pX[i]); in GetInterpRatioV11Duo() 281 float CtrlValue) { in GetDehazeParamsV11duo() argument 285 CtrlValue, DHAZ_CTRL_DATA_STEP_MAX); in GetDehazeParamsV11duo() 450 CtrlValue, pProcRes->ProcResV11duo.cfg_air / 1.0f, in GetDehazeParamsV11duo() 459 __func__, CtrlValue, pProcRes->ProcResV11duo.air_max / 1.0f, in GetDehazeParamsV11duo() 474 float CtrlValue) { in GetEnhanceParamsV11duo() argument [all …]
|
| H A D | rk_aiq_adehaze_algo_v12.cpp | 98 float GetInterpRatioV12(float* pX, int lo, int hi, float CtrlValue, int length_max) { in GetInterpRatioV12() argument 101 if (CtrlValue < pX[0]) { in GetInterpRatioV12() 105 } else if (CtrlValue >= pX[length_max - 1]) { in GetInterpRatioV12() 111 if (CtrlValue >= pX[i] && CtrlValue < pX[i + 1]) { in GetInterpRatioV12() 114 ratio = (CtrlValue - pX[i]) / (pX[i + 1] - pX[i]); in GetInterpRatioV12() 609 int rawWidth, int rawHeight, unsigned int MDehazeStrth, float CtrlValue) { in GetDehazeParamsV12() argument 613 CtrlValue, DHAZ_CTRL_DATA_STEP_MAX); in GetDehazeParamsV12() 782 CtrlValue, pProcRes->ProcResV12.cfg_air / 1.0f, in GetDehazeParamsV12() 791 __func__, CtrlValue, pProcRes->ProcResV12.air_max / 1.0f, in GetDehazeParamsV12() 806 float CtrlValue) { in GetEnhanceParamsV12() argument [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/amerge/ |
| H A D | rk_aiq_amerge_algo_v10.cpp | 66 float MergeGetInterpRatioV10(float* pX, int lo, int hi, float CtrlValue, int length_max) { in MergeGetInterpRatioV10() argument 69 if (CtrlValue < pX[0]) { in MergeGetInterpRatioV10() 73 } else if (CtrlValue >= pX[length_max - 1]) { in MergeGetInterpRatioV10() 79 if (CtrlValue >= pX[i] && CtrlValue < pX[i + 1]) { in MergeGetInterpRatioV10() 82 ratio = (CtrlValue - pX[i]) / (pX[i + 1] - pX[i]); in MergeGetInterpRatioV10() 249 float CtrlValue = pAmergeCtx->NextData.CtrlData.ExpoData.EnvLv; in AmergeTuningProcessing() local 251 CtrlValue = pAmergeCtx->NextData.CtrlData.ExpoData.ISO; in AmergeTuningProcessing() 256 lo, hi, CtrlValue, MERGE_ENVLV_STEP_MAX); in AmergeTuningProcessing()
|
| H A D | rk_aiq_amerge_algo_v11.cpp | 66 float MergeGetInterpRatioV11(float* pX, int lo, int hi, float CtrlValue, int length_max) { in MergeGetInterpRatioV11() argument 69 if (CtrlValue < pX[0]) { in MergeGetInterpRatioV11() 73 } else if (CtrlValue >= pX[length_max - 1]) { in MergeGetInterpRatioV11() 79 if (CtrlValue >= pX[i] && CtrlValue < pX[i + 1]) { in MergeGetInterpRatioV11() 82 ratio = (CtrlValue - pX[i]) / (pX[i + 1] - pX[i]); in MergeGetInterpRatioV11() 296 float CtrlValue = pAmergeCtx->NextData.CtrlData.ExpoData.EnvLv; in AmergeTuningProcessing() local 298 CtrlValue = pAmergeCtx->NextData.CtrlData.ExpoData.ISO; in AmergeTuningProcessing() 306 lo, hi, CtrlValue, MERGE_ENVLV_STEP_MAX); in AmergeTuningProcessing() 363 lo, hi, CtrlValue, MERGE_ENVLV_STEP_MAX); in AmergeTuningProcessing()
|
| H A D | rk_aiq_amerge_algo_v12.cpp | 66 float MergeGetInterpRatioV12(float* pX, int lo, int hi, float CtrlValue, int length_max) { in MergeGetInterpRatioV12() argument 69 if (CtrlValue < pX[0]) { in MergeGetInterpRatioV12() 73 } else if (CtrlValue >= pX[length_max - 1]) { in MergeGetInterpRatioV12() 79 if (CtrlValue >= pX[i] && CtrlValue < pX[i + 1]) { in MergeGetInterpRatioV12() 82 ratio = (CtrlValue - pX[i]) / (pX[i + 1] - pX[i]); in MergeGetInterpRatioV12() 344 float CtrlValue = pAmergeCtx->NextData.CtrlData.ExpoData.EnvLv; in AmergeTuningProcessing() local 346 CtrlValue = pAmergeCtx->NextData.CtrlData.ExpoData.ISO; in AmergeTuningProcessing() 354 lo, hi, CtrlValue, MERGE_ENVLV_STEP_MAX); in AmergeTuningProcessing() 414 lo, hi, CtrlValue, MERGE_ENVLV_STEP_MAX); in AmergeTuningProcessing() 434 lo, hi, CtrlValue, MERGE_ENVLV_STEP_MAX); in AmergeTuningProcessing()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/adrc/ |
| H A D | rk_aiq_adrc_algo_v10.cpp | 43 float DrcGetInterpRatioV10(float* pX, int lo, int hi, float CtrlValue, int length_max) { in DrcGetInterpRatioV10() argument 46 if (CtrlValue < pX[0]) { in DrcGetInterpRatioV10() 50 } else if (CtrlValue >= pX[length_max - 1]) { in DrcGetInterpRatioV10() 56 if (CtrlValue >= pX[i] && CtrlValue < pX[i + 1]) { in DrcGetInterpRatioV10() 59 ratio = (CtrlValue - pX[i]) / (pX[i + 1] - pX[i]); in DrcGetInterpRatioV10() 407 float CtrlValue = pAdrcCtx->NextData.AEData.EnvLv; in AdrcTuningParaProcessing() local 409 CtrlValue = pAdrcCtx->NextData.AEData.ISO; in AdrcTuningParaProcessing() 413 hi, CtrlValue, ADRC_ENVLV_STEP_MAX); in AdrcTuningParaProcessing() 429 hi, CtrlValue, ADRC_ENVLV_STEP_MAX); in AdrcTuningParaProcessing() 438 CtrlValue, ADRC_ENVLV_STEP_MAX); in AdrcTuningParaProcessing()
|
| H A D | rk_aiq_adrc_algo_v11.cpp | 43 float DrcGetInterpRatioV11(float* pX, int lo, int hi, float CtrlValue, int length_max) { in DrcGetInterpRatioV11() argument 46 if (CtrlValue < pX[0]) { in DrcGetInterpRatioV11() 50 } else if (CtrlValue >= pX[length_max - 1]) { in DrcGetInterpRatioV11() 56 if (CtrlValue >= pX[i] && CtrlValue < pX[i + 1]) { in DrcGetInterpRatioV11() 59 ratio = (CtrlValue - pX[i]) / (pX[i + 1] - pX[i]); in DrcGetInterpRatioV11() 440 float CtrlValue = pAdrcCtx->NextData.AEData.EnvLv; in AdrcTuningParaProcessing() local 442 CtrlValue = pAdrcCtx->NextData.AEData.ISO; in AdrcTuningParaProcessing() 446 hi, CtrlValue, ADRC_ENVLV_STEP_MAX); in AdrcTuningParaProcessing() 462 hi, CtrlValue, ADRC_ENVLV_STEP_MAX); in AdrcTuningParaProcessing() 471 CtrlValue, ADRC_ENVLV_STEP_MAX); in AdrcTuningParaProcessing()
|
| H A D | rk_aiq_adrc_algo_v12.cpp | 43 float DrcGetInterpRatioV12(float* pX, int lo, int hi, float CtrlValue, int length_max) { in DrcGetInterpRatioV12() argument 46 if (CtrlValue < pX[0]) { in DrcGetInterpRatioV12() 50 } else if (CtrlValue >= pX[length_max - 1]) { in DrcGetInterpRatioV12() 56 if (CtrlValue >= pX[i] && CtrlValue < pX[i + 1]) { in DrcGetInterpRatioV12() 59 ratio = (CtrlValue - pX[i]) / (pX[i + 1] - pX[i]); in DrcGetInterpRatioV12() 577 float CtrlValue = pAdrcCtx->NextData.AEData.EnvLv; in AdrcTuningParaProcessing() local 579 CtrlValue = pAdrcCtx->NextData.AEData.ISO; in AdrcTuningParaProcessing() 583 hi, CtrlValue, ADRC_ENVLV_STEP_MAX); in AdrcTuningParaProcessing() 600 CtrlValue, ADRC_ENVLV_STEP_MAX); in AdrcTuningParaProcessing() 613 CtrlValue, ADRC_ENVLV_STEP_MAX); in AdrcTuningParaProcessing()
|