Searched refs:picWidthInMbs (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_seq_param_set.h64 u32 picWidthInMbs; member in struct:__anon782
H A Dh264bsd_storage.c335 if (pStorage->activeSps->picWidthInMbs == 0)
340 UINT32_MAX / pStorage->activeSps->picWidthInMbs)
347 pStorage->activeSps->picWidthInMbs *
351 pStorage->currImage->width = pStorage->activeSps->picWidthInMbs;
373 pStorage->activeSps->picWidthInMbs,
390 pStorage->activeSps->picWidthInMbs *
412 pStorage->activeSps->picWidthInMbs *
415 pStorage->currImage->width = pStorage->activeSps->picWidthInMbs;
603 pStorage->activeSps->picWidthInMbs,
818 picSize = sps->picWidthInMbs * sp
[all...]
H A Dh264bsd_seq_param_set.c243 pSeqParamSet->picWidthInMbs = value + 1;
292 ( 8 * (i32)pSeqParamSet->picWidthInMbs -
304 tmp = pSeqParamSet->picWidthInMbs * pSeqParamSet->picHeightInMbs;
529 pSps1->picWidthInMbs == pSps2->picWidthInMbs &&
H A Dh264bsd_decoder.c374 (oldSPS->picWidthInMbs != newSPS->picWidthInMbs) ||
651 return(pStorage->activeSps->picWidthInMbs);
854 *width = 16 * pStorage->activeSps->picWidthInMbs -
H A Dh264bsd_deblocking.c583 u32 picWidthInMbs; local
597 picWidthInMbs = image->width;
599 picSizeInMbs = picWidthInMbs * image->height;
615 data = image->data + mbRow * picWidthInMbs * 256 + mbCol * 16;
617 FilterLuma((u8*)data, bS, thresholds, picWidthInMbs*16);
623 mbRow * picWidthInMbs * 64 + mbCol * 8;
626 thresholds, picWidthInMbs*8);
632 if (mbCol == picWidthInMbs)
1775 u32 picWidthInMbs; local
1793 picWidthInMbs
[all...]
H A Dh264bsd_slice_data.c316 * MAX(picWidthInMbs, 10) macroblocks and start marking from there */
327 if (tmp >= MAX(pStorage->activeSps->picWidthInMbs, 10))
H A Dh264bsd_sei.c292 pSeqParamSet->picWidthInMbs * pSeqParamSet->picHeightInMbs);
H A Dh264bsd_slice_header.c120 picSizeInMbs = pSeqParamSet->picWidthInMbs * pSeqParamSet->picHeightInMbs;

Completed in 476 milliseconds