av_1e3           1203 core/shooting.c   int hyp, hyp_1e3, av_1e3, v;
av_1e3           1235 core/shooting.c   av_1e3 = shooting_get_aperture_from_av96(av96);
av_1e3           1239 core/shooting.c   if (camera_info.dof_values.aperture_value!=av_1e3 || camera_info.dof_values.focal_length!=fl || (hyp_1e3<0)) {
av_1e3           1244 core/shooting.c     camera_info.dof_values.aperture_value = av_1e3;
av_1e3           1246 core/shooting.c     hyp_1e3 = shooting_get_hyperfocal_distance_1e3_f(av_1e3, fl);
av_1e3           1266 core/shooting.c     if ((av_1e3>0) && (fl>0) && (dist>0) && (shooting_is_infinity_distance()==0) && (hyp_1e3>0)) {