Searched refs:SBRENC_DS_TIME (Results 1 – 2 of 2) sorted by relevance
127 typedef enum { SBRENC_DS_NONE, SBRENC_DS_TIME, SBRENC_DS_QMF } SBRENC_DS_TYPE; enumerator
1223 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()