Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dtng_hostair.c641 IMG_BEST_MULTIPASS_MB_PARAMS *psBestMB_Params; in tng__calc_air_inp_ctrl_buf() local
689psBestMB_Params=(IMG_BEST_MULTIPASS_MB_PARAMS *) pSADPointer; // Auto seed the threshold with the … in tng__calc_air_inp_ctrl_buf()
690 ui32SADParam = psBestMB_Params->ui32SAD_Inter_MBInfo & IMG_BEST_MULTIPASS_SAD_MASK; in tng__calc_air_inp_ctrl_buf()
738 psBestMB_Params = (IMG_BEST_MULTIPASS_MB_PARAMS *) pSADPointer; in tng__calc_air_inp_ctrl_buf()
739 ui32SADParam = psBestMB_Params->ui32SAD_Inter_MBInfo & IMG_BEST_MULTIPASS_SAD_MASK; in tng__calc_air_inp_ctrl_buf()
741 …if ((psBestMB_Params->ui32SAD_Intra_MBInfo & IMG_BEST_MULTIPASS_MB_TYPE_MASK) >> IMG_BEST_MULTIPAS… in tng__calc_air_inp_ctrl_buf()
746 pSADPointer=(IMG_UINT8 *) &(psBestMB_Params[1]); in tng__calc_air_inp_ctrl_buf()