Home
last modified time | relevance | path

Searched refs:SBRENC_DS_QMF (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.cpp1999 if (downsamplingMethod == SBRENC_DS_QMF && delayCorePath > delaySbrPath) { in sbrEncoder_Init_delay()
2131 downsamplingMethod = usePs ? SBRENC_DS_QMF : SBRENC_DS_TIME; in sbrEncoder_Init()