Searched refs:ff_dirac_init_arith_decoder (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | dirac_arith.c | 96 void ff_dirac_init_arith_decoder(DiracArith *c, GetBitContext *gb, int length) in ff_dirac_init_arith_decoder() function
|
H A D | dirac_arith.h | 199 void ff_dirac_init_arith_decoder(DiracArith *c, GetBitContext *gb, int length);
|
H A D | diracdec.c | 615 ff_dirac_init_arith_decoder(&c, &gb, b->length); in decode_subband_internal() 1519 ff_dirac_init_arith_decoder(arith, gb, get_interleaved_ue_golomb(gb)); /* get_interleaved_ue_golomb(gb) is the length */ in dirac_unpack_block_motion_data() 1531 ff_dirac_init_arith_decoder(arith, gb, get_interleaved_ue_golomb(gb)); in dirac_unpack_block_motion_data() 1533 ff_dirac_init_arith_decoder(arith + 4 + 2 * i, gb, get_interleaved_ue_golomb(gb)); in dirac_unpack_block_motion_data() 1534 ff_dirac_init_arith_decoder(arith + 5 + 2 * i, gb, get_interleaved_ue_golomb(gb)); in dirac_unpack_block_motion_data() 1537 ff_dirac_init_arith_decoder(arith+1+i, gb, get_interleaved_ue_golomb(gb)); in dirac_unpack_block_motion_data()
|
Completed in 5 milliseconds