HISTO_STEP_SIZE    48 core/autoiso.c     int total = (vp_width * vp_height) / HISTO_STEP_SIZE;
HISTO_STEP_SIZE    62 core/autoiso.c             for (x=HISTO_STEP_SIZE/2; x<vp_width; x+=HISTO_STEP_SIZE)