Home
last modified time | relevance | path

Searched refs:bic_weight (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/sample/
H A Dsample_aldch_v21_module.cpp164 memcpy(ldchAttr.bic_weight, bic_weight_table, sizeof(bic_weight_table)); in sample_aldch_v21_bic_weight_table()
166 memcpy(ldchAttr.bic_weight, default_bic_table, sizeof(default_bic_table)); in sample_aldch_v21_bic_weight_table()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/aldch/
H A Drk_aiq_types_aldch_algo_int.h52 uint8_t bic_weight[ISP32_LDCH_BIC_NUM]; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aldch/
H A Drk_aiq_algo_aldch_v21_itf.cpp274 memcpy(ldchCtx->bicubic, ldchCtx->user_config.bic_weight, sizeof(ldchCtx->bicubic)); in update_uapi_attribute()
335 memcpy(ldchCtx->user_config.bic_weight, default_bic_table, sizeof(default_bic_table)); in create_context()
448 memcpy(ldchCtx->bicubic, ldchCtx->user_config.bic_weight, sizeof(ldchCtx->bicubic)); in prepare()
525 memcpy(ldchCtx->bicubic, ldchCtx->user_config.bic_weight, sizeof(ldchCtx->bicubic)); in processing()