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 …]
65 struct macroblock { struct71 struct macroblock_plane plane[MAX_MB_PLANE]; argument73 MACROBLOCKD e_mbd;74 MB_MODE_INFO_EXT *mbmi_ext;75 MB_MODE_INFO_EXT *mbmi_ext_base;76 int skip_block;77 int select_tx_size;78 int skip_recode;79 int skip_optimize;80 int q_index;[all …]
849 typedef struct macroblock { struct859 struct macroblock_plane plane[MAX_MB_PLANE]; argument867 MACROBLOCKD e_mbd;874 MB_MODE_INFO_EXT mbmi_ext;881 MB_MODE_INFO_EXT_FRAME *mbmi_ext_frame;884 FRAME_CONTEXT *row_ctx;893 FRAME_CONTEXT *tile_pb_ctx;903 CB_COEFF_BUFFER *cb_coef_buff;905 uint16_t cb_offset[PLANE_TYPES];908 OBMCBuffer obmc_buffer;[all …]