Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dtng_hostair.c631 IMG_UINT8 *pSADPointer; in tng__calc_air_inp_ctrl_buf() local
680 pSADPointer = (IMG_UINT8 *)pvSADBuffer; in tng__calc_air_inp_ctrl_buf()
689 …psBestMB_Params=(IMG_BEST_MULTIPASS_MB_PARAMS *) pSADPointer; // Auto seed the threshold with the … in tng__calc_air_inp_ctrl_buf()
692 …psFirstMB_Params=(IMG_FIRST_STAGE_MB_PARAMS *) pSADPointer; // Auto seed the threshold with the fi… in tng__calc_air_inp_ctrl_buf()
738 psBestMB_Params = (IMG_BEST_MULTIPASS_MB_PARAMS *) pSADPointer; in tng__calc_air_inp_ctrl_buf()
746 pSADPointer=(IMG_UINT8 *) &(psBestMB_Params[1]); in tng__calc_air_inp_ctrl_buf()
748 psFirstMB_Params=(IMG_FIRST_STAGE_MB_PARAMS *) pSADPointer; in tng__calc_air_inp_ctrl_buf()
753 pSADPointer=(IMG_UINT8 *) &(psFirstMB_Params[1]); in tng__calc_air_inp_ctrl_buf()
782 pSADPointer=(IMG_UINT8 *) ALIGN_64(((IMG_UINT32) pSADPointer)); in tng__calc_air_inp_ctrl_buf()