Home | History | Annotate | Download | only in decoder

Lines Matching refs:CLIP

1315     // clip pix_x and pix_y so as it falls inside the frame boundary
1316 CLIP(i2_pix_x, (u2_frm_wd-16), 0);
1317 CLIP(i2_pix_y, (u2_frm_ht-16), 0);
1347 CLIP(i2_pix_x, ((u2_frm_wd / 2)-8), 0);
1348 CLIP(i2_pix_y, ((u2_frm_ht / 2)-8), 0);