Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dtng_picmgmt.c154 double fSp; in tng__H264ES_CalcCustomQuantSp() local
159 fSp = ((double)(mfnew * uVi[list][param])) / (double)(1 << 22); in tng__H264ES_CalcCustomQuantSp()
160 fSp = (fSp * 100000000.0f) / 100000000.0f; in tng__H264ES_CalcCustomQuantSp()
161 uSp = (IMG_UINT16)(fSp * 65536); in tng__H264ES_CalcCustomQuantSp()