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 289 for (ch=0; ch<self->pSbrElement[elementIndex]->nChannels; ch++)
292 sbrError = createSbrDec (self->pSbrElement[elementIndex]->pSbrChannel[ch],
294 &self->pSbrElement[elementIndex]->transposerSettings,
328 self->pSbrElement[elementIndex]->useFrameSlot = 0;
330 self->pSbrElement[elementIndex]->useHeaderSlot[i] = i;
402 if (self->pSbrElement[elementIndex] != NULL) {
406 if (self->pSbrElement[elementIndex]->pSbrChannel[ch] != NULL) {
407 deleteSbrDec( self->pSbrElement[elementIndex]->pSbrChannel[ch] );
408 FreeRam_SbrDecChannel( &self->pSbrElement[elementIndex]->pSbrChannel[ch] );
412 FreeRam_SbrDecElement( &self->pSbrElement[elementIndex] )
    [all...]
sbr_ram.h 121 SBR_DECODER_ELEMENT *pSbrElement[(8)];

Completed in 151 milliseconds