OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:heightMB
(Results
1 - 11
of
11
) sorted by null
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
vc1parse_ipic_adv.c
32
md->widthMB, md->
heightMB
, BPP_ACPRED)) != VC1_STATUS_OK)
50
md->
heightMB
, BPP_OVERFLAGS)) != VC1_STATUS_OK)
99
md->widthMB, md->
heightMB
, BPP_FIELDTX)) != VC1_STATUS_OK)
105
md->widthMB, md->
heightMB
, BPP_ACPRED)) != VC1_STATUS_OK)
123
md->
heightMB
, BPP_OVERFLAGS)) != VC1_STATUS_OK)
199
md->widthMB, (md->
heightMB
+1)/2, BPP_ACPRED)) !=
220
(md->
heightMB
+1)/2, BPP_OVERFLAGS)) !=
vc1parse_bpic.c
61
md->widthMB, md->
heightMB
, BPP_DIRECTMB)) != VC1_STATUS_OK)
67
md->widthMB, md->
heightMB
, BPP_SKIPMB)) != VC1_STATUS_OK)
vc1parse_bpic_adv.c
40
md->widthMB, md->
heightMB
, BPP_DIRECTMB)) != VC1_STATUS_OK)
46
md->widthMB, md->
heightMB
, BPP_SKIPMB)) != VC1_STATUS_OK)
111
md->widthMB, md->
heightMB
, BPP_DIRECTMB)) != VC1_STATUS_OK)
117
md->widthMB, md->
heightMB
, BPP_SKIPMB)) != VC1_STATUS_OK)
218
md->widthMB, (md->
heightMB
+1)/2, BPP_FORWARDMB)) !=
vc1parse_ppic.c
108
md->widthMB, md->
heightMB
, BPP_MVTYPEMB))
116
md->widthMB, md->
heightMB
, BPP_SKIPMB)) != VC1_STATUS_OK)
vc1parse_ppic_adv.c
82
md->widthMB, md->
heightMB
, BPP_MVTYPEMB)) !=
90
md->widthMB, md->
heightMB
, BPP_SKIPMB)) != VC1_STATUS_OK)
159
md->widthMB, md->
heightMB
, BPP_SKIPMB)) != VC1_STATUS_OK)
vc1parse_common_defs.h
196
uint16_t
heightMB
;
vc1parse.c
66
md->
heightMB
= (md->height + 15) / VC1_PIXEL_IN_LUMA;
203
md->
heightMB
= (((md->height + 1) * 2) + 15) / VC1_PIXEL_IN_LUMA;
vc1parse_bitplane.c
108
static void vc1_InverseDiff(vc1_Bitplane *pBitplane, int32_t widthMB, int32_t
heightMB
)
112
for (i = 0; i <
heightMB
; i++)
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_vc1_parser.c
527
pic_data->size_bitplanes = ((seqLayerHeader->widthMB * seqLayerHeader->
heightMB
) + 1) / 2;
543
seqLayerHeader->
heightMB
,
552
seqLayerHeader->
heightMB
,
561
seqLayerHeader->
heightMB
,
582
seqLayerHeader->
heightMB
,
591
seqLayerHeader->
heightMB
,
600
seqLayerHeader->
heightMB
,
621
seqLayerHeader->
heightMB
,
630
seqLayerHeader->
heightMB
,
639
seqLayerHeader->
heightMB
,
[
all
...]
vbp_loader.h
202
uint16
heightMB
;
/hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/
vbp_loader.h
361
uint16
heightMB
;
Completed in 44 milliseconds