Searched refs:fSp (Results 1 – 1 of 1) sorted by relevance
154 double fSp; in tng__H264ES_CalcCustomQuantSp() local159 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()