Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_storage.c335 if (pStorage->activeSps->picWidthInMbs == 0) in h264bsdActivateParamSets()
340 UINT32_MAX / pStorage->activeSps->picWidthInMbs) in h264bsdActivateParamSets()
347 pStorage->activeSps->picWidthInMbs * in h264bsdActivateParamSets()
351 pStorage->currImage->width = pStorage->activeSps->picWidthInMbs; in h264bsdActivateParamSets()
373 pStorage->activeSps->picWidthInMbs, in h264bsdActivateParamSets()
390 pStorage->activeSps->picWidthInMbs * in h264bsdActivateParamSets()
412 pStorage->activeSps->picWidthInMbs * in h264bsdActivateParamSets()
415 pStorage->currImage->width = pStorage->activeSps->picWidthInMbs; in h264bsdActivateParamSets()
603 pStorage->activeSps->picWidthInMbs, in h264bsdComputeSliceGroupMap()
818 picSize = sps->picWidthInMbs * sps->picHeightInMbs; in CheckPps()
[all …]
Dh264bsd_seq_param_set.c243 pSeqParamSet->picWidthInMbs = value + 1; in h264bsdDecodeSeqParamSet()
292 ( 8 * (i32)pSeqParamSet->picWidthInMbs - in h264bsdDecodeSeqParamSet()
304 tmp = pSeqParamSet->picWidthInMbs * pSeqParamSet->picHeightInMbs; in h264bsdDecodeSeqParamSet()
529 pSps1->picWidthInMbs == pSps2->picWidthInMbs && in h264bsdCompareSeqParamSets()
Dh264bsd_deblocking.c583 u32 picWidthInMbs; in h264bsdFilterPicture() local
597 picWidthInMbs = image->width; in h264bsdFilterPicture()
599 picSizeInMbs = picWidthInMbs * image->height; in h264bsdFilterPicture()
615 data = image->data + mbRow * picWidthInMbs * 256 + mbCol * 16; in h264bsdFilterPicture()
617 FilterLuma((u8*)data, bS, thresholds, picWidthInMbs*16); in h264bsdFilterPicture()
623 mbRow * picWidthInMbs * 64 + mbCol * 8; in h264bsdFilterPicture()
626 thresholds, picWidthInMbs*8); in h264bsdFilterPicture()
632 if (mbCol == picWidthInMbs) in h264bsdFilterPicture()
1775 u32 picWidthInMbs; in h264bsdFilterPicture() local
1793 picWidthInMbs = image->width; in h264bsdFilterPicture()
[all …]
Dh264bsd_decoder.c374 (oldSPS->picWidthInMbs != newSPS->picWidthInMbs) || in h264bsdDecode()
651 return(pStorage->activeSps->picWidthInMbs); in h264bsdPicWidth()
854 *width = 16 * pStorage->activeSps->picWidthInMbs - in h264bsdCroppingParams()
Dh264bsd_seq_param_set.h64 u32 picWidthInMbs; member
Dh264bsd_slice_data.c327 if (tmp >= MAX(pStorage->activeSps->picWidthInMbs, 10)) in h264bsdMarkSliceCorrupted()
Dh264bsd_slice_header.c120 picSizeInMbs = pSeqParamSet->picWidthInMbs * pSeqParamSet->picHeightInMbs; in h264bsdDecodeSliceHeader()
Dh264bsd_sei.c292 pSeqParamSet->picWidthInMbs * pSeqParamSet->picHeightInMbs); in h264bsdDecodeSeiMessage()