Lines Matching refs:framelength
112 const INT frameLength,
117 while ((frameLength & ~((1 << (shift + 1)) - 1)) == frameLength
123 return (bitRate*(frameLength>>shift)) / (samplingRate>>shift);
128 const INT frameLength,
133 while ((frameLength & ~((1 << (shift + 1)) - 1)) == frameLength
139 return (bitsPerFrame * (samplingRate>>shift)) / ( frameLength>>shift) ;
144 INT framelength,
152 INT frameLength,
164 while ( (frameLength & ~((1<<(shift+1))-1)) == frameLength
172 averageBitsPerFrame = (bitRate*(frameLength>>shift)) / (coreSamplingRate>>shift) / nSubFrames;
185 bitRate = FDKmax(bitRate, ((((40 * nChannels) + transportBits) * (coreSamplingRate)) / frameLength) );
188 bitRate = FDKmin(bitRate, ((nChannelsEff * MIN_BUFSIZE_PER_EFF_CHAN)*(coreSamplingRate>>shift)) / (frameLength>>shift)) ;
318 config->framelength = -1; /* Framesize not configured */
466 config->framelength,
489 switch (config->framelength)
513 config->framelength,
522 config->ancDataBitRate += ( (hAacEnc->ancillaryBitsPerFrame * config->sampleRate) / config->framelength );
530 FIXP_DBL tmp = fDivNorm(config->framelength, config->sampleRate, &q_res);
555 config->framelength,
579 config->framelength,
630 bw_ratio = fDivNorm((FIXP_DBL)(10*config->framelength*hAacEnc->bandwidth90dB), (FIXP_DBL)(config->sampleRate), &qbw);
895 hAacEnc->config->framelength);
1025 INT framelength,
1057 *ancillaryBitsPerFrame = (ancillaryRate * framelength ) / sampleRate;