Home | History | Annotate | Download | only in src

Lines Matching refs:im

1228                            FIXP_DBL ** im,   /*!< Imaginary part of input and output subband samples */
1238 if (im!=NULL) {
1241 scaleValues(&im[l][lowSubband], width, shift);
1263 FIXP_DBL ** im, /*!< Real part of input and output subband samples */
1276 if (im!=NULL)
1281 maxVal = FDK_get_maxval(maxVal, &re[l][lowSubband], &im[l][lowSubband], width);
1285 FIXP_DBL *imTmp = &im[l][lowSubband];