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 …]
208 struct macroblock { struct209 struct macroblock_plane plane[MAX_MB_PLANE]; argument234 // Inter macroblock RD search info. argument235 MB_RD_RECORD mb_rd_record;238 TXB_RD_RECORD txb_rd_record_8X8[(MAX_MIB_SIZE >> 1) * (MAX_MIB_SIZE >> 1)];239 TXB_RD_RECORD txb_rd_record_16X16[(MAX_MIB_SIZE >> 2) * (MAX_MIB_SIZE >> 2)];240 TXB_RD_RECORD txb_rd_record_32X32[(MAX_MIB_SIZE >> 3) * (MAX_MIB_SIZE >> 3)];241 TXB_RD_RECORD txb_rd_record_64X64[(MAX_MIB_SIZE >> 4) * (MAX_MIB_SIZE >> 4)];244 TXB_RD_RECORD txb_rd_record_intra;246 MACROBLOCKD e_mbd;[all …]