HomeSort by relevance Sort by last modified time
    Searched refs:mdst_filt_coef_prev (Results 1 - 3 of 3) sorted by null

  /external/aac/libAACdec/src/
aac_rom.h 233 extern const FIXP_FILT mdst_filt_coef_prev[6][4]; /* MDST-filter coefficient
stereo.cpp 627 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];
    [all...]
aac_rom.cpp 3400 const FIXP_FILT mdst_filt_coef_prev[6][4] = { variable
    [all...]

Completed in 107 milliseconds