Home
last modified time | relevance | path

Searched refs:mdst_filt_coef_curr (Results 1 – 3 of 3) sorted by relevance

/external/aac/libAACdec/src/
Dstereo.cpp680 pCoeff = mdst_filt_coef_curr[coeffPointerOffset]; in CJointStereo_ApplyMS()
688 pCoeff = mdst_filt_coef_curr[12 + coeffPointerOffset]; in CJointStereo_ApplyMS()
690 pCoeff = mdst_filt_coef_curr[4 + coeffPointerOffset]; in CJointStereo_ApplyMS()
695 pCoeff = mdst_filt_coef_curr[8 + coeffPointerOffset]; in CJointStereo_ApplyMS()
699 pCoeff = mdst_filt_coef_curr[coeffPointerOffset]; in CJointStereo_ApplyMS()
959 pCoeff = mdst_filt_coef_curr[currentShape]; in CJointStereo_ApplyMS()
Daac_rom.h230 extern const FIXP_FILT mdst_filt_coef_curr[20][3]; /* MDST-filter coefficient
Daac_rom.cpp3338 const FIXP_FILT mdst_filt_coef_curr[20][3] = { variable