BigInt 31 libavcodec/xface.c void ff_big_add(BigInt *b, uint8_t a) BigInt 54 libavcodec/xface.c void ff_big_div(BigInt *b, uint8_t a, uint8_t *r) BigInt 93 libavcodec/xface.c void ff_big_mul(BigInt *b, uint8_t a) BigInt 66 libavcodec/xface.h void ff_big_add(BigInt *b, uint8_t a); BigInt 72 libavcodec/xface.h void ff_big_div(BigInt *b, uint8_t a, uint8_t *r); BigInt 77 libavcodec/xface.h void ff_big_mul(BigInt *b, uint8_t a); BigInt 33 libavcodec/xfacedec.c static int pop_integer(BigInt *b, const ProbRange *pranges) BigInt 51 libavcodec/xfacedec.c static void pop_greys(BigInt *b, char *bitmap, int w, int h) BigInt 69 libavcodec/xfacedec.c static void decode_block(BigInt *b, char *bitmap, int w, int h, int level) BigInt 118 libavcodec/xfacedec.c BigInt b = {0}; BigInt 137 libavcodec/xfaceenc.c static void push_integer(BigInt *b, const ProbRange *prange) BigInt 152 libavcodec/xfaceenc.c BigInt b = {0};