Lines Matching refs:crop_w
512 int crop_w = crop.right - crop.left;
553 crop_l += crop_w * leftCutRatio;
555 crop_r -= crop_w * rightCutRatio;
805 uint32_t crop_w = (crop.right - crop.left);
808 ovutils::normalizeCrop((uint32_t&)crop.left, crop_w);
813 crop.right = crop.left + crop_w;
816 Dim rotCrop(crop.left, crop.top, crop_w, crop_h);
834 int crop_w = crop.right - crop.left;
836 Dim dcrop(crop.left, crop.top, crop_w, crop_h);