Go to the source code of this file.
◆ HEADER
Value: do { \
} while (0)
void CBS_FUNC trace_header(CodedBitstreamContext *ctx, const char *name)
static AVFormatContext * ctx
Definition at line 477 of file cbs_av1.c.
◆ CHECK
Value: do { \
err = (call); \
if (err < 0) \
return err; \
} while (0)
Definition at line 481 of file cbs_av1.c.
◆ FUNC_NAME
| #define FUNC_NAME |
( |
| rw, |
|
|
| codec, |
|
|
| name ) |
◆ FUNC_AV1
| #define FUNC_AV1 |
( |
| rw, |
|
|
| name ) |
Value:
#define FUNC_NAME(rw, codec, name)
Definition at line 488 of file cbs_av1.c.
◆ FUNC
Value:
#define FUNC_AV1(rw, name)
Definition at line 489 of file cbs_av1.c.
◆ SUBSCRIPTS
| #define SUBSCRIPTS |
( |
| subs, |
|
|
| ... ) |
Value:(subs > 0 ? ((
int[subs + 1]){ subs, __VA_ARGS__ }) :
NULL)
Definition at line 491 of file cbs_av1.c.
◆ OFFSET
◆ cbs_av1_tile_log2()
| static int cbs_av1_tile_log2 |
( |
int | blksize, |
|
|
int | target ) |
|
static |
◆ cbs_av1_get_relative_dist()
| static int cbs_av1_get_relative_dist |
( |
const AV1RawSequenceHeader * | seq, |
|
|
unsigned int | a, |
|
|
unsigned int | b ) |
|
static |
◆ cbs_av1_get_payload_bytes_left()
◆ cbs_av1_split_fragment()
◆ cbs_av1_read_unit()
◆ cbs_av1_write_obu()
◆ cbs_av1_assemble_fragment()
◆ cbs_av1_flush()
◆ cbs_av1_close()
◆ CBS_FUNC()
◆ cbs_av1_unit_types
◆ cbs_av1_options
Initial value:= {
{ "operating_point", "Set operating point to select layers to parse from a scalable bitstream",
{ "fixed_obu_size_length", "Set fixed length of the obu_size field",
}
@ AV_OPT_TYPE_INT
Underlying C type is int.
@ AV1_MAX_OPERATING_POINTS
Definition at line 1365 of file cbs_av1.c.
◆ cbs_av1_class
Initial value:= {
.class_name = "cbs_av1",
}
const char * av_default_item_name(void *ptr)
Return the context name.
#define LIBAVUTIL_VERSION_INT
static const AVOption cbs_av1_options[]
Definition at line 1373 of file cbs_av1.c.
Referenced by CBS_FUNC().