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

/frameworks/av/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/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_slice_group_map.c490 pps active picture parameter set
505 picParamSet_t *pps,
518 ASSERT(pps);
521 ASSERT(pps->sliceGroupMapType < 7);
526 if (pps->numSliceGroups == 1)
532 if (pps->sliceGroupMapType > 2 && pps->sliceGroupMapType < 6)
534 ASSERT(pps->sliceGroupChangeRate &&
535 pps->sliceGroupChangeRate <= picSize);
538 MIN(sliceGroupChangeCycle * pps
503 h264bsdDecodeSliceGroupMap( u32 *map, picParamSet_t *pps, u32 sliceGroupChangeCycle, u32 picWidth, u32 picHeight) argument
[all...]
H A Dh264bsd_storage.c65 static u32 CheckPps(picParamSet_t *pps, seqParamSet_t *sps);
226 if (pStorage->pps[id] == NULL)
228 ALLOCATE(pStorage->pps[id], 1, picParamSet_t);
229 if (pStorage->pps[id] == NULL)
232 /* picture parameter set with id equal to id of active pps */
243 FREE(pStorage->pps[id]->runLength);
244 FREE(pStorage->pps[id]->topLeft);
245 FREE(pStorage->pps[id]->bottomRight);
246 FREE(pStorage->pps[id]->sliceGroupId);
252 FREE(pStorage->pps[i
637 picParamSet_t *pps; local
794 CheckPps(picParamSet_t *pps, seqParamSet_t *sps) argument
[all...]
H A Dh264bsd_storage.h83 picParamSet_t *pps[MAX_NUM_PIC_PARAM_SETS]; member in struct:__anon864
/frameworks/av/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 1168 milliseconds