Searched refs:INTERP_CAC (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/acac/ |
| H A D | cac_adaptor.cpp | 44 #define INTERP_CAC(x0, x1, ratio) ((ratio) * ((x1) - (x0)) + (x0)) macro 544 strength[i] = INTERP_CAC(strenth_low, 550 output->config[0].bypass_en = INTERP_CAC(attr_->auto_params[gain_low].bypass, 555 INTERP_CAC((int)attr_->auto_params[gain_low].clip_g_mode, 558 INTERP_CAC((int)attr_->auto_params[gain_low].neg_clip0_enable, 561 INTERP_CAC((int)attr_->auto_params[gain_low].edge_detect_en, 564 float flat_thed_b = INTERP_CAC(attr_->auto_params[gain_low].flat_thed_b, 568 float flat_thed_r = INTERP_CAC(attr_->auto_params[gain_low].flat_thed_r, 572 float offset_b = INTERP_CAC(attr_->auto_params[gain_low].offset_b, 576 float offset_r = INTERP_CAC(attr_->auto_params[gain_low].offset_r, [all …]
|