@ -58,7 +58,9 @@
# include "aynrV24/rk_aiq_aynr_algo_itf_v24.h"
# include "ayuvmeV1/rk_aiq_ayuvme_algo_itf_v1.h"
# include "newStruct/demosaic/include/demosaic_algo_api.h"
# if (RKAIQ_HAVE_BAYERTNR_V30)
# include "newStruct/bayertnr/include/bayertnr_algo_api.h"
# endif
# include "newStruct/gamma/include/gamma_algo_api.h"
# include "newStruct/ynr/include/ynr_algo_api.h"
# include "newStruct/drc/include/drc_algo_api.h"
@ -348,8 +350,10 @@ const static struct RkAiqAlgoDesCommExt g_camgroup_algos[] = {
# if USE_NEWSTRUCT
{ & g_RkIspAlgoDescCamgroupBtnr . common , RK_AIQ_CORE_ANALYZE_OTHER , 40 , 40 , 40 , { 0 , 0 } } ,
# else
# if (RKAIQ_HAVE_BAYERTNR_V30)
{ & g_RkIspAlgoDescCamgroupAbayertnrV30 . common , RK_AIQ_CORE_ANALYZE_OTHER , 30 , 30 , 30 , { 0 , 0 } } ,
# endif
# endif
# if USE_NEWSTRUCT
{ & g_RkIspAlgoDescCamgroupSharp . common , RK_AIQ_CORE_ANALYZE_OTHER , 34 , 34 , 34 , { 0 , 0 } } ,
# else
@ -361,7 +365,9 @@ const static struct RkAiqAlgoDesCommExt g_camgroup_algos[] = {
# else
{ & g_RkIspAlgoDescCamgroupAdhaz . common , RK_AIQ_CORE_ANALYZE_DHAZ , 0 , 1 , 0 , { 0 , 0 } } ,
# endif
# if (RKAIQ_HAVE_YUVME_V1)
{ & g_RkIspAlgoDescCamgroupAyuvmeV1 . common , RK_AIQ_CORE_ANALYZE_OTHER , 1 , 1 , 1 , { 0 , 0 } } ,
# endif
# endif
{ NULL , RK_AIQ_CORE_ANALYZE_ALL , 0 , 0 , 0 , { 0 , 0 } } ,
// clang-format on