Home | History | Annotate | Download | only in src

Lines Matching refs:coreSamplingRate

118         INT coreSamplingRate,
132 && (coreSamplingRate & ~((1<<(shift+1))-1)) == coreSamplingRate )
139 averageBitsPerFrame = (bitRate*(frameLength>>shift)) / (coreSamplingRate>>shift) / nSubFrames;
152 bitRate = FDKmax(bitRate, ((((40 * nChannels) + transportBits + frameLength) * (coreSamplingRate)) / frameLength) );
155 bitRate = FDKmin(bitRate, ((nChannelsEff * MIN_BUFSIZE_PER_EFF_CHAN)*(coreSamplingRate>>shift)) / (frameLength>>shift)) ;