Home | History | Annotate | Download | only in src

Lines Matching refs:fs

768                      UINT   fs,                 /*!< Sample Frequency */
800 fs);
846 UINT fs /*!< SBR output sampling frequency */
879 if (fs < 92017) {
882 if (fs < 75132) {
885 if (fs < 55426) {
888 if (fs < 46009) {
891 if (fs < 35777) {
984 startFreqHz = ( (lsb + xoverOffset)*fs ) >> 7; /* Shift does a division by 2*(64) */