Searched defs:macroblock (Results 1 – 3 of 3) sorted by relevance
62 typedef struct macroblock { struct75 PARTITION_INFO *pi; /* Corresponds to upper left visible macroblock */ argument76 PARTITION_INFO *pip; /* Base of allocated array */78 int ref_frame_cost[MAX_REF_FRAMES];80 search_site *ss;81 int ss_count;82 int searches_per_step;84 int errorperbit;85 int sadperbit16;86 int sadperbit4;[all …]
64 struct macroblock { struct70 struct macroblock_plane plane[MAX_MB_PLANE]; argument72 MACROBLOCKD e_mbd;73 MB_MODE_INFO_EXT *mbmi_ext;74 MB_MODE_INFO_EXT *mbmi_ext_base;75 int skip_block;76 int select_tx_size;77 int skip_recode;78 int skip_optimize;79 int q_index;[all …]
878 typedef struct macroblock { struct888 struct macroblock_plane plane[MAX_MB_PLANE]; argument896 MACROBLOCKD e_mbd;903 MB_MODE_INFO_EXT mbmi_ext;910 MB_MODE_INFO_EXT_FRAME *mbmi_ext_frame;913 FRAME_CONTEXT *row_ctx;922 FRAME_CONTEXT *tile_pb_ctx;932 CB_COEFF_BUFFER *cb_coef_buff;934 uint16_t cb_offset[PLANE_TYPES];937 OBMCBuffer obmc_buffer;[all …]