Searched refs:pProcRes (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/adehaze/ |
| H A D | rk_aiq_adehaze_algo_v11_duo.cpp | 59 void stManuGetDehazeParamsV11duo(mDehazeAttrV11_t* pStManu, RkAiqAdehazeProcResult_t* pProcRes, in stManuGetDehazeParamsV11duo() argument 63 pProcRes->ProcResV11duo.air_lc_en = in stManuGetDehazeParamsV11duo() 65 pProcRes->ProcResV11duo.dc_min_th = in stManuGetDehazeParamsV11duo() 67 pProcRes->ProcResV11duo.dc_max_th = in stManuGetDehazeParamsV11duo() 69 pProcRes->ProcResV11duo.yhist_th = in stManuGetDehazeParamsV11duo() 71 pProcRes->ProcResV11duo.yblk_th = int(pStManu->dehaze_setting.DehazeData.yblk_th * in stManuGetDehazeParamsV11duo() 73 pProcRes->ProcResV11duo.dark_th = in stManuGetDehazeParamsV11duo() 75 pProcRes->ProcResV11duo.bright_min = in stManuGetDehazeParamsV11duo() 77 pProcRes->ProcResV11duo.bright_max = in stManuGetDehazeParamsV11duo() 79 pProcRes->ProcResV11duo.wt_max = in stManuGetDehazeParamsV11duo() [all …]
|
| H A D | rk_aiq_adehaze_algo_v12.cpp | 134 XCamReturn TransferHistWr2Res(RkAiqAdehazeProcResult_t* pProcRes, mManual_curve_t* pCurve) { in TransferHistWr2Res() argument 164 pProcRes->ProcResV12.hist_wr[k] = pCurve->curve_y[i]; in TransferHistWr2Res() 165 pProcRes->ProcResV12.hist_wr[k] = in TransferHistWr2Res() 166 LIMIT_VALUE_UNSIGNED(pProcRes->ProcResV12.hist_wr[k], BIT_10_MAX); in TransferHistWr2Res() 170 pProcRes->ProcResV12.hist_wr[k + j] = in TransferHistWr2Res() 174 pProcRes->ProcResV12.hist_wr[k + j] = in TransferHistWr2Res() 175 LIMIT_VALUE_UNSIGNED(pProcRes->ProcResV12.hist_wr[k + j], BIT_10_MAX); in TransferHistWr2Res() 183 pProcRes->ProcResV12.hist_wr[k + j] = in TransferHistWr2Res() 186 pProcRes->ProcResV12.hist_wr[k + j] = in TransferHistWr2Res() 187 LIMIT_VALUE_UNSIGNED(pProcRes->ProcResV12.hist_wr[k + j], BIT_10_MAX); in TransferHistWr2Res() [all …]
|
| H A D | rk_aiq_adehaze_algo_v11.cpp | 60 void stManuGetDehazeParamsV11(mDehazeAttrV11_t* pStManu, RkAiqAdehazeProcResult_t* pProcRes, in stManuGetDehazeParamsV11() argument 64 pProcRes->ProcResV11.air_lc_en = in stManuGetDehazeParamsV11() 66 pProcRes->ProcResV11.dc_min_th = in stManuGetDehazeParamsV11() 68 pProcRes->ProcResV11.dc_max_th = in stManuGetDehazeParamsV11() 70 pProcRes->ProcResV11.yhist_th = ClipValueV11(pStManu->dehaze_setting.DehazeData.yhist_th, 8, 0); in stManuGetDehazeParamsV11() 71 pProcRes->ProcResV11.yblk_th = int(pStManu->dehaze_setting.DehazeData.yblk_th * in stManuGetDehazeParamsV11() 73 pProcRes->ProcResV11.dark_th = ClipValueV11(pStManu->dehaze_setting.DehazeData.dark_th, 8, 0); in stManuGetDehazeParamsV11() 74 pProcRes->ProcResV11.bright_min = in stManuGetDehazeParamsV11() 76 pProcRes->ProcResV11.bright_max = in stManuGetDehazeParamsV11() 78 pProcRes->ProcResV11.wt_max = ClipValueV11(pStManu->dehaze_setting.DehazeData.wt_max, 0, 8); in stManuGetDehazeParamsV11() [all …]
|
| H A D | rk_aiq_algo_adehaze_itf.cpp | 141 RkAiqAlgoProcResAdhaz* pProcRes = (RkAiqAlgoProcResAdhaz*)outparams; in processing() local 148 if (DehazeEnableSetting(pAdehazeHandle, pProcRes->AdehzeProcRes)) { in processing() 153 … ret = AdehazeProcess(pAdehazeHandle, pProcPara->dehaze_stats_v10, pProcRes->AdehzeProcRes); in processing() 156 … ret = AdehazeProcess(pAdehazeHandle, pProcPara->dehaze_stats_v11, pProcRes->AdehzeProcRes); in processing() 159 … ret = AdehazeProcess(pAdehazeHandle, pProcPara->dehaze_stats_v11_duo, pProcRes->AdehzeProcRes); in processing() 163 pProcRes->AdehzeProcRes); in processing()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/agamma/ |
| H A D | rk_aiq_algo_agamma_itf.cpp | 104 AgammaProcRes_t* pProcRes = pAgammaProcRes->GammaProcRes; in processing() local 128 if (!bypass) AgammaProcessing(pAgammaHandle, pProcRes); in processing()
|
| H A D | rk_aiq_agamma_algo_v10.h | 32 void AgammaProcessing(AgammaHandle_t* pGammaCtx, AgammaProcRes_t* pProcRes);
|
| H A D | rk_aiq_agamma_algo_v11.h | 32 void AgammaProcessing(AgammaHandle_t* pGammaCtx, AgammaProcRes_t* pProcRes);
|
| H A D | rk_aiq_agamma_algo_v10.cpp | 70 void AgammaProcessing(AgammaHandle_t* pGammaCtx, AgammaProcRes_t* pProcRes) { in AgammaProcessing() argument 141 AgammaSetProcResV10(pGammaCtx, pProcRes); in AgammaProcessing()
|
| H A D | rk_aiq_agamma_algo_v11.cpp | 74 void AgammaProcessing(AgammaHandle_t* pGammaCtx, AgammaProcRes_t* pProcRes) { in AgammaProcessing() argument 146 AgammaSetProcResV11(pGammaCtx, pProcRes); in AgammaProcessing()
|