Home
last modified time | relevance | path

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

/external/aac/libSBRenc/src/
Dsbr_encoder.cpp1959 DELAY_PARAM *hDelayParam /* input/output */ in sbrEncoder_Init_delay() argument
1966 int delayCore = hDelayParam->delay; /* delay of the core */ in sbrEncoder_Init_delay()
1997 (downsamplingMethod == SBRENC_DS_TIME) ? hDelayParam->dsDelay : 0; in sbrEncoder_Init_delay()
2043 delayInput2Core = corePathOffset + hDelayParam->dsDelay; in sbrEncoder_Init_delay()
2049 hDelayParam->delay = FDKmax(delayCorePath, delaySbrPath); /* overall delay */ in sbrEncoder_Init_delay()
2050 hDelayParam->sbrDecDelay = delaySbrDec; /* SBR decoder delay */ in sbrEncoder_Init_delay()
2051 hDelayParam->delayInput2Core = delayInput2Core; /* delay input - core */ in sbrEncoder_Init_delay()
2052 hDelayParam->bitstrDelay = bitstreamDelay; /* bitstream delay, in frames */ in sbrEncoder_Init_delay()
2053 hDelayParam->corePathOffset = corePathOffset; /* offset added to core path */ in sbrEncoder_Init_delay()
2054 hDelayParam->sbrPathOffset = sbrPathOffset; /* offset added to SBR path */ in sbrEncoder_Init_delay()