FFmpeg
|
#include <stdatomic.h>
#include "libavutil/executor.h"
#include "libavutil/thread.h"
#include "vvc_thread.h"
#include "vvc_ctu.h"
#include "vvc_filter.h"
#include "vvc_inter.h"
#include "vvc_intra.h"
#include "vvc_refs.h"
Go to the source code of this file.
Data Structures | |
struct | ProgressListener |
struct | VVCTask |
struct | VVCRowThread |
struct | VVCFrameThread |
Macros | |
#define | ADD(dx, dy, stage) frame_thread_add_score(s, ft, t->rx + (dx), t->ry + (dy), stage) |
#define | CHECK(a, b) |
#define | VVC_THREAD_DEBUG |
Typedefs | |
typedef int(* | run_func) (VVCContext *s, VVCLocalContext *lc, VVCTask *t) |
Variables | |
const static char * | task_name [] |
#define ADD | ( | dx, | |
dy, | |||
stage | |||
) | frame_thread_add_score(s, ft, t->rx + (dx), t->ry + (dy), stage) |
#define VVC_THREAD_DEBUG |
Definition at line 568 of file vvc_thread.c.
typedef int(* run_func) (VVCContext *s, VVCLocalContext *lc, VVCTask *t) |
Definition at line 582 of file vvc_thread.c.
enum VVCTaskStage |
Definition at line 41 of file vvc_thread.c.
|
static |
Definition at line 104 of file vvc_thread.c.
Referenced by frame_thread_add_score().
|
static |
Definition at line 113 of file vvc_thread.c.
Referenced by ff_vvc_frame_thread_init(), and frame_thread_init_score().
|
static |
Definition at line 126 of file vvc_thread.c.
Referenced by ff_vvc_frame_submit().
|
static |
Definition at line 133 of file vvc_thread.c.
Referenced by frame_thread_add_score().
|
static |
Definition at line 138 of file vvc_thread.c.
Referenced by task_is_stage_ready().
|
static |
Definition at line 144 of file vvc_thread.c.
Referenced by decode_cell_data(), schedule_next_parse(), and task_has_target_score().
|
static |
Definition at line 156 of file vvc_thread.c.
Referenced by frame_thread_add_score(), and task_is_stage_ready().
|
static |
Definition at line 186 of file vvc_thread.c.
Referenced by check_colocation(), progress_done(), schedule_next_parse(), submit_entry_point(), and task_run().
|
static |
Definition at line 203 of file vvc_thread.c.
Referenced by progress_done(), and task_run().
|
static |
Definition at line 212 of file vvc_thread.c.
Referenced by mv_done(), and pixel_done().
|
static |
Definition at line 222 of file vvc_thread.c.
Referenced by listener_init().
|
static |
Definition at line 227 of file vvc_thread.c.
Referenced by filter_mb_dir(), and listener_init().
|
static |
Definition at line 232 of file vvc_thread.c.
Referenced by add_progress_listener().
|
static |
Definition at line 245 of file vvc_thread.c.
Referenced by check_colocation(), and schedule_inter().
|
static |
Definition at line 255 of file vvc_thread.c.
Referenced by parse_task_done().
|
static |
Definition at line 281 of file vvc_thread.c.
Referenced by parse_task_done().
|
static |
Definition at line 298 of file vvc_thread.c.
Referenced by task_stage_done().
|
static |
Definition at line 310 of file vvc_thread.c.
Referenced by frame_thread_init_score(), and task_run_stage().
Definition at line 349 of file vvc_thread.c.
Referenced by task_ready(), and task_run().
Definition at line 359 of file vvc_thread.c.
Referenced by ff_vvc_executor_alloc().
Definition at line 372 of file vvc_thread.c.
Referenced by ff_vvc_executor_alloc().
|
static |
Definition at line 390 of file vvc_thread.c.
Referenced by run_alf(), run_inter(), and run_parse().
|
static |
Definition at line 412 of file vvc_thread.c.
Referenced by task_run_stage().
|
static |
Definition at line 432 of file vvc_thread.c.
Referenced by task_run_stage().
|
static |
Definition at line 451 of file vvc_thread.c.
Referenced by task_run_stage().
|
static |
Definition at line 465 of file vvc_thread.c.
Referenced by task_run_stage().
|
static |
Definition at line 483 of file vvc_thread.c.
Referenced by task_run_stage().
|
static |
Definition at line 504 of file vvc_thread.c.
Referenced by task_run_stage().
|
static |
Definition at line 527 of file vvc_thread.c.
Referenced by task_run_stage().
|
static |
Definition at line 547 of file vvc_thread.c.
Referenced by task_run_stage().
|
static |
Definition at line 584 of file vvc_thread.c.
Referenced by task_run().
Definition at line 623 of file vvc_thread.c.
Referenced by ff_vvc_executor_alloc().
AVExecutor* ff_vvc_executor_alloc | ( | VVCContext * | s, |
const int | thread_count | ||
) |
Definition at line 645 of file vvc_thread.c.
Referenced by vvc_decode_init().
void ff_vvc_executor_free | ( | AVExecutor ** | e | ) |
Definition at line 657 of file vvc_thread.c.
Referenced by vvc_decode_free().
void ff_vvc_frame_thread_free | ( | VVCFrameContext * | fc | ) |
Definition at line 662 of file vvc_thread.c.
Referenced by ff_vvc_frame_thread_init(), and frame_context_free().
|
static |
Definition at line 676 of file vvc_thread.c.
Referenced by ff_vvc_frame_thread_init().
int ff_vvc_frame_thread_init | ( | VVCFrameContext * | fc | ) |
Definition at line 702 of file vvc_thread.c.
Referenced by frame_start().
|
static |
Definition at line 767 of file vvc_thread.c.
Referenced by ff_vvc_frame_submit().
|
static |
Definition at line 784 of file vvc_thread.c.
Referenced by ff_vvc_frame_submit().
void ff_vvc_frame_submit | ( | VVCContext * | s, |
VVCFrameContext * | fc | ||
) |
Definition at line 792 of file vvc_thread.c.
Referenced by submit_frame().
int ff_vvc_frame_wait | ( | VVCContext * | s, |
VVCFrameContext * | fc | ||
) |
Definition at line 812 of file vvc_thread.c.
Referenced by wait_delayed_frame().
|
static |
Definition at line 570 of file vvc_thread.c.
Referenced by task_run_stage().