Home
last modified time | relevance | path

Searched refs:SBRENC_DS_TIME (Results 1 – 2 of 2) sorted by relevance

/external/aac/libSBRenc/src/
Dsbr.h127 typedef enum { SBRENC_DS_NONE, SBRENC_DS_TIME, SBRENC_DS_QMF } SBRENC_DS_TYPE; enumerator
Dsbr_encoder.cpp1223 if (hSbrEncoder->downsamplingMethod == SBRENC_DS_TIME) { in FDKsbrEnc_Downsample()
1997 (downsamplingMethod == SBRENC_DS_TIME) ? hDelayParam->dsDelay : 0; in sbrEncoder_Init_delay()
2042 } else if (downsamplingMethod == SBRENC_DS_TIME) { in sbrEncoder_Init_delay()
2132 downsamplingMethod = usePs ? SBRENC_DS_QMF : SBRENC_DS_TIME; in sbrEncoder_Init()
2248 if (hSbrEncoder->downsamplingMethod == SBRENC_DS_TIME) { in sbrEncoder_Init()