Lines Matching full:stopfreq
98 /* StopFreq */
145 INT FDKsbrEnc_getSbrStopFreqRAW (INT stopFreq, INT fsCore)
149 if ( stopFreq < 0 || stopFreq > 13)
152 /* Uppdate stopFreq struct */
153 result = getStopFreq(fsCore, stopFreq);
337 stopFreq SBR start frequency in QMF bands
350 const INT stopFreq,
365 /*Update stopFreq struct */
366 if ( stopFreq < 14 ) {
367 *k2 = getStopFreq(srCore, stopFreq);
368 } else if( stopFreq == 14 ) {