Home | History | Annotate | Download | only in src

Lines Matching refs:pps

97 void FmoGenerateType2MapUnitMap(AVCPicParamSet *pps, int *mapUnitToSliceGroupMap, int PicWidthInMbs,
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,
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->slice_group_change_direction_flag;
167 yDir = 2 * pps->slice_group_change_direction_flag - 1;
174 yDir = 1 - 2 * pps->slice_group_change_direction_flag;
180 xDir = 1 - 2 * pps->slice_group_change_direction_flag;
187 xDir = 2 * pps->slice_group_change_direction_flag - 1;