Lines Matching refs:crop_w
278 int crop_w = crop.right - crop.left;282 float w_dscale = ceilf((float)crop_w / (float)dst_w);288 if((crop_w < 5)||(crop_h < 5))295 if(crop_w > MAX_DISPLAY_DIM || w_dscale > downscale ||