FFmpeg
|
Data Fields | |
atomic_int | ret |
VVCRowThread * | rows |
VVCTask * | tasks |
int | ctu_size |
int | ctu_width |
int | ctu_height |
int | ctu_count |
atomic_int | nb_scheduled_tasks |
atomic_int | nb_scheduled_listeners |
int | row_progress [VVC_PROGRESS_LAST] |
AVMutex | lock |
AVCond | cond |
atomic_int VVCFrameThread::ret |
Definition at line 87 of file thread.c.
Referenced by ff_vvc_frame_thread_init(), ff_vvc_frame_wait(), and task_run_stage().
VVCRowThread* VVCFrameThread::rows |
Definition at line 89 of file thread.c.
Referenced by ff_vvc_frame_thread_free(), ff_vvc_frame_thread_init(), and report_frame_progress().
VVCTask* VVCFrameThread::tasks |
Definition at line 90 of file thread.c.
Referenced by ff_vvc_frame_submit(), ff_vvc_frame_thread_free(), ff_vvc_frame_thread_init(), frame_thread_add_score(), parse_task_done(), run_init(), and submit_entry_point().
int VVCFrameThread::ctu_size |
Definition at line 92 of file thread.c.
Referenced by ff_vvc_frame_thread_init(), report_frame_progress(), run_alf(), run_deblock_h(), run_deblock_v(), run_lmcs(), and run_sao().
int VVCFrameThread::ctu_width |
Definition at line 93 of file thread.c.
Referenced by ff_vvc_frame_thread_init(), frame_thread_add_score(), frame_thread_init_score(), is_first_row(), parse_task_done(), report_frame_progress(), schedule_next_parse(), and task_stage_done().
int VVCFrameThread::ctu_height |
Definition at line 94 of file thread.c.
Referenced by ff_vvc_frame_thread_init(), frame_thread_add_score(), frame_thread_init_score(), report_frame_progress(), run_deblock_h(), schedule_next_parse(), and task_stage_done().
int VVCFrameThread::ctu_count |
Definition at line 95 of file thread.c.
Referenced by ff_vvc_frame_thread_init().
atomic_int VVCFrameThread::nb_scheduled_tasks |
Definition at line 98 of file thread.c.
Referenced by add_task(), ff_vvc_frame_wait(), and task_run().
atomic_int VVCFrameThread::nb_scheduled_listeners |
Definition at line 99 of file thread.c.
Referenced by add_progress_listener(), ff_vvc_frame_wait(), and progress_done().
int VVCFrameThread::row_progress[VVC_PROGRESS_LAST] |
Definition at line 101 of file thread.c.
Referenced by ff_vvc_frame_thread_init(), and report_frame_progress().
AVMutex VVCFrameThread::lock |
Definition at line 103 of file thread.c.
Referenced by ff_vvc_frame_thread_free(), ff_vvc_frame_thread_init(), ff_vvc_frame_wait(), report_frame_progress(), and sheduled_done().
AVCond VVCFrameThread::cond |
Definition at line 104 of file thread.c.
Referenced by ff_vvc_frame_thread_free(), ff_vvc_frame_thread_init(), ff_vvc_frame_wait(), and sheduled_done().