Lines Matching full:halfwidth
1197 int halfwidth = (src_width + 1) / 2;
1201 (halfwidth * crop_y + crop_x) / 2;
1203 halfwidth * (halfheight + crop_y / 2) + crop_x / 2;
1206 (halfwidth * crop_y + crop_x) / 2;
1208 halfwidth * (halfheight + crop_y / 2) + crop_x / 2;
1211 src_u, halfwidth,
1212 src_v, halfwidth,
1222 int halfwidth = (src_width + 1) / 2;
1225 halfwidth * crop_y + crop_x / 2;
1227 halfwidth * (abs_src_height + crop_y) + crop_x / 2;
1230 halfwidth * crop_y + crop_x / 2;
1232 halfwidth * (abs_src_height + crop_y) + crop_x / 2;
1235 src_u, halfwidth,
1236 src_v, halfwidth,