Searched defs:psFirstMB_Params (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/img/psb_video/src/
H A Dtng_hostair.c641 IMG_FIRST_STAGE_MB_PARAMS *psFirstMB_Params; local
691 psFirstMB_Params=(IMG_FIRST_STAGE_MB_PARAMS *) pSADPointer; // Auto seed the threshold with the first value
692 ui32SADParam = (IMG_UINT32) psFirstMB_Params->ui16Ipe0Sad;
747 psFirstMB_Params=(IMG_FIRST_STAGE_MB_PARAMS *) pSADPointer;
748 ui32SADParam = (IMG_UINT32) psFirstMB_Params->ui16Ipe0Sad;
749 ui32SADParam += (IMG_UINT32) psFirstMB_Params->ui16Ipe1Sad;
752 pSADPointer=(IMG_UINT8 *) &(psFirstMB_Params[1]);

Completed in 10 milliseconds