Searched defs:pps (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/libstagefright/codecs/avc/common/src/
H A Dfmo.cpp97 void FmoGenerateType2MapUnitMap(AVCPicParamSet *pps, int *mapUnitToSliceGroupMap, int PicWidthInMbs, argument
111 yTopLeft = pps->top_left[ iGroup ] / PicWidthInMbs;
112 xTopLeft = pps->top_left[ iGroup ] % PicWidthInMbs;
113 yBottomRight = pps->bottom_right[ iGroup ] / PicWidthInMbs;
114 xBottomRight = pps->bottom_right[ iGroup ] % PicWidthInMbs;
128 void FmoGenerateType3MapUnitMap(AVCCommonObj *video, AVCPicParamSet* pps, int *mapUnitToSliceGroupMap, argument
143 x = (PicWidthInMbs - pps->slice_group_change_direction_flag) / 2;
144 y = (video->PicHeightInMapUnits - pps->slice_group_change_direction_flag) / 2;
151 xDir = pps->slice_group_change_direction_flag - 1;
152 yDir = pps
[all...]
/frameworks/base/media/libstagefright/codecs/avc/enc/src/
H A Dslice.cpp25 AVCPicParamSet *pps = video->currPicParams; local
109 if (encvid->currSliceGroup > (int)pps->num_slice_groups_minus1) /* no more slice group */
417 //if(!pps->entropy_coding_mode_flag) ALWAYS true

Completed in 2741 milliseconds