22 #ifndef AVCODEC_DIRAC_VLC_H 23 #define AVCODEC_DIRAC_VLC_H 29 typedef uint64_t residual;
35 residual preamble, leftover;
36 int32_t ready[LUT_BITS];
37 int32_t preamble_bits, leftover_bits, ready_num;
43 int ff_dirac_golomb_read_32bit(
DiracGolombLUT *lut_ctx,
const uint8_t *buf,
44 int bytes, uint8_t *dst,
int coeffs);
46 int ff_dirac_golomb_read_16bit(
DiracGolombLUT *lut_ctx,
const uint8_t *buf,
47 int bytes, uint8_t *_dst,
int coeffs);
Convenience header that includes libavutil's core.
Definition: dirac_vlc.h:34