ff_dirac_init_arith_decoder  200 libavcodec/dirac_arith.h void ff_dirac_init_arith_decoder(DiracArith *c, GetBitContext *gb, int length);
ff_dirac_init_arith_decoder  613 libavcodec/diracdec.c         ff_dirac_init_arith_decoder(&c, &gb, b->length);
ff_dirac_init_arith_decoder 1517 libavcodec/diracdec.c     ff_dirac_init_arith_decoder(arith, gb, get_interleaved_ue_golomb(gb));     /* get_interleaved_ue_golomb(gb) is the length */
ff_dirac_init_arith_decoder 1529 libavcodec/diracdec.c     ff_dirac_init_arith_decoder(arith, gb, get_interleaved_ue_golomb(gb));
ff_dirac_init_arith_decoder 1531 libavcodec/diracdec.c         ff_dirac_init_arith_decoder(arith + 4 + 2 * i, gb, get_interleaved_ue_golomb(gb));
ff_dirac_init_arith_decoder 1532 libavcodec/diracdec.c         ff_dirac_init_arith_decoder(arith + 5 + 2 * i, gb, get_interleaved_ue_golomb(gb));
ff_dirac_init_arith_decoder 1535 libavcodec/diracdec.c         ff_dirac_init_arith_decoder(arith+1+i, gb, get_interleaved_ue_golomb(gb));