Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddirac_arith.c96 void ff_dirac_init_arith_decoder(DiracArith *c, GetBitContext *gb, int length) in ff_dirac_init_arith_decoder() function
Ddirac_arith.h199 void ff_dirac_init_arith_decoder(DiracArith *c, GetBitContext *gb, int length);
Ddiracdec.c614 ff_dirac_init_arith_decoder(&c, &gb, b->length); in decode_subband_internal()
1518ff_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()