Searched refs:mdst_filt_coef_prev (Results 1 - 3 of 3) sorted by relevance

/external/aac/libAACdec/src/
H A Daac_rom.h233 extern const FIXP_FILT mdst_filt_coef_prev[6][4]; /* MDST-filter coefficient
H A Dstereo.cpp627 pCoeffPrev = mdst_filt_coef_prev[previousShape];
634 pCoeffPrev = mdst_filt_coef_prev[previousShape];
642 pCoeffPrev = mdst_filt_coef_prev[2 + previousShape];
644 pCoeffPrev = mdst_filt_coef_prev[previousShape];
649 pCoeffPrev = mdst_filt_coef_prev[2 + previousShape];
653 pCoeffPrev = mdst_filt_coef_prev[previousShape];
960 pCoeffPrev = mdst_filt_coef_prev[currentShape];
H A Daac_rom.cpp3400 const FIXP_FILT mdst_filt_coef_prev[6][4] = { variable

Completed in 170 milliseconds