Lines Matching defs:wmv9rects
487 struct Rectangle wmv9rects[MAX_WMV9_RECTANGLES], *r;
544 r = &wmv9rects[used_rects];
549 wmv9rects[used_rects - 1].x) +
550 wmv9rects[used_rects - 1].x;
563 wmv9rects[0].x = 0;
564 wmv9rects[0].y = 0;
565 wmv9rects[0].w = avctx->width;
566 wmv9rects[0].h = avctx->height;
580 wmv9rects[i].coded = arith2_get_number(&acoder, 2);
701 int x = wmv9rects[i].x;
702 int y = wmv9rects[i].y;
703 int w = wmv9rects[i].w;
704 int h = wmv9rects[i].h;
705 if (wmv9rects[i].coded) {