Searched refs:srCore (Results 1 – 2 of 2) sorted by relevance
347 const INT srCore, in FDKsbrEnc_FindStartAndStopBand() argument357 *k0 = getStartFreq(srCore, startFreq); in FDKsbrEnc_FindStartAndStopBand()360 if( srSbr*noChannels < *k0 * srCore ) { in FDKsbrEnc_FindStartAndStopBand()367 *k2 = getStopFreq(srCore, stopFreq); in FDKsbrEnc_FindStartAndStopBand()382 if ( (srCore == 22050) && ( (*k2 - *k0) > MAX_FREQ_COEFFS_FS44100 ) ) in FDKsbrEnc_FindStartAndStopBand()385 if ( (srCore >= 24000) && ( (*k2 - *k0) > MAX_FREQ_COEFFS_FS48000 ) ) in FDKsbrEnc_FindStartAndStopBand()
127 const INT srCore,