Searched refs:weight_e (Results 1 – 1 of 1) sorted by relevance
611 int temp_e, sqrt_temp_e, inv_temp_e, weight_e, scale; in param2UMX_Prediction_Core__FDK() local639 weight_m = invSqrtNorm2(iidLin21_m, &weight_e); in param2UMX_Prediction_Core__FDK()640 weight_e -= iidLin21_e >> 1; in param2UMX_Prediction_Core__FDK()642 weight_e += sqrt_temp_e; in param2UMX_Prediction_Core__FDK()645 weight_e -= scale; in param2UMX_Prediction_Core__FDK()647 if ((weight_e < 0) || in param2UMX_Prediction_Core__FDK()648 ((weight_e == 0) && (weight_m < FL2FXCONST_DBL(1.f / MAX_WEIGHT)))) { in param2UMX_Prediction_Core__FDK()650 weight_e = 0; in param2UMX_Prediction_Core__FDK()652 weight_e -= 1; in param2UMX_Prediction_Core__FDK()665 accu_e = alphaRe_e + weight_e; in param2UMX_Prediction_Core__FDK()[all …]