Lines Matching defs:bottom
486 * Decode the coeffs in the rectangle defined by left, right, top, bottom
491 int left, int right, int top, int bottom,
537 for (y = top; y < bottom; y++) {
550 for (y = top; y < bottom; y++) {
601 int cb_x, cb_y, left, right, top, bottom;
619 bottom = (b->height * (cb_y+1LL)) / cb_height;
623 ret = codeblock(s, b, &gb, &c, left, right, top, bottom, blockcnt_one, is_arith);
628 top = bottom;
731 int bottom = b1->height *(slice_y+1) / s->num_y;
751 for (y = top; y < bottom; y++) {
761 for (y = top; y < bottom; y++) {
1589 int left, int right, int top, int bottom)
1596 for (; y < p->yblen >> bottom; y++) {
1610 int bottom = by == s->blheight-1;
1613 if (top || bottom || by == 1) {
1614 init_obmc_weight(p, s->obmc_weight[0], MAX_BLOCKSIZE, 1, 0, top, bottom);
1615 init_obmc_weight(p, s->obmc_weight[1], MAX_BLOCKSIZE, 0, 0, top, bottom);
1616 init_obmc_weight(p, s->obmc_weight[2], MAX_BLOCKSIZE, 0, 1, top, bottom);
1684 /* if we're interpolating in the right/bottom halves, adjust the planes as needed