Lines Matching full:scale
129 int scale = 0; in drm_calc_scale() local
140 scale = src / dst; in drm_calc_scale()
142 return scale; in drm_calc_scale()
155 * If the scale is below 1 << 16, round down. If the scale is above
156 * 1 << 16, round up. This will calculate the scale with the most
190 * If the scale is below 1 << 16, round down. If the scale is above
191 * 1 << 16, round up. This will calculate the scale with the most
231 * If the scale is below 1 << 16, round down. If the scale is above
232 * 1 << 16, round up. This will calculate the scale with the most
285 * If the scale is below 1 << 16, round down. If the scale is above
286 * 1 << 16, round up. This will calculate the scale with the most