Lines Matching refs:H11im
141 FIXP_DBL H11im[MAX_PARAMETER_BANDS], FIXP_DBL H12re[MAX_PARAMETER_BANDS],
254 FIXP_DBL H11im[MAX_PARAMETER_BANDS] = {FL2FXCONST_DBL(0.0f)}; in SpatialDecCalculateM1andM2_212() local
267 param2UMX_Prediction__FDK(self, H11re, H11im, H12re, NULL, H21re, H21im, in SpatialDecCalculateM1andM2_212()
292 self->M2Imag__FDK[0][0][pb] = (H11im[pb]); in SpatialDecCalculateM1andM2_212()
564 FIXP_DBL* H11re, FIXP_DBL* H11im, FIXP_DBL* H12re, FIXP_DBL* H12im, in param2UMX_Prediction_Core__FDK() argument
586 if ((H11im != NULL) && in param2UMX_Prediction_Core__FDK()
588 *H11im = (FIXP_DBL)0; in param2UMX_Prediction_Core__FDK()
675 if ((H11im != NULL) && in param2UMX_Prediction_Core__FDK()
686 *H11im = -accu_m; in param2UMX_Prediction_Core__FDK()
720 FIXP_DBL* H11im, FIXP_DBL* H12re, in param2UMX_Prediction__FDK() argument
734 &H11re[band], (H11im ? &H11im[band] : NULL), &H12re[band], NULL, in param2UMX_Prediction__FDK()