Searched defs:downSampleFactor (Results 1 - 3 of 3) sorted by relevance

/external/aac/libSBRenc/src/
H A Dsbr.h145 INT downSampleFactor; /* Sampling rate relation between the SBR and the core encoder. */ member in struct:SBR_ENCODER
H A Dsbr_encoder.cpp309 const INT downSampleFactor
324 sampleRateCore<<(downSampleFactor-1),
326 32<<(downSampleFactor-1),
448 if (1 == config->downSampleFactor) {
453 config->downSampleFactor
517 INT downSampleFactor,
521 if ( (downSampleFactor < 1 || downSampleFactor > 2) ||
522 (codecGranuleLen*downSampleFactor > QMF_CHANNELS*QMF_MAX_TIME_SLOTS) )
532 config->sbrFrameSize = codecGranuleLen * downSampleFactor;
516 FDKsbrEnc_InitializeSbrDefaults(sbrConfigurationPtr config, INT downSampleFactor, UINT codecGranuleLen ) argument
1807 sbrEncoder_Init( HANDLE_SBR_ENCODER hSbrEncoder, SBR_ELEMENT_INFO elInfo[(8)], int noElements, INT_PCM *inputBuffer, INT *coreBandwidth, INT *inputBufferOffset, INT *numChannels, INT *coreSampleRate, UINT *downSampleFactor, INT *frameLength, AUDIO_OBJECT_TYPE aot, int *delay, int transformFactor, const int headerPeriod, ULONG statesInitFlag ) argument
[all...]
/external/aac/libSBRenc/include/
H A Dsbr_encoder.h170 INT downSampleFactor; /*!< Sampling rate relation between the SBR and the core encoder. */ member in struct:sbrConfiguration
315 * \param downSampleFactor Input: Relation between SBR and core coder sampling rate;
334 UINT *downSampleFactor,

Completed in 225 milliseconds