Home
last modified time | relevance | path

Searched refs:arith2_get_number (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmss2.c94 static int arith2_get_number(ArithCoder *c, int n) in arith2_get_number() function
158 c->get_number = arith2_get_number; in arith2_init()
546 r->x = arith2_get_number(&acoder, avctx->width); in mss2_decode_frame()
548 r->x = arith2_get_number(&acoder, avctx->width - in mss2_decode_frame()
551 r->y = arith2_get_number(&acoder, avctx->height); in mss2_decode_frame()
552 r->w = arith2_get_number(&acoder, avctx->width - r->x) + 1; in mss2_decode_frame()
553 r->h = arith2_get_number(&acoder, avctx->height - r->y) + 1; in mss2_decode_frame()
578 wmv9_mask = arith2_get_number(&acoder, 256); in mss2_decode_frame()
580 wmv9rects[i].coded = arith2_get_number(&acoder, 2); in mss2_decode_frame()