Home | History | Annotate | Download | only in src

Lines Matching refs:max_aspect

233     float max_aspect = (float)max_width/(float)max_height;
234 if(aspect > max_aspect){