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.c640 IMG_BEST_MULTIPASS_MB_PARAMS *psBestMB_Params; in tng__calc_air_inp_ctrl_buf() local
688psBestMB_Params=(IMG_BEST_MULTIPASS_MB_PARAMS *) pSADPointer; // Auto seed the threshold with the … in tng__calc_air_inp_ctrl_buf()
689 ui32SADParam = psBestMB_Params->ui32SAD_Inter_MBInfo & IMG_BEST_MULTIPASS_SAD_MASK; in tng__calc_air_inp_ctrl_buf()
737 psBestMB_Params = (IMG_BEST_MULTIPASS_MB_PARAMS *) pSADPointer; in tng__calc_air_inp_ctrl_buf()
738 ui32SADParam = psBestMB_Params->ui32SAD_Inter_MBInfo & IMG_BEST_MULTIPASS_SAD_MASK; in tng__calc_air_inp_ctrl_buf()
740 …if ((psBestMB_Params->ui32SAD_Intra_MBInfo & IMG_BEST_MULTIPASS_MB_TYPE_MASK) >> IMG_BEST_MULTIPAS… in tng__calc_air_inp_ctrl_buf()
745 pSADPointer=(IMG_UINT8 *) &(psBestMB_Params[1]); in tng__calc_air_inp_ctrl_buf()