MCPcopy Create free account
hub / github.com/Edzelf/ESP32-Radio / DecodeSBRBitstream

Function DecodeSBRBitstream

lib/codecs/src/aac_decoder.cpp:6472–6522  ·  view source on GitHub ↗

* Function: DecodeSBRBitstream * * Description: decode sideband information for SBR * * Inputs: base output channel (range = [0, nChans-1]) * * Outputs: initialized state structs (SBRHdr, SBRGrid, SBRFreq, SBRChan) * * Return: 0 if successful, error code (< 0) if error * * Notes: SBR payload should be in aacDecInfo->fillBuf * returns with no error if

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

AACDecodeFunction · 0.85

Calls 8

GetSampRateIdxFunction · 0.85
UnpackSBRHeaderFunction · 0.85
CalcFreqTablesFunction · 0.85
UnpackSBRSingleChannelFunction · 0.85
UnpackSBRChannelPairFunction · 0.85
ByteAlignBitstreamFunction · 0.85
SetBitstreamPointerFunction · 0.70
GetBitsFunction · 0.70

Tested by

no test coverage detected