Searched refs:ff_dirac_init_arith_decoder (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | dirac_arith.c | 96 void ff_dirac_init_arith_decoder(DiracArith *c, GetBitContext *gb, int length) in ff_dirac_init_arith_decoder() function
|
D | dirac_arith.h | 199 void ff_dirac_init_arith_decoder(DiracArith *c, GetBitContext *gb, int length);
|
D | diracdec.c | 614 ff_dirac_init_arith_decoder(&c, &gb, b->length); in decode_subband_internal() 1518 …ff_dirac_init_arith_decoder(arith, gb, get_interleaved_ue_golomb(gb)); /* get_interleaved_ue_g… in dirac_unpack_block_motion_data() 1530 ff_dirac_init_arith_decoder(arith, gb, get_interleaved_ue_golomb(gb)); in dirac_unpack_block_motion_data() 1532 ff_dirac_init_arith_decoder(arith + 4 + 2 * i, gb, get_interleaved_ue_golomb(gb)); in dirac_unpack_block_motion_data() 1533 ff_dirac_init_arith_decoder(arith + 5 + 2 * i, gb, get_interleaved_ue_golomb(gb)); in dirac_unpack_block_motion_data() 1536 ff_dirac_init_arith_decoder(arith+1+i, gb, get_interleaved_ue_golomb(gb)); in dirac_unpack_block_motion_data()
|