Searched refs:bottom_right (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/common/src/
H A Dfmo.cpp113 yBottomRight = pps->bottom_right[ iGroup ] / PicWidthInMbs;
114 xBottomRight = pps->bottom_right[ iGroup ] % PicWidthInMbs;
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Davcenc_api.h120 uint bottom_right[MAX_NUM_SLICE_GROUP-1]; /* except the last one which is the background. */ member in struct:tagAVCEncParam
H A Dinit.cpp256 picParam->bottom_right[ii] = encParam->bottom_right[ii];
369 picParam->bottom_right[ii] = extP->bottom_right[ii];
H A Dheader.cpp260 status = ue_v(stream, picParam->bottom_right[iGroup]);
/frameworks/av/media/libstagefright/codecs/avc/common/include/
H A Davcint_common.h359 uint bottom_right[MAX_NUM_SLICE_GROUP-1]; /* ue(v) */ member in struct:tagPicParamSet

Completed in 58 milliseconds