FFmpeg
|
#include <stdatomic.h>
#include "libavutil/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 | 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) |
typedef int(* run_func) (VVCContext *s, VVCLocalContext *lc, VVCTask *t) |
enum VVCTaskStage |
|
static |
Definition at line 106 of file thread.c.
Referenced by frame_thread_add_score().
|
static |
Definition at line 115 of file thread.c.
Referenced by ff_vvc_frame_thread_init(), and frame_thread_init_score().
|
static |
Definition at line 128 of file thread.c.
Referenced by ff_vvc_frame_submit().
|
static |
Definition at line 141 of file thread.c.
Referenced by frame_thread_add_score().
|
static |
Definition at line 146 of file thread.c.
Referenced by task_is_stage_ready().
|
static |
Definition at line 152 of file thread.c.
Referenced by decode_cell_data(), schedule_next_parse(), and task_has_target_score().
|
static |
Definition at line 164 of file thread.c.
Referenced by frame_thread_add_score(), and task_is_stage_ready().
|
static |
Definition at line 198 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 215 of file thread.c.
Referenced by progress_done(), and task_run().
|
static |
Definition at line 224 of file thread.c.
Referenced by mv_done(), and pixel_done().
|
static |
Definition at line 234 of file thread.c.
Referenced by listener_init().
|
static |
Definition at line 239 of file thread.c.
Referenced by filter_mb_dir(), and listener_init().
|
static |
Definition at line 244 of file thread.c.
Referenced by add_progress_listener().
|
static |
Definition at line 257 of file thread.c.
Referenced by check_colocation(), and schedule_inter().
|
static |
Definition at line 267 of file thread.c.
Referenced by parse_task_done().
|
static |
Definition at line 293 of file thread.c.
Referenced by parse_task_done().
|
static |
Definition at line 314 of file thread.c.
Referenced by task_stage_done().
|
static |
Definition at line 326 of file thread.c.
Referenced by frame_thread_init_score(), and task_run_stage().
|
static |
Definition at line 365 of file thread.c.
Referenced by task_ready(), and task_run().
|
static |
Definition at line 375 of file thread.c.
Referenced by ff_vvc_executor_alloc().
Definition at line 388 of file thread.c.
Referenced by ff_vvc_executor_alloc().
|
static |
Definition at line 407 of file thread.c.
Referenced by run_init().
|
static |
Definition at line 424 of file thread.c.
Referenced by run_init().
|
static |
Definition at line 432 of file thread.c.
Referenced by task_run_stage().
|
static |
Definition at line 456 of file thread.c.
Referenced by run_alf(), run_inter(), and run_parse().
|
static |
Definition at line 482 of file thread.c.
Referenced by task_run_stage().
|
static |
Definition at line 501 of file thread.c.
Referenced by task_run_stage().
|
static |
Definition at line 517 of file thread.c.
Referenced by task_run_stage().
|
static |
Definition at line 522 of file thread.c.
Referenced by task_run_stage().
|
static |
Definition at line 535 of file thread.c.
Referenced by task_run_stage().
|
static |
Definition at line 551 of file thread.c.
Referenced by task_run_stage().
|
static |
Definition at line 569 of file thread.c.
Referenced by task_run_stage().
|
static |
Definition at line 588 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 664 of file thread.c.
Referenced by ff_vvc_executor_alloc().
AVExecutor* ff_vvc_executor_alloc | ( | VVCContext * | s, |
const int | thread_count | ||
) |
Definition at line 686 of file thread.c.
Referenced by vvc_decode_init().
void ff_vvc_executor_free | ( | AVExecutor ** | 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 607 of file thread.c.
Referenced by task_run_stage().