Home
last modified time | relevance | path

Searched refs:step_x1 (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/anr/
H A Drk_aiq_anr_algo_mfnr.cpp985 int step_x1 = (1 << (Y_CALIBRATION_BITS - bits_proc - ANR_MFNR_SIGMA_X_SHIFT_BITS)); in select_mfnr_params_by_ISO() local
1177 intep_pos[i] = ROUND_F(intep_pos[i] / (step_x1 * 4)) * (4 * step_x1); in select_mfnr_params_by_ISO()
1179 intep_pos[i] = ROUND_F(intep_pos[i] / (step_x1 * 16)) * (16 * step_x1); in select_mfnr_params_by_ISO()
1201 int off4 = (0x4 * step_x1); in select_mfnr_params_by_ISO()
1202 int off8 = (0x8 * step_x1); in select_mfnr_params_by_ISO()
1203 int off16 = (0x10 * step_x1); in select_mfnr_params_by_ISO()
1204 int off32 = (0x20 * step_x1); in select_mfnr_params_by_ISO()
1221 else if((off < 64 * step_x1) || (off & off16)) in select_mfnr_params_by_ISO()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/amfnr/
H A Drk_aiq_amfnr_algo_mfnr_v1.cpp864 int step_x1 = (1 << (Y_CALIBRATION_BITS - bits_proc - AMFNRV1_SIGMA_X_SHIFT_BITS)); in select_mfnr_params_by_ISO_v1() local
1056 intep_pos[i] = ROUND_F(intep_pos[i] / (step_x1 * 4)) * (4 * step_x1); in select_mfnr_params_by_ISO_v1()
1058 intep_pos[i] = ROUND_F(intep_pos[i] / (step_x1 * 16)) * (16 * step_x1); in select_mfnr_params_by_ISO_v1()
1080 int off4 = (0x4 * step_x1); in select_mfnr_params_by_ISO_v1()
1081 int off8 = (0x8 * step_x1); in select_mfnr_params_by_ISO_v1()
1082 int off16 = (0x10 * step_x1); in select_mfnr_params_by_ISO_v1()
1083 int off32 = (0x20 * step_x1); in select_mfnr_params_by_ISO_v1()
1100 else if((off < 64 * step_x1) || (off & off16)) in select_mfnr_params_by_ISO_v1()