Home | History | Annotate | Download | only in src

Lines Matching refs:framelength

111                                                       INT framelength,
119 INT frameLength,
131 while ( (frameLength & ~((1<<(shift+1))-1)) == frameLength
139 averageBitsPerFrame = (bitRate*(frameLength>>shift)) / (coreSamplingRate>>shift) / nSubFrames;
152 bitRate = FDKmax(bitRate, ((((40 * nChannels) + transportBits) * (coreSamplingRate)) / frameLength) );
155 bitRate = FDKmin(bitRate, ((nChannelsEff * MIN_BUFSIZE_PER_EFF_CHAN)*(coreSamplingRate>>shift)) / (frameLength>>shift)) ;
283 config->framelength = -1; /* Framesize not configured */
430 config->framelength,
451 switch (config->framelength)
475 config->framelength,
484 config->ancDataBitRate += ( (hAacEnc->ancillaryBitsPerFrame * config->sampleRate) / config->framelength );
492 FIXP_DBL tmp = fDivNorm(config->framelength, config->sampleRate, &q_res);
517 config->framelength,
541 config->framelength,
581 qcInit.meanPe = fMult(bw_ratio, (FIXP_DBL)((10*config->framelength)<<16)) >> (qbw-15);
861 hAacEnc->config->framelength);
991 INT framelength,
1023 *ancillaryBitsPerFrame = (ancillaryRate * framelength ) / sampleRate;