Searched refs:temp_m (Results 1 – 2 of 2) sorted by relevance
610 FIXP_DBL temp_m, sqrt_temp_m, inv_temp_m, weight_m; in param2UMX_Prediction_Core__FDK() local618 temp_m = fAddNorm(iidLin21_m, iidLin21_e, fMult(iidIcc2_m, cosIpd), in param2UMX_Prediction_Core__FDK()623 inv_temp_m = invFixp(temp_m, &inv_temp_e); in param2UMX_Prediction_Core__FDK()627 sqrt_temp_m = temp_m >> 1; in param2UMX_Prediction_Core__FDK()630 sqrt_temp_m = temp_m; in param2UMX_Prediction_Core__FDK()
298 v4i32 temp_m; \301 temp_m = __msa_clti_s_w(vec, 0); \303 temp_m = one_m & temp_m; \304 vec += temp_m; \