Home
last modified time | relevance | path

Searched refs:pAsharpResult (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/asharp/
H A Drk_aiq_asharp_algo.cpp345 AsharpResult_t AsharpGetProcResult(AsharpContext_t *pAsharpCtx, AsharpProcResult_t* pAsharpResult) in AsharpGetProcResult() argument
354 if(pAsharpResult == NULL) { in AsharpGetProcResult()
360 pAsharpResult->sharpEn = pAsharpCtx->stAuto.sharpEn; in AsharpGetProcResult()
361 pAsharpResult->edgeFltEn = pAsharpCtx->stAuto.edgeFltEn; in AsharpGetProcResult()
362 pAsharpResult->stSharpParamSelect = pAsharpCtx->stAuto.stSharpParamSelect; in AsharpGetProcResult()
363 pAsharpResult->stEdgefilterParamSelect = pAsharpCtx->stAuto.stEdgefilterParamSelect; in AsharpGetProcResult()
367 pAsharpResult->sharpEn = pAsharpCtx->stManual.sharpEn; in AsharpGetProcResult()
368 pAsharpResult->stSharpParamSelect = pAsharpCtx->stManual.stSharpParamSelect; in AsharpGetProcResult()
369 pAsharpResult->edgeFltEn = pAsharpCtx->stManual.edgeFltEn; in AsharpGetProcResult()
370 pAsharpResult->stEdgefilterParamSelect = pAsharpCtx->stManual.stEdgefilterParamSelect; in AsharpGetProcResult()
[all …]
H A Drk_aiq_asharp_algo.h32 AsharpResult_t AsharpGetProcResult(AsharpContext_t *pAsharpCtx, AsharpProcResult_t* pAsharpResult);
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/asharp4/
H A Drk_aiq_asharp_algo_v4.cpp250 …t_t Asharp_GetProcResult_V4(Asharp_Context_V4_t *pAsharpCtx, Asharp_ProcResult_V4_t* pAsharpResult) in Asharp_GetProcResult_V4() argument
259 if(pAsharpResult == NULL) { in Asharp_GetProcResult_V4()
273 sharp_fix_transfer_V4(stSelect, pAsharpResult->stFix, &pAsharpCtx->stStrength); in Asharp_GetProcResult_V4()
276 *pAsharpResult->stFix = pAsharpCtx->stManual.stFix; in Asharp_GetProcResult_V4()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/asharpV33/
H A Drk_aiq_asharp_algo_v33.cpp263 Asharp_ProcResult_V33_t* pAsharpResult) { in Asharp_GetProcResult_V33() argument
271 if (pAsharpResult == NULL) { in Asharp_GetProcResult_V33()
288 …sharp_fix_transfer_V33(stSelect, pAsharpResult->stFix, &pAsharpCtx->stStrength, &pAsharpCtx->stExp… in Asharp_GetProcResult_V33()
290 *pAsharpResult->stFix = pAsharpCtx->stManual.stFix; in Asharp_GetProcResult_V33()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/asharp3/
H A Drk_aiq_asharp_algo_v3.cpp256 …t_t Asharp_GetProcResult_V3(Asharp_Context_V3_t *pAsharpCtx, Asharp_ProcResult_V3_t* pAsharpResult) in Asharp_GetProcResult_V3() argument
265 if(pAsharpResult == NULL) { in Asharp_GetProcResult_V3()
280 sharp_fix_transfer_V3(stSelect, pAsharpResult->stFix, pAsharpCtx->fSharp_Strength); in Asharp_GetProcResult_V3()