Home | History | Annotate | Download | only in source

Lines Matching full:halfwidth

220       int halfwidth = (src_width + 1) / 2;
224 (halfwidth * crop_y + crop_x) / 2;
226 halfwidth * (halfheight + crop_y / 2) + crop_x / 2;
229 (halfwidth * crop_y + crop_x) / 2;
231 halfwidth * (halfheight + crop_y / 2) + crop_x / 2;
234 src_u, halfwidth,
235 src_v, halfwidth,
247 int halfwidth = (src_width + 1) / 2;
250 halfwidth * crop_y + crop_x / 2;
252 halfwidth * (abs_src_height + crop_y) + crop_x / 2;
255 halfwidth * crop_y + crop_x / 2;
257 halfwidth * (abs_src_height + crop_y) + crop_x / 2;
260 src_u, halfwidth,
261 src_v, halfwidth,