Searched refs:dst_t (Results 1 – 4 of 4) sorted by relevance
565 int& dst_t = dst.top; in calculate_crop_rects() local589 if(dst_t < sci_t) { in calculate_crop_rects()590 topCutRatio = (float)(sci_t - dst_t) / (float)dst_h; in calculate_crop_rects()591 dst_t = sci_t; in calculate_crop_rects()
1055 int& dst_t = dst.top; in calculate_crop_rects() local1079 if(dst_t < sci_t) { in calculate_crop_rects()1080 topCutRatio = (double)(sci_t - dst_t) / (double)dst_h; in calculate_crop_rects()1081 dst_t = sci_t; in calculate_crop_rects()
1042 int& dst_t = dst.top; in calculate_crop_rects() local1066 if(dst_t < sci_t) { in calculate_crop_rects()1067 topCutRatio = (double)(sci_t - dst_t) / (double)dst_h; in calculate_crop_rects()1068 dst_t = sci_t; in calculate_crop_rects()
1260 int& dst_t = dst.top; in calculate_crop_rects() local1284 if(dst_t < sci_t) { in calculate_crop_rects()1285 topCutRatio = (double)(sci_t - dst_t) / (double)dst_h; in calculate_crop_rects()1286 dst_t = sci_t; in calculate_crop_rects()