Searched refs:DiracArith (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | dirac_arith.h | 86 } DiracArith; typedef 91 static inline void renorm(DiracArith *c) in renorm() 108 static inline void refill(DiracArith *c) in refill() 133 static inline int dirac_get_arith_bit(DiracArith *c, int ctx) in dirac_get_arith_bit() 174 static inline int dirac_get_arith_uint(DiracArith *c, int follow_ctx, int data_ctx) in dirac_get_arith_uint() 190 static inline int dirac_get_arith_int(DiracArith *c, int follow_ctx, int data_ctx) in dirac_get_arith_int() 199 void ff_dirac_init_arith_decoder(DiracArith *c, GetBitContext *gb, int length);
|
D | dirac_arith.c | 96 void ff_dirac_init_arith_decoder(DiracArith *c, GetBitContext *gb, int length) in ff_dirac_init_arith_decoder()
|
D | diracdec.c | 452 static inline void coeff_unpack_arith_##n(DiracArith *c, int qfactor, int qoffset, \ 489 GetBitContext *gb, DiracArith *c, in codeblock() 601 DiracArith c; in decode_subband_internal() 1442 static void decode_block_params(DiracContext *s, DiracArith arith[8], DiracBlock *block, in decode_block_params() 1506 DiracArith arith[8]; in dirac_unpack_block_motion_data()
|