FFmpeg
|
#include <stdint.h>
Go to the source code of this file.
Functions | |
int | ff_dirac_golomb_read_16bit (const uint8_t *buf, int bytes, uint8_t *_dst, int coeffs) |
int | ff_dirac_golomb_read_32bit (const uint8_t *buf, int bytes, uint8_t *_dst, int coeffs) |
Definition at line 1095 of file dirac_vlc.c.
Referenced by decode_hq_slice().
Definition at line 1115 of file dirac_vlc.c.
Referenced by decode_hq_slice().