Searched refs:vc1_Bitplane (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
H A Dvc1parse_common_defs.h142 } vc1_Bitplane; typedef in typeref:struct:__anon322
589 vc1_Bitplane MVTYPEMB;
590 vc1_Bitplane DIRECTMB;
591 vc1_Bitplane SKIPMB;
592 vc1_Bitplane ACPRED;
593 vc1_Bitplane FIELDTX;
594 vc1_Bitplane OVERFLAGS;
595 vc1_Bitplane FORWARDMB;
H A Dviddec_vc1_parse.c190 memset(&(parser->info.picLayerHeader.MVTYPEMB), 0, sizeof(vc1_Bitplane));
191 memset(&(parser->info.picLayerHeader.DIRECTMB), 0, sizeof(vc1_Bitplane));
192 memset(&(parser->info.picLayerHeader.SKIPMB), 0, sizeof(vc1_Bitplane));
193 memset(&(parser->info.picLayerHeader.ACPRED), 0, sizeof(vc1_Bitplane));
194 memset(&(parser->info.picLayerHeader.FIELDTX), 0, sizeof(vc1_Bitplane));
195 memset(&(parser->info.picLayerHeader.OVERFLAGS), 0, sizeof(vc1_Bitplane));
196 memset(&(parser->info.picLayerHeader.FORWARDMB), 0, sizeof(vc1_Bitplane));
H A Dvc1parse_bitplane.c108 static void vc1_InverseDiff(vc1_Bitplane *pBitplane, int32_t widthMB, int32_t heightMB)
151 static void vc1_Norm2ModeDecode(void* ctxt, vc1_Bitplane *pBitplane,
279 static void vc1_Norm6ModeDecode(void* ctxt, vc1_Bitplane *pBitplane,
453 int initBitplane(vc1_Bitplane *pBitplane,uint32_t width, uint32_t height)
477 vc1_Bitplane bp;
478 vc1_Bitplane *bpp = &bp;

Completed in 73 milliseconds