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.c630 IMG_UINT8 *pSADPointer; in tng__calc_air_inp_ctrl_buf() local
679 pSADPointer = (IMG_UINT8 *)pvSADBuffer; in tng__calc_air_inp_ctrl_buf()
688 …psBestMB_Params=(IMG_BEST_MULTIPASS_MB_PARAMS *) pSADPointer; // Auto seed the threshold with the … in tng__calc_air_inp_ctrl_buf()
691 …psFirstMB_Params=(IMG_FIRST_STAGE_MB_PARAMS *) pSADPointer; // Auto seed the threshold with the fi… in tng__calc_air_inp_ctrl_buf()
737 psBestMB_Params = (IMG_BEST_MULTIPASS_MB_PARAMS *) pSADPointer; in tng__calc_air_inp_ctrl_buf()
745 pSADPointer=(IMG_UINT8 *) &(psBestMB_Params[1]); in tng__calc_air_inp_ctrl_buf()
747 psFirstMB_Params=(IMG_FIRST_STAGE_MB_PARAMS *) pSADPointer; in tng__calc_air_inp_ctrl_buf()
752 pSADPointer=(IMG_UINT8 *) &(psFirstMB_Params[1]); in tng__calc_air_inp_ctrl_buf()
781 pSADPointer=(IMG_UINT8 *) ALIGN_64(((IMG_UINT32) pSADPointer)); in tng__calc_air_inp_ctrl_buf()