Lines Matching defs:left
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;
620 left = 0;
623 ret = codeblock(s, b, &gb, &c, left, right, top, bottom, blockcnt_one, is_arith);
626 left = right;
728 int left = b1->width * slice_x / s->num_x;
752 for (x = left; x < right; x++) {
762 for (x = left; x < right; x++) {
815 int left;
830 o->left = b->width * x / s->num_x;
831 o->tot_h = ((b->width * (x + 1)) / s->num_x) - o->left;
898 uint8_t *buf = b1->ibuf + c->top * b1->stride + (c->left << (s->pshift + 1));
1575 int left, int right, int wy)
1578 for (x = 0; left && x < p->xblen >> 1; 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);