#include <global.h>

Data Fields | |
| int | start_row |
| int | end_row |
| pthread_mutex_t | input_lock |
| pthread_mutex_t | output_lock |
| pthread_t | tid |
| int | done |
| motion_comp_s * | motion_comp |
| pict_data_s * | pict_data |
| int | secondfield |
| int | ipflag |
| int | sub22_num_mcomps |
| int | sub44_num_mcomps |
| mc_result_s | sub44_mcomps [MAX_44_MATCHES] |
| mc_result_s | sub22_mcomps [MAX_44_MATCHES *4] |
Definition at line 230 of file global.h.
Definition at line 232 of file global.h.
Referenced by motion_engine_loop(), and start_motion_engines().
| pthread_mutex_t motion_engine_t::input_lock |
| pthread_mutex_t motion_engine_t::output_lock |
| pthread_t motion_engine_t::tid |
Definition at line 235 of file global.h.
Referenced by motion_engine_loop(), start_motion_engines(), and stop_motion_engines().
Definition at line 237 of file global.h.
Referenced by motion_engine_loop(), and motion_estimation().
Definition at line 238 of file global.h.
Referenced by motion_engine_loop(), and motion_estimation().
Definition at line 239 of file global.h.
Referenced by motion_engine_loop(), and motion_estimation().
Definition at line 240 of file global.h.
Referenced by motion_engine_loop(), and motion_estimation().
Definition at line 243 of file global.h.
Referenced by build_sub22_mcomps(), find_best_one_pel(), and fullsearch().
| mc_result_s motion_engine_t::sub44_mcomps[MAX_44_MATCHES] |
Definition at line 245 of file global.h.
Referenced by build_sub22_mcomps(), and build_sub44_mcomps().
| mc_result_s motion_engine_t::sub22_mcomps[MAX_44_MATCHES *4] |
Definition at line 246 of file global.h.
Referenced by build_sub22_mcomps(), and find_best_one_pel().
1.5.5