Searched refs:yee_param (Results 1 – 1 of 1) sorted by relevance
1010 struct vpfe_ipipe_yee *yee_param = param; in ipipe_set_yee_params() local1014 if (!yee_param) { in ipipe_set_yee_params()1017 memcpy(yee, yee_param, sizeof(struct vpfe_ipipe_yee)); in ipipe_set_yee_params()1031 struct vpfe_ipipe_yee *yee_param = param; in ipipe_get_yee_params() local1034 yee_param->en = yee->en; in ipipe_get_yee_params()1035 yee_param->en_halo_red = yee->en_halo_red; in ipipe_get_yee_params()1036 yee_param->merge_meth = yee->merge_meth; in ipipe_get_yee_params()1037 yee_param->hpf_shft = yee->hpf_shft; in ipipe_get_yee_params()1038 yee_param->hpf_coef_00 = yee->hpf_coef_00; in ipipe_get_yee_params()1039 yee_param->hpf_coef_01 = yee->hpf_coef_01; in ipipe_get_yee_params()[all …]