Searched refs:vc1_Bitplane (Results 1 – 3 of 3) sorted by relevance
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/ |
D | vc1parse_common_defs.h | 142 } vc1_Bitplane; typedef 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;
|
D | viddec_vc1_parse.c | 190 memset(&(parser->info.picLayerHeader.MVTYPEMB), 0, sizeof(vc1_Bitplane)); in viddec_vc1_parse() 191 memset(&(parser->info.picLayerHeader.DIRECTMB), 0, sizeof(vc1_Bitplane)); in viddec_vc1_parse() 192 memset(&(parser->info.picLayerHeader.SKIPMB), 0, sizeof(vc1_Bitplane)); in viddec_vc1_parse() 193 memset(&(parser->info.picLayerHeader.ACPRED), 0, sizeof(vc1_Bitplane)); in viddec_vc1_parse() 194 memset(&(parser->info.picLayerHeader.FIELDTX), 0, sizeof(vc1_Bitplane)); in viddec_vc1_parse() 195 memset(&(parser->info.picLayerHeader.OVERFLAGS), 0, sizeof(vc1_Bitplane)); in viddec_vc1_parse() 196 memset(&(parser->info.picLayerHeader.FORWARDMB), 0, sizeof(vc1_Bitplane)); in viddec_vc1_parse()
|
D | vc1parse_bitplane.c | 108 static void vc1_InverseDiff(vc1_Bitplane *pBitplane, int32_t widthMB, int32_t heightMB) in vc1_InverseDiff() 151 static void vc1_Norm2ModeDecode(void* ctxt, vc1_Bitplane *pBitplane, in vc1_Norm2ModeDecode() 279 static void vc1_Norm6ModeDecode(void* ctxt, vc1_Bitplane *pBitplane, in vc1_Norm6ModeDecode() 453 int initBitplane(vc1_Bitplane *pBitplane,uint32_t width, uint32_t height) in initBitplane() 477 vc1_Bitplane bp; in vc1_DecodeBitplane() 478 vc1_Bitplane *bpp = &bp; in vc1_DecodeBitplane()
|