|
FFmpeg
4.4.7
|
#include "libavutil/film_grain_params.h"#include "libavutil/pixdesc.h"#include "libavutil/opt.h"#include "avcodec.h"#include "av1dec.h"#include "bytestream.h"#include "hwconfig.h"#include "internal.h"#include "profiles.h"Go to the source code of this file.
Macros | |
| #define | HWACCEL_MAX |
| #define | OFFSET(x) offsetof(AV1DecContext, x) |
| #define | VD AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_DECODING_PARAM |
Variables | |
| static const uint16_t | div_lut [AV1_DIV_LUT_NUM] |
| < same with Div_Lut defined in spec 7.11.3.7 More... | |
| static const AVOption | av1_options [] |
| static const AVClass | av1_class |
| AVCodec | ff_av1_decoder |
| #define HWACCEL_MAX |
| #define OFFSET | ( | x | ) | offsetof(AV1DecContext, x) |
| #define VD AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_DECODING_PARAM |
|
static |
Definition at line 59 of file av1dec.c.
Referenced by decode_unsigned_subexp_with_ref().
Definition at line 69 of file av1dec.c.
Referenced by decode_signed_subexp_with_ref().
Definition at line 79 of file av1dec.c.
Referenced by read_global_param().
|
static |
Definition at line 86 of file av1dec.c.
Referenced by global_motion_params().
|
static |
Definition at line 129 of file av1dec.c.
Referenced by resolve_divisor(), and round_two_signed().
Definition at line 136 of file av1dec.c.
Referenced by get_shear_params_valid().
|
static |
Resolve divisor process.
see spec 7.11.3.7
Definition at line 145 of file av1dec.c.
Referenced by get_shear_params_valid().
|
static |
check if global motion params is valid.
see spec 7.11.3.6
Definition at line 165 of file av1dec.c.
Referenced by global_motion_params().
|
static |
update gm type/params, since cbs already implemented part of this funcation, so we don't need to full implement spec.
Definition at line 197 of file av1dec.c.
Referenced by get_current_frame().
|
static |
Definition at line 246 of file av1dec.c.
Referenced by skip_mode_params().
|
static |
Definition at line 254 of file av1dec.c.
Referenced by get_current_frame().
|
static |
Definition at line 318 of file av1dec.c.
Referenced by get_current_frame().
|
static |
Definition at line 348 of file av1dec.c.
Referenced by get_current_frame().
|
static |
Definition at line 368 of file av1dec.c.
Referenced by get_current_frame().
|
static |
Definition at line 386 of file av1dec.c.
Referenced by av1_decode_frame().
|
static |
check if the HW accel is inited correctly. If not, return un-implemented. Since now the av1 decoder doesn't support native decode, if it will be implemented in the future, need remove this check.
Definition at line 431 of file av1dec.c.
Referenced by av1_decode_frame().
|
static |
Definition at line 571 of file av1dec.c.
Referenced by av1_decode_flush(), av1_decode_frame(), av1_decode_free(), av1_frame_alloc(), av1_frame_ref(), get_current_frame(), and update_reference_list().
|
static |
Definition at line 585 of file av1dec.c.
Referenced by av1_decode_frame(), and update_reference_list().
|
static |
|
static |
Definition at line 653 of file av1dec.c.
Referenced by av1_decode_frame(), and av1_decode_init().
|
static |
Definition at line 697 of file av1dec.c.
Referenced by av1_frame_alloc().
|
static |
|
static |
Definition at line 786 of file av1dec.c.
Referenced by get_current_frame().
|
static |
Definition at line 843 of file av1dec.c.
Referenced by set_output_frame().
|
static |
Definition at line 903 of file av1dec.c.
Referenced by av1_decode_frame().
|
static |
Definition at line 936 of file av1dec.c.
Referenced by av1_decode_frame().
|
static |
Definition at line 956 of file av1dec.c.
Referenced by av1_decode_frame().
|
static |
|
static |
|
static |
< same with Div_Lut defined in spec 7.11.3.7
Definition at line 32 of file av1dec.c.
Referenced by resolve_divisor().
|
static |
|
static |