FFmpeg
Functions
dirac_vlc.h File Reference
#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)
 

Function Documentation

◆ ff_dirac_golomb_read_16bit()

int ff_dirac_golomb_read_16bit ( 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().

◆ ff_dirac_golomb_read_32bit()

int ff_dirac_golomb_read_32bit ( const uint8_t *  buf,
int  bytes,
uint8_t *  _dst,
int  coeffs 
)

Definition at line 1115 of file dirac_vlc.c.

Referenced by decode_hq_slice().