Searched refs:ftotal (Results 1 – 1 of 1) sorted by relevance
121 float ftotal; in tng_calculate_scaler_coeff() local185 for (ftotal = 0,t = 0; t < T; t++) in tng_calculate_scaler_coeff()187 ftotal += flTable[t][i]; in tng_calculate_scaler_coeff()191 val = (IMG_UINT32) ((flTable[t][i] * 64.0f) / ftotal); in tng_calculate_scaler_coeff()