Searched refs:heightMB (Results 1 - 11 of 11) sorted by relevance

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
H A Dvc1parse_ipic_adv.c32 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)) !=
H A Dvc1parse_bpic.c61 md->widthMB, md->heightMB, BPP_DIRECTMB)) != VC1_STATUS_OK)
67 md->widthMB, md->heightMB, BPP_SKIPMB)) != VC1_STATUS_OK)
H A Dvc1parse_bpic_adv.c40 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)) !=
H A Dvc1parse_ppic.c108 md->widthMB, md->heightMB, BPP_MVTYPEMB))
116 md->widthMB, md->heightMB, BPP_SKIPMB)) != VC1_STATUS_OK)
H A Dvc1parse_ppic_adv.c82 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)
H A Dvc1parse_common_defs.h196 uint16_t heightMB; member in struct:__anon323
H A Dvc1parse.c66 md->heightMB = (md->height + 15) / VC1_PIXEL_IN_LUMA;
203 md->heightMB = (((md->height + 1) * 2) + 15) / VC1_PIXEL_IN_LUMA;
H A Dvc1parse_bitplane.c108 static void vc1_InverseDiff(vc1_Bitplane *pBitplane, int32_t widthMB, int32_t heightMB) argument
112 for (i = 0; i < heightMB; i++)
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dvbp_vc1_parser.c527 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...]
H A Dvbp_loader.h202 uint16 heightMB; member in struct:_vbp_codec_data_vc1
/hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/
H A Dvbp_loader.h361 uint16 heightMB; member in struct:_vbp_codec_data_vc1

Completed in 348 milliseconds