Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Dsbr_ram.h115 #define SBRDEC_MAX_CH_PER_ELEMENT (2) macro
122 SBR_CHANNEL *pSbrChannel[SBRDEC_MAX_CH_PER_ELEMENT];
Dsbrdecoder.cpp516 for (ch = 0; ch < SBRDEC_MAX_CH_PER_ELEMENT; ch++) { in sbrDecoder_DestroyElement()