current_shutter 171 core/autoiso.c float current_shutter = shooting_get_shutter_speed_from_tv96(shooting_get_tv96()); current_shutter 185 core/autoiso.c short target_iso = current_iso * min_shutter * current_shutter; current_shutter 198 core/autoiso.c target_iso = (max_iso - min_shutter*conf.autoiso2_coef) / ( 1.0 - conf.autoiso2_coef / (current_shutter * current_iso) ); current_shutter 212 core/autoiso.c float target_shutter = current_shutter * current_iso / target_iso;