#include <global.h>

Data Fields | |
| int | temp_ref |
| int | pict_type |
| int | vbv_delay |
| int | forw_hor_f_code |
| int | forw_vert_f_code |
| int | back_hor_f_code |
| int | back_vert_f_code |
| int | dc_prec |
| int | pict_struct |
| int | topfirst |
| int | frame_pred_dct |
| int | intravlc |
| int | q_scale_type |
| int | altscan |
| int | repeatfirst |
| int | prog_frame |
| int16_t(* | blocks )[64] |
| int16_t(* | qblocks )[64] |
| unsigned char ** | curorg |
| unsigned char ** | curref |
| mbinfo_s * | mbinfo |
Definition at line 199 of file global.h.
Definition at line 205 of file global.h.
Referenced by field_ME(), frame_ME(), predict_mb(), putpicthdr(), putseq(), ratectl_init_pict(), ratectl_update_pict(), and slice_engine_loop().
Definition at line 207 of file global.h.
Referenced by putmvs(), putpictcodext(), putpicthdr(), and putseq().
Definition at line 208 of file global.h.
Referenced by putmvs(), putpictcodext(), putpicthdr(), and putseq().
Definition at line 209 of file global.h.
Referenced by iquantize(), putpictcodext(), quant_intra_hv(), and readcmdline().
Definition at line 210 of file global.h.
Referenced by calc_DMV(), clearblock(), dct_type_estimation(), dpfield_estimate(), field_estimate(), field_ME(), itransform_engine_loop(), motion_engine_loop(), predict_mb(), putmvs(), putpictcodext(), putseq(), slice_engine_loop(), and transform_engine_loop().
Definition at line 211 of file global.h.
Referenced by calc_DMV(), dpframe_estimate(), putpictcodext(), putseq(), and readcmdline().
Definition at line 212 of file global.h.
Referenced by dct_type_estimation(), frame_ME(), putpictcodext(), putseq(), and slice_engine_loop().
Definition at line 213 of file global.h.
Referenced by putintrablk(), putpictcodext(), and putseq().
Definition at line 214 of file global.h.
Referenced by next_larger_quant_hv(), putpictcodext(), putseq(), scale_quant(), and slice_engine_loop().
Definition at line 215 of file global.h.
Referenced by putintrablk(), putnonintrablk(), putpictcodext(), and putseq().
| int16_t(* pict_data::blocks)[64] |
Definition at line 221 of file global.h.
Referenced by init(), slice_engine_loop(), and transform_engine_loop().
| int16_t(* pict_data::qblocks)[64] |
Definition at line 222 of file global.h.
Referenced by init(), iquantize(), itransform_engine_loop(), and slice_engine_loop().
| unsigned char** pict_data::curorg |
| unsigned char ** pict_data::curref |
Definition at line 226 of file global.h.
Referenced by calc_actj(), dct_type_estimation(), init(), iquantize(), itransform_engine_loop(), motion_engine_loop(), predict(), ratectl_calc_mquant(), ratectl_update_pict(), slice_engine_loop(), and transform_engine_loop().
1.5.5