HomeSort by relevance Sort by last modified time
    Searched refs:pSbrElement (Results 1 - 2 of 2) sorted by null

  /external/aac/libSBRdec/src/
sbrdecoder.cpp 322 for (ch=0; ch<self->pSbrElement[elementIndex]->nChannels; ch++)
325 sbrError = createSbrDec (self->pSbrElement[elementIndex]->pSbrChannel[ch],
327 &self->pSbrElement[elementIndex]->transposerSettings,
360 self->pSbrElement[elementIndex]->useFrameSlot = 0;
362 self->pSbrElement[elementIndex]->useHeaderSlot[i] = i;
435 if (self->pSbrElement[elementIndex] != NULL) {
439 if (self->pSbrElement[elementIndex]->pSbrChannel[ch] != NULL) {
440 deleteSbrDec( self->pSbrElement[elementIndex]->pSbrChannel[ch] );
441 FreeRam_SbrDecChannel( &self->pSbrElement[elementIndex]->pSbrChannel[ch] );
445 FreeRam_SbrDecElement( &self->pSbrElement[elementIndex] )
    [all...]
sbr_ram.h 121 SBR_DECODER_ELEMENT *pSbrElement[(8)];

Completed in 38 milliseconds