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

/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
H A DOMX_VideoEnc_Utils.c4195 OMX_U32 nMacroBlocks; local
4200 nMacroBlocks = (width * height) / 256;
4203 if(nMacroBlocks <= 99) {
4206 else if(nMacroBlocks <= 396) {
4209 else if(nMacroBlocks <= 792) {
4212 else if(nMacroBlocks <= 1620) {

Completed in 52 milliseconds