Searched refs:SBRENC_DS_QMF (Results 1 – 2 of 2) sorted by relevance
127 typedef enum { SBRENC_DS_NONE, SBRENC_DS_TIME, SBRENC_DS_QMF } SBRENC_DS_TYPE; enumerator
2000 if (downsamplingMethod == SBRENC_DS_QMF && delayCorePath > delaySbrPath) { in sbrEncoder_Init_delay()2132 downsamplingMethod = usePs ? SBRENC_DS_QMF : SBRENC_DS_TIME; in sbrEncoder_Init()