arith2_get_number 158 libavcodec/mss2.c c->get_number = arith2_get_number; arith2_get_number 546 libavcodec/mss2.c r->x = arith2_get_number(&acoder, avctx->width); arith2_get_number 548 libavcodec/mss2.c r->x = arith2_get_number(&acoder, avctx->width - arith2_get_number 551 libavcodec/mss2.c r->y = arith2_get_number(&acoder, avctx->height); arith2_get_number 552 libavcodec/mss2.c r->w = arith2_get_number(&acoder, avctx->width - r->x) + 1; arith2_get_number 553 libavcodec/mss2.c r->h = arith2_get_number(&acoder, avctx->height - r->y) + 1; arith2_get_number 578 libavcodec/mss2.c wmv9_mask = arith2_get_number(&acoder, 256); arith2_get_number 580 libavcodec/mss2.c wmv9rects[i].coded = arith2_get_number(&acoder, 2);