Home
last modified time | relevance | path

Searched refs:bottom_right (Results 1 – 6 of 6) sorted by relevance

/external/opencore/codecs_v2/video/avc_h264/common/src/
Dfmo.cpp112 yBottomRight = pps->bottom_right[ iGroup ] / PicWidthInMbs; in FmoGenerateType2MapUnitMap()
113 xBottomRight = pps->bottom_right[ iGroup ] % PicWidthInMbs; in FmoGenerateType2MapUnitMap()
/external/opencore/codecs_v2/video/avc_h264/enc/src/
Dinit.cpp261 picParam->bottom_right[ii] = encParam->bottom_right[ii]; in SetEncodeParam()
374 picParam->bottom_right[ii] = extP->bottom_right[ii]; in SetEncodeParam()
Davcenc_api.h125 … uint bottom_right[MAX_NUM_SLICE_GROUP-1]; /* except the last one which is the background. */ member
Dheader.cpp260 status = ue_v(stream, picParam->bottom_right[iGroup]); in EncodePPS()
/external/opencore/codecs_v2/video/avc_h264/common/include/
Davcint_common.h362 uint bottom_right[MAX_NUM_SLICE_GROUP-1]; /* ue(v) */ member
/external/opencore/codecs_v2/video/avc_h264/dec/src/
Dheader.cpp390 ue_v(stream, &(picParam->bottom_right[iGroup])); in DecodePPS()