Searched refs:step_x1 (Results 1 – 2 of 2) sorted by relevance
985 int step_x1 = (1 << (Y_CALIBRATION_BITS - bits_proc - ANR_MFNR_SIGMA_X_SHIFT_BITS)); in select_mfnr_params_by_ISO() local1177 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()
864 int step_x1 = (1 << (Y_CALIBRATION_BITS - bits_proc - AMFNRV1_SIGMA_X_SHIFT_BITS)); in select_mfnr_params_by_ISO_v1() local1056 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()