vp_height_full     45 core/autoiso.c     int vp_height_full = vid_get_viewport_height_proper();
vp_height_full     47 core/autoiso.c     if(vp_height_full > 480) {
vp_height_full     49 core/autoiso.c         yscale = vp_height_full/240;
vp_height_full     52 core/autoiso.c     int vp_height = vp_height_full / yscale;      // Number of rows to process