FFmpeg
|
#include "libavutil/avutil.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 1093 of file dirac_vlc.c.
Referenced by decode_hq_slice().
Definition at line 1113 of file dirac_vlc.c.
Referenced by decode_hq_slice().