Searched defs:context_MPEG2MC_s (Results 1 – 1 of 1) sorted by relevance
99 struct context_MPEG2MC_s { struct100 object_context_p obj_context; /* back reference */102 VAMacroblockParameterBufferMPEG2 *mb_param ; /* Pointer to the mbCtrl structure */103 uint32_t mb_in_buffer; /* Number of MBs in current buffer */104 uint32_t mb_first_addr; /* MB address of first mb in buffer */106 uint32_t picture_coding_type;107 uint32_t picture_structure;109 uint32_t coded_picture_width;110 uint32_t coded_picture_height;112 uint32_t picture_width_mb; /* in macroblocks */[all …]