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 …]
66 struct macroblock { struct72 struct macroblock_plane plane[MAX_MB_PLANE]; argument74 MACROBLOCKD e_mbd;75 MB_MODE_INFO_EXT *mbmi_ext;76 MB_MODE_INFO_EXT *mbmi_ext_base;77 int skip_block;78 int select_tx_size;79 int skip_recode;80 int skip_optimize;81 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 …]