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

/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DSoftAVCEncoder.cpp278 int32_t nMacroBlocks = ((((mVideoWidth + 15) >> 4) << 4) * local
281 mSliceGroup = (uint32_t *) malloc(sizeof(uint32_t) * nMacroBlocks);
283 for (int ii = 0, idx = 0; ii < nMacroBlocks; ++ii) {

Completed in 54 milliseconds