Searched defs:mpeg12_picparm_vp (Results 1 – 1 of 1) sorted by relevance
25 struct mpeg12_picparm_vp { struct26 uint16_t width; // 00 in mb units27 uint16_t height; // 02 in mb units29 uint32_t unk04; // 04 stride for Y?30 uint32_t unk08; // 08 stride for CbCr?32 uint32_t ofs[6]; // 1c..20 ofs33 uint32_t bucket_size; // 2434 uint32_t inter_ring_data_size; // 2835 uint16_t unk2c; // 2c36 uint16_t alternate_scan; // 2e[all …]