FFmpeg
Functions
evc_parse.c File Reference
#include "golomb.h"
#include "evc.h"
#include "evc_parse.h"

Go to the source code of this file.

Functions

int ff_evc_parse_slice_header (GetBitContext *gb, EVCParserSliceHeader *sh, const EVCParamSets *ps, enum EVCNALUnitType nalu_type)
 
int ff_evc_derive_poc (const EVCParamSets *ps, const EVCParserSliceHeader *sh, EVCParserPoc *poc, enum EVCNALUnitType nalu_type, int tid)
 

Function Documentation

◆ ff_evc_parse_slice_header()

int ff_evc_parse_slice_header ( GetBitContext gb,
EVCParserSliceHeader sh,
const EVCParamSets ps,
enum EVCNALUnitType  nalu_type 
)

Definition at line 24 of file evc_parse.c.

Referenced by parse_nal_unit().

◆ ff_evc_derive_poc()

int ff_evc_derive_poc ( const EVCParamSets ps,
const EVCParserSliceHeader sh,
EVCParserPoc poc,
enum EVCNALUnitType  nalu_type,
int  tid 
)

Definition at line 140 of file evc_parse.c.

Referenced by parse_nal_unit().