Lines Matching defs:acoder
483 ArithCoder acoder;
537 arith2_init(&acoder, &gB);
539 implicit_rect = !arith2_get_bit(&acoder);
541 while (arith2_get_bit(&acoder)) {
546 r->x = arith2_get_number(&acoder, avctx->width);
548 r->x = arith2_get_number(&acoder, avctx->width -
551 r->y = arith2_get_number(&acoder, avctx->height);
552 r->w = arith2_get_number(&acoder, avctx->width - r->x) + 1;
553 r->h = arith2_get_number(&acoder, avctx->height - r->y) + 1;
571 if (!implicit_rect && arith2_get_bit(&acoder)) {
576 wmv9_mask = arith2_get_bit(&acoder) - 1;
578 wmv9_mask = arith2_get_number(&acoder, 256);
580 wmv9rects[i].coded = arith2_get_number(&acoder, 2);
583 buf += arith2_get_consumed_bytes(&acoder);
584 buf_size -= arith2_get_consumed_bytes(&acoder);
672 arith2_init(&acoder, &gB);
674 if (c->corrupted = ff_mss12_decode_rect(&ctx->sc[0], &acoder, 0, 0,
679 buf += arith2_get_consumed_bytes(&acoder);
680 buf_size -= arith2_get_consumed_bytes(&acoder);
685 arith2_init(&acoder, &gB);
686 if (c->corrupted = ff_mss12_decode_rect(&ctx->sc[1], &acoder, 0,
692 buf += arith2_get_consumed_bytes(&acoder);
693 buf_size -= arith2_get_consumed_bytes(&acoder);