FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | RefPicListStruct |
struct | ChromaQpTable |
struct | HRDParameters |
struct | VUIParameters |
struct | EVCParserSPS |
struct | EVCParserPPS |
struct | EVCParamSets |
Macros | |
#define | EVC_MAX_QP_TABLE_SIZE 58 |
#define | NUM_CPB 32 |
Functions | |
int | ff_evc_parse_sps (GetBitContext *gb, EVCParamSets *ps) |
int | ff_evc_parse_pps (GetBitContext *gb, EVCParamSets *ps) |
void | ff_evc_ps_free (EVCParamSets *ps) |
EVC decoder/parser shared code
Definition in file evc_ps.h.
int ff_evc_parse_sps | ( | GetBitContext * | gb, |
EVCParamSets * | ps | ||
) |
Definition at line 151 of file evc_ps.c.
Referenced by parse_nal_unit().
int ff_evc_parse_pps | ( | GetBitContext * | gb, |
EVCParamSets * | ps | ||
) |
Definition at line 351 of file evc_ps.c.
Referenced by parse_nal_unit().
void ff_evc_ps_free | ( | EVCParamSets * | ps | ) |
Definition at line 436 of file evc_ps.c.
Referenced by evc_frame_merge_close(), evc_frame_merge_flush(), and evc_parser_close().