Searched refs:downsamplingMethod (Results 1 - 2 of 2) sorted by relevance

/external/aac/libSBRenc/src/
H A Dsbr.h172 downsamplingMethod; /* Method of downsmapling, time-domain, QMF or none. member in struct:SBR_ENCODER
H A Dsbr_encoder.cpp1223 if (hSbrEncoder->downsamplingMethod == SBRENC_DS_TIME) {
1664 const SBRENC_DS_TYPE downsamplingMethod,
1958 const SBRENC_DS_TYPE downsamplingMethod, /* input */
1997 (downsamplingMethod == SBRENC_DS_TIME) ? hDelayParam->dsDelay : 0;
2000 if (downsamplingMethod == SBRENC_DS_QMF && delayCorePath > delaySbrPath) {
2042 } else if (downsamplingMethod == SBRENC_DS_TIME) {
2085 SBRENC_DS_TYPE downsamplingMethod = SBRENC_DS_NONE; local
2128 downsamplingMethod = SBRENC_DS_NONE;
2132 downsamplingMethod = usePs ? SBRENC_DS_QMF : SBRENC_DS_TIME;
2161 hSbrEncoder->downsamplingMethod
1660 FDKsbrEnc_EnvInit(HANDLE_SBR_ELEMENT hSbrElement, sbrConfigurationPtr params, INT *coreBandWith, AUDIO_OBJECT_TYPE aot, int nElement, const int headerPeriod, ULONG statesInitFlag, const SBRENC_DS_TYPE downsamplingMethod, UCHAR *dynamic_RAM) argument
1951 sbrEncoder_Init_delay( const int coreFrameLength, const int numChannels, const int downSampleFactor, const int lowDelay, const int usePs, const int is212, const SBRENC_DS_TYPE downsamplingMethod, DELAY_PARAM *hDelayParam ) argument
[all...]

Completed in 5473 milliseconds