OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vc1_bitplane
(Results
1 - 4
of
4
) sorted by null
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
vc1parse_common_defs.h
142
}
vc1_Bitplane
;
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;
viddec_vc1_parse.c
190
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
));
vc1parse_bitplane.c
108
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;
/hardware/intel/img/psb_video/src/
Makefile.am
43
# vc1_ap_i.c vc1_ap_p.c vc1_ap_utils.c
vc1_bitplane
.c \
Completed in 808 milliseconds