FFmpeg
|
#include <stdatomic.h>
#include "libavcodec/executor.h"
#include "libavutil/mem.h"
#include "libavutil/thread.h"
#include "thread.h"
#include "ctu.h"
#include "filter.h"
#include "inter.h"
#include "intra.h"
#include "refs.h"
Go to the source code of this file.
Data Structures | |
struct | ProgressListener |
struct | VVCTask |
struct | VVCRowThread |
struct | VVCFrameThread |
Macros | |
#define | PRIORITY_LOWEST 2 |
#define | ADD(dx, dy, stage) frame_thread_add_score(s, ft, t->rx + (dx), t->ry + (dy), stage) |
#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) |
typedef int(* run_func) (VVCContext *s, VVCLocalContext *lc, VVCTask *t) |
enum VVCTaskStage |
|
static |
Definition at line 108 of file thread.c.
Referenced by frame_thread_add_score().
|
static |
Definition at line 132 of file thread.c.
Referenced by ff_vvc_frame_thread_init(), and frame_thread_init_score().
|
static |
Definition at line 145 of file thread.c.
Referenced by ff_vvc_frame_submit().
|
static |
Definition at line 158 of file thread.c.
Referenced by frame_thread_add_score().
|
static |
Definition at line 163 of file thread.c.
Referenced by task_is_stage_ready().
|
static |
Definition at line 169 of file thread.c.
Referenced by decode_cell_data(), schedule_next_parse(), and task_has_target_score().
|
static |
Definition at line 181 of file thread.c.
Referenced by frame_thread_add_score(), and task_is_stage_ready().
|
static |
Definition at line 217 of file thread.c.
Referenced by check_colocation(), ff_vvc_frame_submit(), progress_done(), schedule_next_parse(), submit_entry_point(), and task_run().
|
static |
Definition at line 234 of file thread.c.
Referenced by progress_done(), and task_run().
|
static |
Definition at line 243 of file thread.c.
Referenced by mv_done(), and pixel_done().
|
static |
Definition at line 253 of file thread.c.
Referenced by listener_init().
|
static |
Definition at line 258 of file thread.c.
Referenced by filter_mb_dir(), and listener_init().
|
static |
Definition at line 263 of file thread.c.
Referenced by add_progress_listener().
|
static |
Definition at line 276 of file thread.c.
Referenced by check_colocation(), and schedule_inter().
|
static |
Definition at line 286 of file thread.c.
Referenced by parse_task_done().
|
static |
Definition at line 312 of file thread.c.
Referenced by parse_task_done().
|
static |
Definition at line 333 of file thread.c.
Referenced by task_stage_done().
|
static |
Definition at line 345 of file thread.c.
Referenced by frame_thread_init_score(), and task_run_stage().
|
static |
Definition at line 388 of file thread.c.
Referenced by task_run().
|
static |
Definition at line 398 of file thread.c.
Referenced by run_init().
|
static |
Definition at line 415 of file thread.c.
Referenced by run_init().
|
static |
Definition at line 423 of file thread.c.
Referenced by task_run_stage().
|
static |
Definition at line 447 of file thread.c.
Referenced by run_alf(), run_inter(), and run_parse().
|
static |
Definition at line 473 of file thread.c.
Referenced by task_run_stage().
|
static |
Definition at line 492 of file thread.c.
Referenced by task_run_stage().
|
static |
Definition at line 500 of file thread.c.
Referenced by task_run_stage().
|
static |
Definition at line 516 of file thread.c.
Referenced by task_run_stage().
|
static |
Definition at line 521 of file thread.c.
Referenced by task_run_stage().
|
static |
Definition at line 534 of file thread.c.
Referenced by task_run_stage().
|
static |
Definition at line 550 of file thread.c.
Referenced by task_run_stage().
|
static |
Definition at line 568 of file thread.c.
Referenced by task_run_stage().
|
static |
Definition at line 587 of file thread.c.
Referenced by task_run_stage().
|
static |
Definition at line 622 of file thread.c.
Referenced by task_run().
|
static |
Definition at line 665 of file thread.c.
Referenced by ff_vvc_executor_alloc().
FFExecutor* ff_vvc_executor_alloc | ( | VVCContext * | s, |
const int | thread_count | ||
) |
Definition at line 687 of file thread.c.
Referenced by vvc_decode_init().
void ff_vvc_executor_free | ( | FFExecutor ** | e | ) |
Definition at line 698 of file thread.c.
Referenced by vvc_decode_free().
void ff_vvc_frame_thread_free | ( | VVCFrameContext * | fc | ) |
Definition at line 703 of file thread.c.
Referenced by ff_vvc_frame_thread_init(), and frame_context_free().
|
static |
Definition at line 717 of file thread.c.
Referenced by ff_vvc_frame_thread_init().
int ff_vvc_frame_thread_init | ( | VVCFrameContext * | fc | ) |
Definition at line 743 of file thread.c.
Referenced by frame_start().
int ff_vvc_frame_submit | ( | VVCContext * | s, |
VVCFrameContext * | fc | ||
) |
Definition at line 808 of file thread.c.
Referenced by submit_frame().
int ff_vvc_frame_wait | ( | VVCContext * | s, |
VVCFrameContext * | fc | ||
) |
Definition at line 830 of file thread.c.
Referenced by wait_delayed_frame().
|
static |
Definition at line 606 of file thread.c.
Referenced by task_run_stage().