arith2_get_number 156 libavcodec/mss2.c c->get_number = arith2_get_number; arith2_get_number 538 libavcodec/mss2.c r->x = arith2_get_number(&acoder, avctx->width); arith2_get_number 540 libavcodec/mss2.c r->x = arith2_get_number(&acoder, avctx->width - arith2_get_number 543 libavcodec/mss2.c r->y = arith2_get_number(&acoder, avctx->height); arith2_get_number 544 libavcodec/mss2.c r->w = arith2_get_number(&acoder, avctx->width - r->x) + 1; arith2_get_number 545 libavcodec/mss2.c r->h = arith2_get_number(&acoder, avctx->height - r->y) + 1; arith2_get_number 570 libavcodec/mss2.c wmv9_mask = arith2_get_number(&acoder, 256); arith2_get_number 572 libavcodec/mss2.c wmv9rects[i].coded = arith2_get_number(&acoder, 2);