Searched refs:dst_t (Results 1 – 5 of 5) 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()
516 int& dst_t = dst.top; in calculate_crop_rects() local540 if(dst_t < sci_t) { in calculate_crop_rects()541 topCutRatio = (double)(sci_t - dst_t) / (double)dst_h; in calculate_crop_rects()542 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()
1041 int& dst_t = dst.top; in calculate_crop_rects() local1065 if(dst_t < sci_t) { in calculate_crop_rects()1066 topCutRatio = (double)(sci_t - dst_t) / (double)dst_h; in calculate_crop_rects()1067 dst_t = sci_t; in calculate_crop_rects()
1258 int& dst_t = dst.top; in calculate_crop_rects() local1282 if(dst_t < sci_t) { in calculate_crop_rects()1283 topCutRatio = (double)(sci_t - dst_t) / (double)dst_h; in calculate_crop_rects()1284 dst_t = sci_t; in calculate_crop_rects()