Home | History | Annotate | Download | only in alsa_sound

Lines Matching refs:mRealCoeffs

77     mRealCoeffs(NULL),
535 if (mRealCoeffs){
537 if (mRealCoeffs[i]) {
538 free(mRealCoeffs[i]);
539 mRealCoeffs[i] = NULL;
542 free(mRealCoeffs);
543 mRealCoeffs = NULL;
663 mRealCoeffs = (Word16 **) calloc(COEFF_ARRAY_SIZE, sizeof(Word16 *));
664 if ( !mRealCoeffs ) {
684 mRealCoeffs, // Coeffs hardcoded in header
700 mRealCoeffs,
737 if (mRealCoeffs){
739 if (mRealCoeffs[i]) {
740 free(mRealCoeffs[i]);
741 mRealCoeffs[i] = NULL;
744 free(mRealCoeffs);
745 mRealCoeffs = NULL;
818 mRealCoeffs[i] = (Word16 *)calloc(FILT_SIZE, sizeof(Word16));
825 if (NULL != mRealCoeffs[0]) {
826 fread(mRealCoeffs[0], sizeof(int16), FILT_SIZE, flt1r);
828 if (NULL != mRealCoeffs[0]) {
829 fread(mRealCoeffs[1], sizeof(int16), FILT_SIZE, flt2r);
831 if (NULL != mRealCoeffs[0]) {
832 fread(mRealCoeffs[2], sizeof(int16), FILT_SIZE, flt3r);
834 if (NULL != mRealCoeffs[0]) {
835 fread(mRealCoeffs[3], sizeof(int16), FILT_SIZE, flt4r);