Lines Matching defs:right
486 * Decode the coeffs in the rectangle defined by left, right, top, bottom
491 int left, int right, int top, int bottom,
540 for (x = left; x < right; x++) {
553 for (x = left; x < right; x++) {
601 int cb_x, cb_y, left, right, top, bottom;
622 right = (b->width * (cb_x+1LL)) / cb_width;
623 ret = codeblock(s, b, &gb, &c, left, right, top, bottom, blockcnt_one, is_arith);
626 left = right;
729 int right = b1->width *(slice_x+1) / s->num_x;
752 for (x = left; x < right; x++) {
762 for (x = left; x < right; x++) {
1575 int left, int right, int wy)
1580 for (; x < p->xblen >> right; x++)
1589 int left, int right, int top, int bottom)
1593 init_obmc_weight_row(p, obmc_weight, stride, left, right, 8);
1598 init_obmc_weight_row(p, obmc_weight, stride, left, right, wy);
1602 init_obmc_weight_row(p, obmc_weight, stride, left, right, 8);
1684 /* if we're interpolating in the right/bottom halves, adjust the planes as needed
2347 /* The right frame at the right time :-) */