Lines Matching defs:top
301 * 1<<MAX_DWT_LEVELS top padding to avoid if(y>0) in arith decoding
486 * Decode the coeffs in the rectangle defined by left, right, top, bottom
491 int left, int right, int top, int bottom,
535 buf = b->ibuf + top * b->stride;
537 for (y = top; y < bottom; y++) {
550 for (y = top; y < bottom; y++) {
601 int cb_x, cb_y, left, right, top, bottom;
617 top = 0;
623 ret = codeblock(s, b, &gb, &c, left, right, top, bottom, blockcnt_one, is_arith);
628 top = bottom;
730 int top = b1->height * slice_y / s->num_y;
735 uint8_t *buf1 = b1->ibuf + top * b1->stride;
736 uint8_t *buf2 = b2 ? b2->ibuf + top * b2->stride: NULL;
751 for (y = top; y < bottom; y++) {
761 for (y = top; y < bottom; y++) {
816 int top;
829 o->top = b->height * y / s->num_y;
832 o->tot_v = ((b->height * (y + 1)) / s->num_y) - o->top;
898 uint8_t *buf = b1->ibuf + c->top * b1->stride + (c->left << (s->pshift + 1));
1589 int left, int right, int top, int bottom)
1592 for (y = 0; top && y < p->yblen >> 1; y++) {
1609 int top = !by;
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);