Fuzz introspector
For issues and ideas: https://github.com/ossf/fuzz-introspector/issues

Project functions overview

The following table shows data about each function in the project. The functions included in this table correspond to all functions that exist in the executables of the fuzzers. As such, there may be functions that are from third-party libraries.

For further technical details on the meaning of columns in the below table, please see the Glossary .

Func name Functions filename Args Function call depth Reached by Fuzzers Runtime reached by Fuzzers Combined reached by Fuzzers Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity

Fuzzer details

Fuzzer: aacDecoder_Open

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 1364 88.8%
gold [1:9] 6 0.39%
yellow [10:29] 123 8.00%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 43 2.79%
All colors 1536 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
192 192 3 :

['FDK_SpatialDecOpen', 'updateMpegSurroundDecoderStatus(MpegSurroundDecoder*, int, MPEGS_SYNCSTATE, MPEGS_ANCSTARTSTOP)', 'SpatialDecInitParserContext']

192 238 mpegSurroundDecoder_Create(MpegSurroundDecoder**,int,FDK_QMF_DOMAIN*) call site: 00000 /src/aac/libSACdec/src/sac_dec_lib.cpp:623
17 17 1 :

['FDK_chMapDescr_isValid']

17 17 FDK_chMapDescr_init call site: 00142 /src/aac/libSYS/src/syslib_channelMapDescr.cpp:254
10 10 1 :

['DeletePsDec(PS_DEC**)']

10 63 sbrDecoder_Close call site: 01528 /src/aac/libSBRdec/src/sbrdecoder.cpp:1938
0 293 1 :

['aacDecoder_Close']

0 293 aacDecoder_Open call site: 01516 /src/aac/libAACdec/src/aacdecoder_lib.cpp:1056
0 168 1 :

['CAacDecoder_Close(AAC_DECODER_INSTANCE*)']

0 168 CAacDecoder_Open(TRANSPORT_TYPE) call site: 00000 /src/aac/libAACdec/src/aacdecoder.cpp:1329
0 12 1 :

['transportDec_Close(TRANSPORTDEC**)']

0 305 aacDecoder_Open call site: 00030 /src/aac/libAACdec/src/aacdecoder_lib.cpp:974
0 12 1 :

['transportDec_Close(TRANSPORTDEC**)']

0 12 transportDec_Open(TRANSPORT_TYPE,unsignedint,unsignedint) call site: 00000 /src/aac/libMpegTPDec/src/tpdec_lib.cpp:247
0 0 None 86 86 FDK_QmfDomain_FreePersistentMemory(FDK_QMF_DOMAIN*) call site: 00000 /src/aac/libFDK/src/FDK_qmf_domain.cpp:204
0 0 None 86 86 FDK_QmfDomain_FreePersistentMemory(FDK_QMF_DOMAIN*) call site: 00000 /src/aac/libFDK/src/FDK_qmf_domain.cpp:218
0 0 None 86 86 FDK_QmfDomain_FreePersistentMemory(FDK_QMF_DOMAIN*) call site: 00000 /src/aac/libFDK/src/FDK_qmf_domain.cpp:228
0 0 None 86 86 FDK_QmfDomain_FreePersistentMemory(FDK_QMF_DOMAIN*) call site: 00000 /src/aac/libFDK/src/FDK_qmf_domain.cpp:238
0 0 None 49 65 CAacDecoder_DeInit(AAC_DECODER_INSTANCE*,int) call site: 00000 /src/aac/libAACdec/src/aacdecoder.cpp:1357

Runtime coverage analysis

Covered functions
116
Functions that are reachable but not covered
608
Reachable functions
812
Percentage of reachable functions covered
25.12%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/aacDecoder_Open.cpp 1
libAACdec/src/aacdecoder_lib.cpp 11
libFDK/include/common_fix.h 14
libFDK/include/fixminmax.h 4
libMpegTPDec/src/tpdec_lib.cpp 12
libSYS/src/genericStds.cpp 12
libMpegTPDec/src/tpdec_adts.cpp 1
libFDK/src/FDK_crc.cpp 2
libMpegTPDec/src/tpdec_drm.cpp 1
libFDK/include/FDK_bitstream.h 9
libFDK/src/FDK_bitbuffer.cpp 6
libAACdec/src/aacdecoder.cpp 11
libAACdec/src/aac_ram.cpp 25
libFDK/src/FDK_qmf_domain.cpp 26
libMpegTPDec/src/tpdec_asc.cpp 5
libAACdec/src/conceal.cpp 5
libFDK/include/fixmul.h 1
libAACdec/src/aacdec_drc.cpp 5
libArithCoding/src/ac_arith_coder.cpp 4
libAACdec/src/FDK_delay.cpp 2
libSYS/src/syslib_channelMapDescr.cpp 3
libPCMutils/src/pcmdmx_lib.cpp 8
libAACdec/src/channelinfo.cpp 1
libSACdec/src/sac_dec_lib.cpp 10
libAACdec/src/aacdec_pns.cpp 1
libFDK/src/mdct.cpp 1
libDRCdec/src/FDK_drcDecLib.cpp 8
libDRCdec/src/drcDec_selectionProcess.cpp 77
libDRCdec/src/drcDec_gainDecoder.cpp 6
libDRCdec/src/drcDec_tools.cpp 8
libDRCdec/src/drcGainDec_init.cpp 5
libFDK/src/fixpoint_math.cpp 8
libFDK/include/x86/clz_x86.h 2
libFDK/include/x86/fixpoint_math_x86.h 2
libFDK/include/scale.h 2
libFDK/include/fixpoint_math.h 2
libFDK/include/fixmadd.h 2
libFDK/include/x86/fixmul_x86.h 2
libFDK/include/x86/abs_x86.h 1
libPCMutils/src/limiter.cpp 5
libSBRdec/src/sbrdecoder.cpp 13
libSBRdec/src/sbr_dec.cpp 2
libSBRdec/src/env_calc.cpp 3
libFDK/src/FDK_matrixCalloc.cpp 15
libSBRdec/src/hbe.cpp 2
libSBRdec/src/sbr_ram.cpp 8
libSACdec/src/sac_dec.cpp 4
libFDK/src/FDK_decorrelate.cpp 7
libSACdec/src/sac_stp.cpp 2
libSBRdec/src/sbrdec_drc.cpp 1
libSBRdec/src/env_extr.cpp 4
libSBRdec/src/sbrdec_freq_sca.cpp 13
libSBRdec/src/transcendent.h 1
libSBRdec/src/lpp_tran.cpp 3
libSBRdec/src/psdec.cpp 3
libFDK/src/FDK_hybrid.cpp 3
libSACdec/src/sac_bitdec.cpp 6
libSACdec/src/sac_rom.h 1
libSACdec/src/sac_dec_conceal.cpp 1
libDRCdec/src/drcDec_reader.cpp 28

Fuzzer: aacDecoder_ConfigRaw

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 404 22.4%
gold [1:9] 3 0.16%
yellow [10:29] 14 0.77%
greenyellow [30:49] 36 2.00%
lawngreen 50+ 1339 74.5%
All colors 1796 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
118 118 2 :

['_selectDrcCharacteristic(UNI_DRC_CONFIG*, int, DRCDEC_SELECTION**, DRCDEC_SELECTION**)', '_selectDynamicRange(UNI_DRC_CONFIG*, LOUDNESS_INFO_SET*, DRC_FEATURE_REQUEST, unsigned char*, int, DRCDEC_SELECTION*, DRCDEC_SELECTION*)']

118 186 _drcSetRequestSelection(SEL_PROC_INPUT*,UNI_DRC_CONFIG*,LOUDNESS_INFO_SET*,DRCDEC_SELECTION**,DRCDEC_SELECTION**) call site: 00000 /src/aac/libDRCdec/src/drcDec_selectionProcess.cpp:2317
112 174 11 :

['_samplePeakLevelIsPresent(LOUDNESS_INFO_SET*, int, int, int)', 'scaleValue(int, int)', 'getDownmixOffset(DOWNMIX_INSTRUCTIONS*, int)', 'lin2dB(int, int, int*)', '_limiterPeakTargetIsPresent(DRC_INSTRUCTIONS_UNI_DRC*, int, int)', '_getSamplePeakLevel(LOUDNESS_INFO_SET*, int, int, int, int*)', '_getTruePeakLevel(LOUDNESS_INFO_SET*, int, int, int, int*)', 'fMultDiv2(int, int) [clone .3103]', '_getLimiterPeakTarget(DRC_INSTRUCTIONS_UNI_DRC*, int, int, int*)', '_truePeakLevelIsPresent(LOUDNESS_INFO_SET*, int, int, int)', '_downmixCoefficientsArePresent(UNI_DRC_CONFIG*, int, int*)']

112 174 _getSignalPeakLevel(SEL_PROC_INPUT*,UNI_DRC_CONFIG*,LOUDNESS_INFO_SET*,DRC_INSTRUCTIONS_UNI_DRC*,int,int*,int*,SEL_PROC_CODEC_MODE) call site: 00000 /src/aac/libDRCdec/src/drcDec_selectionProcess.cpp:2950
54 54 2 :

['fDivNorm(int, int)', 'fMultIceil(int, int)']

54 92 aacDecoder_setMetadataExpiry(AAC_DECODER_INSTANCE*,int) call site: 00000 /src/aac/libAACdec/src/aacdecoder_lib.cpp:142
20 24 3 :

['_selectAlbumLoudness(LOUDNESS_INFO_SET*, DRCDEC_SELECTION*, DRCDEC_SELECTION*)', '_swapSelection(DRCDEC_SELECTION**, DRCDEC_SELECTION**)', '_drcdec_selection_getNumber(DRCDEC_SELECTION*)']

20 441 drcDec_SelectionProcess_Process(s_drcdec_selection_process*,UNI_DRC_CONFIG*,LOUDNESS_INFO_SET*,s_selection_process_output*) call site: 00000 /src/aac/libDRCdec/src/drcDec_selectionProcess.cpp:696
10 10 1 :

['DeletePsDec(PS_DEC**)']

10 63 sbrDecoder_Close call site: 01528 /src/aac/libSBRdec/src/sbrdecoder.cpp:1938
0 293 1 :

['aacDecoder_Close']

0 293 aacDecoder_Open call site: 01516 /src/aac/libAACdec/src/aacdecoder_lib.cpp:1056
0 168 1 :

['CAacDecoder_Close(AAC_DECODER_INSTANCE*)']

0 168 CAacDecoder_Open(TRANSPORT_TYPE) call site: 00000 /src/aac/libAACdec/src/aacdecoder.cpp:1329
0 60 1 :

['CAacDecoder_DeInit(AAC_DECODER_INSTANCE*, int)']

0 60 CAacDecoder_Init(AAC_DECODER_INSTANCE*,CSAudioSpecificConfigconst*,unsignedchar,unsignedchar*) call site: 00000 /src/aac/libAACdec/src/aacdecoder.cpp:2449
0 46 1 :

['mpegSurroundDecoder_Close']

0 46 mpegSurroundDecoder_Create(MpegSurroundDecoder**,int,FDK_QMF_DOMAIN*) call site: 00000 /src/aac/libSACdec/src/sac_dec_lib.cpp:646
0 39 1 :

['FDK_SpatialDecClose']

0 39 FDK_SpatialDecOpen call site: 00985 /src/aac/libSACdec/src/sac_dec.cpp:488
0 19 1 :

['_selectDrcSetEffectNone(UNI_DRC_CONFIG*, DRCDEC_SELECTION*, DRCDEC_SELECTION*)']

0 19 _selectSingleEffectType(UNI_DRC_CONFIG*,DRC_EFFECT_TYPE_REQUEST,DRCDEC_SELECTION*,DRCDEC_SELECTION*) call site: 00000 /src/aac/libDRCdec/src/drcDec_selectionProcess.cpp:1431
0 18 1 :

['_getApplicableLoudnessInfoStructure(LOUDNESS_INFO_SET*, int, int, int)']

0 36 _getLoudness(LOUDNESS_INFO_SET*,int,METHOD_DEFINITION_REQUEST,MEASUREMENT_SYSTEM_REQUEST,int,int,int,int*,int*) call site: 00000 /src/aac/libDRCdec/src/drcDec_selectionProcess.cpp:2677

Runtime coverage analysis

Covered functions
399
Functions that are reachable but not covered
135
Reachable functions
879
Percentage of reachable functions covered
84.64%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/aacDecoder_ConfigRaw.cpp 1
libAACdec/src/aacdecoder_lib.cpp 12
libFDK/include/common_fix.h 14
libFDK/include/fixminmax.h 4
libMpegTPDec/src/tpdec_lib.cpp 13
libSYS/src/genericStds.cpp 12
libMpegTPDec/src/tpdec_adts.cpp 1
libFDK/src/FDK_crc.cpp 8
libMpegTPDec/src/tpdec_drm.cpp 1
libFDK/include/FDK_bitstream.h 11
libFDK/src/FDK_bitbuffer.cpp 6
libAACdec/src/aacdecoder.cpp 11
libAACdec/src/aac_ram.cpp 25
libFDK/src/FDK_qmf_domain.cpp 26
libMpegTPDec/src/tpdec_asc.cpp 26
libAACdec/src/conceal.cpp 5
libFDK/include/fixmul.h 1
libAACdec/src/aacdec_drc.cpp 5
libArithCoding/src/ac_arith_coder.cpp 4
libAACdec/src/FDK_delay.cpp 2
libSYS/src/syslib_channelMapDescr.cpp 3
libPCMutils/src/pcmdmx_lib.cpp 8
libAACdec/src/channelinfo.cpp 1
libSACdec/src/sac_dec_lib.cpp 10
libAACdec/src/aacdec_pns.cpp 1
libFDK/src/mdct.cpp 1
libDRCdec/src/FDK_drcDecLib.cpp 8
libDRCdec/src/drcDec_selectionProcess.cpp 77
libDRCdec/src/drcDec_gainDecoder.cpp 6
libDRCdec/src/drcDec_tools.cpp 8
libDRCdec/src/drcGainDec_init.cpp 5
libFDK/src/fixpoint_math.cpp 8
libFDK/include/x86/clz_x86.h 2
libFDK/include/x86/fixpoint_math_x86.h 2
libFDK/include/scale.h 2
libFDK/include/fixpoint_math.h 2
libFDK/include/fixmadd.h 2
libFDK/include/x86/fixmul_x86.h 2
libFDK/include/x86/abs_x86.h 1
libPCMutils/src/limiter.cpp 5
libSBRdec/src/sbrdecoder.cpp 13
libSBRdec/src/sbr_dec.cpp 2
libSBRdec/src/env_calc.cpp 3
libFDK/src/FDK_matrixCalloc.cpp 15
libSBRdec/src/hbe.cpp 2
libSBRdec/src/sbr_ram.cpp 8
libSACdec/src/sac_dec.cpp 4
libFDK/src/FDK_decorrelate.cpp 7
libSACdec/src/sac_stp.cpp 2
libSBRdec/src/sbrdec_drc.cpp 1
libSBRdec/src/env_extr.cpp 4
libSBRdec/src/sbrdec_freq_sca.cpp 13
libSBRdec/src/transcendent.h 1
libSBRdec/src/lpp_tran.cpp 3
libSBRdec/src/psdec.cpp 3
libFDK/src/FDK_hybrid.cpp 3
libSACdec/src/sac_bitdec.cpp 6
libSACdec/src/sac_rom.h 1
libSACdec/src/sac_dec_conceal.cpp 1
libDRCdec/src/drcDec_reader.cpp 28
libMpegTPDec/src/tpdec_latm.cpp 2
libMpegTPDec/include/tp_data.h 1

Fuzzer: aacDecoder_DecodeFrame

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 904 13.7%
gold [1:9] 11 0.16%
yellow [10:29] 16 0.24%
greenyellow [30:49] 4 0.06%
lawngreen 50+ 5633 85.7%
All colors 6568 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
476 717 3 :

['transportDec_GetAsc(TRANSPORTDEC*, unsigned int, CSAudioSpecificConfig*)', 'aacDecoder_FreeMemCallback(void*, CSAudioSpecificConfig const*)', 'transportDec_OutOfBandConfig(TRANSPORTDEC*, unsigned char*, unsigned int, unsigned int)']

609 17529 aacDecoder_DecodeFrame call site: 01552 /src/aac/libAACdec/src/aacdecoder_lib.cpp:1184
153 153 1 :

['dst_III(int*, int*, int, int*)']

153 563 CLpd_FAC_Acelp2Mdct(mdct_t*,int*,int*,shortconst*,int,int*,int,int,int,int,FIXP_SPKconst*,int,short*,int,CAcelpStaticMem*,int,int,int,unsignedchar,int,int) call site: 00000 /src/aac/libAACdec/src/usacdec_fac.cpp:523
145 165 2 :

['fDivNormSigned(int, int, int*)', '_mapGain(CHARACTERISTIC_FORMAT, CUSTOM_DRC_CHAR const*, CHARACTERISTIC_FORMAT, CUSTOM_DRC_CHAR const*, short, int*)']

145 254 _toLinear(NODE_MODIFICATIONconst*,int,short,short,int*,int*) call site: 00000 /src/aac/libDRCdec/src/drcGainDec_preprocess.cpp:528
118 118 2 :

['_selectDrcCharacteristic(UNI_DRC_CONFIG*, int, DRCDEC_SELECTION**, DRCDEC_SELECTION**)', '_selectDynamicRange(UNI_DRC_CONFIG*, LOUDNESS_INFO_SET*, DRC_FEATURE_REQUEST, unsigned char*, int, DRCDEC_SELECTION*, DRCDEC_SELECTION*)']

118 186 _drcSetRequestSelection(SEL_PROC_INPUT*,UNI_DRC_CONFIG*,LOUDNESS_INFO_SET*,DRCDEC_SELECTION**,DRCDEC_SELECTION**) call site: 00000 /src/aac/libDRCdec/src/drcDec_selectionProcess.cpp:2317
112 174 11 :

['_samplePeakLevelIsPresent(LOUDNESS_INFO_SET*, int, int, int)', 'scaleValue(int, int)', 'getDownmixOffset(DOWNMIX_INSTRUCTIONS*, int)', 'lin2dB(int, int, int*)', '_limiterPeakTargetIsPresent(DRC_INSTRUCTIONS_UNI_DRC*, int, int)', '_getSamplePeakLevel(LOUDNESS_INFO_SET*, int, int, int, int*)', '_getTruePeakLevel(LOUDNESS_INFO_SET*, int, int, int, int*)', 'fMultDiv2(int, int) [clone .3103]', '_getLimiterPeakTarget(DRC_INSTRUCTIONS_UNI_DRC*, int, int, int*)', '_truePeakLevelIsPresent(LOUDNESS_INFO_SET*, int, int, int)', '_downmixCoefficientsArePresent(UNI_DRC_CONFIG*, int, int*)']

112 174 _getSignalPeakLevel(SEL_PROC_INPUT*,UNI_DRC_CONFIG*,LOUDNESS_INFO_SET*,DRC_INSTRUCTIONS_UNI_DRC*,int,int*,int*,SEL_PROC_CODEC_MODE) call site: 00000 /src/aac/libDRCdec/src/drcDec_selectionProcess.cpp:2950
21 21 1 :

['findEquiFadeFrame(CConcealParams*, int, int)']

21 21 CConcealment_UpdateState(CConcealmentInfo*,int,CAacDecoderStaticChannelInfo*,int,CAacDecoderChannelInfo*) call site: 00000 /src/aac/libAACdec/src/conceal.cpp:1387
21 21 1 :

['findEquiFadeFrame(CConcealParams*, int, int)']

21 21 CConcealment_UpdateState(CConcealmentInfo*,int,CAacDecoderStaticChannelInfo*,int,CAacDecoderChannelInfo*) call site: 00000 /src/aac/libAACdec/src/conceal.cpp:1527
20 24 3 :

['_selectAlbumLoudness(LOUDNESS_INFO_SET*, DRCDEC_SELECTION*, DRCDEC_SELECTION*)', '_swapSelection(DRCDEC_SELECTION**, DRCDEC_SELECTION**)', '_drcdec_selection_getNumber(DRCDEC_SELECTION*)']

20 441 drcDec_SelectionProcess_Process(s_drcdec_selection_process*,UNI_DRC_CONFIG*,LOUDNESS_INFO_SET*,s_selection_process_output*) call site: 00000 /src/aac/libDRCdec/src/drcDec_selectionProcess.cpp:696
10 31 5 :

['fMult(short, short) [clone .5145]', 'dmxAddChannel(short (*) [8], int (*) [8], unsigned int, unsigned int, short, int)', 'dmxSetChannel(short (*) [8], int (*) [8], unsigned int, unsigned int, short, int)', 'dmxClearChannel(short (*) [8], int (*) [8], unsigned int)', 'FDKmemclear']

10 31 getMixFactors(unsignedchar,PCM_DMX_CHANNEL_MODE,PCM_DMX_CHANNEL_MODE,PCM_DMX_USER_PARAMSconst*,DMX_BS_META_DATAconst*,short(*)[8],int*) call site: 00000 /src/aac/libPCMutils/src/pcmdmx_lib.cpp:1492
2 2 1 :

['SpatialDequantGetCLDValues(int, int*, int*)']

2 2 param2UMX_PS_Core__FDK(signedcharconst*,signedcharconst*,int,int,int*,int*,int*,int*,int*,int*) call site: 00000 /src/aac/libSACdec/src/sac_calcM1andM2.cpp:327
0 712 4 :

['FDKpushBack(FDK_BITSTREAM*, unsigned int) [clone .9031]', 'transportDec_EndAccessUnit(TRANSPORTDEC*)', 'transportDec_GetBufferFullness(TRANSPORTDEC*)', 'synchronization(TRANSPORTDEC*, int*)']

0 712 transportDec_readStream(TRANSPORTDEC*,unsignedint) call site: 00000 /src/aac/libMpegTPDec/src/tpdec_lib.cpp:1377
0 293 1 :

['aacDecoder_Close']

0 293 aacDecoder_Open call site: 01516 /src/aac/libAACdec/src/aacdecoder_lib.cpp:1056

Runtime coverage analysis

Covered functions
1176
Functions that are reachable but not covered
133
Reachable functions
2381
Percentage of reachable functions covered
94.41%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/aacDecoder_DecodeFrame.cpp 1
libAACdec/src/aacdecoder_lib.cpp 17
libFDK/include/common_fix.h 31
libFDK/include/fixminmax.h 6
libMpegTPDec/src/tpdec_lib.cpp 33
libSYS/src/genericStds.cpp 14
libMpegTPDec/src/tpdec_adts.cpp 6
libFDK/src/FDK_crc.cpp 8
libMpegTPDec/src/tpdec_drm.cpp 4
libFDK/include/FDK_bitstream.h 15
libFDK/src/FDK_bitbuffer.cpp 8
libAACdec/src/aacdecoder.cpp 24
libAACdec/src/aac_ram.cpp 26
libFDK/src/FDK_qmf_domain.cpp 56
libMpegTPDec/src/tpdec_asc.cpp 30
libAACdec/src/conceal.cpp 23
libFDK/include/fixmul.h 10
libAACdec/src/aacdec_drc.cpp 17
libArithCoding/src/ac_arith_coder.cpp 10
libAACdec/src/FDK_delay.cpp 3
libSYS/src/syslib_channelMapDescr.cpp 4
libPCMutils/src/pcmdmx_lib.cpp 21
libAACdec/src/channelinfo.cpp 3
libSACdec/src/sac_dec_lib.cpp 26
libAACdec/src/aacdec_pns.cpp 10
libFDK/src/mdct.cpp 6
libDRCdec/src/FDK_drcDecLib.cpp 16
libDRCdec/src/drcDec_selectionProcess.cpp 78
libDRCdec/src/drcDec_gainDecoder.cpp 15
libDRCdec/src/drcDec_tools.cpp 10
libDRCdec/src/drcGainDec_init.cpp 5
libFDK/src/fixpoint_math.cpp 14
libFDK/include/x86/clz_x86.h 2
libFDK/include/x86/fixpoint_math_x86.h 5
libFDK/include/scale.h 3
libFDK/include/fixpoint_math.h 14
libFDK/include/fixmadd.h 8
libFDK/include/x86/fixmul_x86.h 2
libFDK/include/x86/abs_x86.h 1
libPCMutils/src/limiter.cpp 9
libSBRdec/src/sbrdecoder.cpp 22
libSBRdec/src/sbr_dec.cpp 5
libSBRdec/src/env_calc.cpp 22
libFDK/src/FDK_matrixCalloc.cpp 15
libSBRdec/src/hbe.cpp 13
libSBRdec/src/sbr_ram.cpp 8
libSACdec/src/sac_dec.cpp 14
libFDK/src/FDK_decorrelate.cpp 16
libSACdec/src/sac_stp.cpp 7
libSBRdec/src/sbrdec_drc.cpp 4
libSBRdec/src/env_extr.cpp 16
libSBRdec/src/sbrdec_freq_sca.cpp 13
libSBRdec/src/transcendent.h 6
libSBRdec/src/lpp_tran.cpp 8
libSBRdec/src/psdec.cpp 7
libFDK/src/FDK_hybrid.cpp 9
libSACdec/src/sac_bitdec.cpp 26
libSACdec/src/sac_rom.h 1
libSACdec/src/sac_dec_conceal.cpp 4
libDRCdec/src/drcDec_reader.cpp 41
libMpegTPDec/src/tpdec_latm.cpp 11
libMpegTPDec/include/tp_data.h 2
libMpegTPDec/src/tpdec_adif.cpp 1
libFDK/include/qmf_pcm.h 9
libFDK/src/qmf.cpp 12
libFDK/src/scale.cpp 6
libAACdec/src/channel.cpp 5
libFDK/src/FDK_tools_rom.cpp 2
libAACdec/src/aacdec_tns.cpp 5
libAACdec/src/channelinfo.h 13
libAACdec/src/stereo.cpp 5
libAACdec/src/block.h 4
libAACdec/src/block.cpp 15
libAACdec/src/rvlc.cpp 11
libAACdec/src/pulsedata.cpp 2
libAACdec/src/usacdec_lpd.cpp 15
libAACdec/src/usacdec_acelp.cpp 23
libAACdec/src/usacdec_fac.cpp 7
libAACdec/src/usacdec_lpc.cpp 21
libFDK/src/FDK_trigFcts.cpp 1
libFDK/include/FDK_trigFcts.h 2
libAACdec/src/usacdec_lpd.h 2
libAACdec/src/rvlcbit.cpp 1
libAACdec/src/aacdec_hcr.cpp 19
libAACdec/src/rvlcconceal.cpp 6
libAACdec/src/aacdec_hcr_bit.cpp 2
libAACdec/src/aacdec_hcrs.cpp 4
libSBRdec/src/huff_dec.cpp 1
libSBRdec/src/psbitdec.cpp 6
libFDK/src/nlc_dec.cpp 15
libSACdec/src/sac_tsd.cpp 8
libSYS/include/FDK_audio.h 2
libFDK/src/fft.cpp 23
libFDK/include/cplx_mul.h 6
libFDK/include/fft.h 2
libFDK/src/fft_rad2.cpp 1
libFDK/include/scramble.h 1
libFDK/src/FDK_lpc.cpp 1
libFDK/src/dct.cpp 6
libAACdec/src/ldfiltbank.cpp 2
libAACdec/src/usacdec_ace_ltp.cpp 2
libAACdec/src/usacdec_acelp.h 1
libAACdec/src/usacdec_ace_d4t64.cpp 7
libSBRdec/src/env_dec.cpp 12
libSBRdec/src/pvc_dec.cpp 5
libFDK/src/autocorr2nd.cpp 2
libSBRdec/src/HFgen_preFlat.cpp 6
libSACdec/src/sac_smoothing.cpp 5
libSACdec/src/sac_reshapeBBEnv.cpp 7
libSACdec/src/sac_dec.h 1
libSACdec/src/sac_process.cpp 16
libSACdec/src/sac_calcM1andM2.cpp 12
libSACdec/src/sac_rom.cpp 2
libSACdec/src/sac_qmf.cpp 2
libSACdec/src/sac_tsd.h 1
libPCMutils/src/pcm_utils.cpp 3
libDRCdec/src/drcGainDec_preprocess.cpp 13
libDRCdec/src/drcGainDec_process.cpp 4
libFDK/include/clz.h 1

Analyses and suggestions

Optimal target analysis

Remaining optimal interesting functions

The following table shows a list of functions that are optimal targets. Optimal targets are identified by finding the functions that in combination, yield a high code coverage.

Func name Functions filename Arg count Args Function depth hitcount instr count bb count cyclomatic complexity Reachable functions Incoming references total cyclomatic complexity Unreached complexity
aacEncEncode /src/aac/libAACenc/src/aacenc_lib.cpp 5 ['N/A', 'N/A', 'N/A', 'N/A', 'N/A'] 18 0 1399 177 62 1541 0 6290 5606
aacEncOpen /src/aac/libAACenc/src/aacenc_lib.cpp 3 ['N/A', 'int', 'int'] 8 0 515 68 27 367 0 816 699
aacEncoder_SetParam /src/aac/libAACenc/src/aacenc_lib.cpp 3 ['N/A', 'int', 'int'] 1 0 1342 275 83 2 0 86 83
FDK_drcDec_ProcessFreq /src/aac/libDRCdec/src/FDK_drcDecLib.cpp 9 ['N/A', 'int', 'int', 'int', 'int', 'int', 'int', 'N/A', 'N/A'] 6 0 101 12 6 34 0 89 37
aacDecoder_SetParam /src/aac/libAACdec/src/aacdecoder_lib.cpp 3 ['N/A', 'int', 'int'] 12 0 719 139 30 262 0 989 37
aacDecoder_GetLibInfo /src/aac/libAACdec/src/aacdecoder_lib.cpp 1 ['N/A'] 4 0 127 15 6 12 0 55 36

Implementing fuzzers that target the above functions will improve reachability such that it becomes:

Functions statically reachable by fuzzers
90.0%
2014 / 2228
Cyclomatic complexity statically reachable by fuzzers
96.0%
17135 / 17873

All functions overview

If you implement fuzzers for these functions, the status of all functions in the project will be:

Func name Functions filename Args Function call depth Reached by Fuzzers Runtime reached by Fuzzers Combined reached by Fuzzers Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity

Fuzz engine guidance

This sections provides heuristics that can be used as input to a fuzz engine when running a given fuzz target. The current focus is on providing input that is usable by libFuzzer.

/src/aacDecoder_Open.cpp

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['aacDecoder_Open', 'fAbs(int)', 'fdkCallocMatrix1D(unsigned int, unsigned int)', 'f2Pow(int, int, int*)', 'pcmDmx_Reset', 'SpatialDecCreateBsFrame(SPATIAL_BS_FRAME_struct*, BS_LL_STATE*)', 'fdkFreeMatrix1D(void*)', 'FDKmemcpy']

/src/aacDecoder_ConfigRaw.cpp

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['QmfTransposerCreate(hbeTransposer**, int, int, int)', 'FDK_QmfDomain_Close(FDK_QMF_DOMAIN*)', 'transportDec_OutOfBandConfig(TRANSPORTDEC*, unsigned char*, unsigned int, unsigned int)', 'FDK_drcDec_Init', 'fAbs(int)', 'AudioSpecificConfig_Parse(CSAudioSpecificConfig*, FDK_BITSTREAM*, int, CSTpCallBacks*, unsigned char, unsigned char, AUDIO_OBJECT_TYPE)', 'transportDec_OutOfBandConfig(TRANSPORTDEC*, unsigned char*, unsigned int, unsigned int)', '_drcSetRequestSelection(SEL_PROC_INPUT*, UNI_DRC_CONFIG*, LOUDNESS_INFO_SET*, DRCDEC_SELECTION**, DRCDEC_SELECTION**)', 'f2Pow(int, int, int*)', 'aacDecoder_ConfigCallback(void*, CSAudioSpecificConfig const*, unsigned char, unsigned char*)']

/src/aacDecoder_DecodeFrame.cpp

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['fMultAdd(int, int, int)', 'transportDec_readHeader(TRANSPORTDEC*, FDK_BITSTREAM*, int, int, int*, int*, int*, int*, int*)', 'getMixFactors(unsigned char, PCM_DMX_CHANNEL_MODE, PCM_DMX_CHANNEL_MODE, PCM_DMX_USER_PARAMS const*, DMX_BS_META_DATA const*, short (*) [8], int*)', 'prepareDrcGain(DRC_GAIN_DECODER*, UNI_DRC_GAIN*, short, short, int, int)', 'CConcealment_ApplyInter(CConcealmentInfo*, CAacDecoderChannelInfo*, SamplingRateInfo const*, int, int, int, int)', 'CLatmDemux_ReadStreamMuxConfig(FDK_BITSTREAM*, CLatmDemux*, CSTpCallBacks*, CSAudioSpecificConfig*, int*, unsigned char, unsigned char)', 'transportDec_ReadAccessUnit(TRANSPORTDEC*, unsigned int)', 'drcDec_SelectionProcess_SetParam(s_drcdec_selection_process*, SEL_PROC_USER_PARAM, int, int*)', 'fAbs(int)', '_drcSetRequestSelection(SEL_PROC_INPUT*, UNI_DRC_CONFIG*, LOUDNESS_INFO_SET*, DRCDEC_SELECTION**, DRCDEC_SELECTION**)']

Runtime coverage analysis

This section shows analysis of runtime coverage data.

For futher technical details on how this section is generated, please see the Glossary .

Complex functions with low coverage

Func name Function total lines Lines covered at runtime percentage covered Reached by fuzzers
aacDecoder_drcSetParam(CDrcInfo*,AACDEC_DRC_PARAM,int) 101 15 14.85% ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
CConcealment_SetParams(CConcealParams*,int,int,int,int,int) 63 19 30.15% ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
pcmDmx_SetParam 101 14 13.86% ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
drcDec_SelectionProcess_SetParam(s_drcdec_selection_process*,SEL_PROC_USER_PARAM,int,int*) 134 27 20.14% ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
_channelLayoutToDownmixIdMapping(SEL_PROC_INPUT*,UNI_DRC_CONFIG*) 69 15 21.73% ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
_selectDownmixMatrix(s_selection_process_output*,UNI_DRC_CONFIG*) 39 11 28.20% ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
_getSignalPeakLevel(SEL_PROC_INPUT*,UNI_DRC_CONFIG*,LOUDNESS_INFO_SET*,DRC_INSTRUCTIONS_UNI_DRC*,int,int*,int*,SEL_PROC_CODEC_MODE) 98 41 41.83% ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
_drcSetRequestSelection(SEL_PROC_INPUT*,UNI_DRC_CONFIG*,LOUDNESS_INFO_SET*,DRCDEC_SELECTION**,DRCDEC_SELECTION**) 63 28 44.44% ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
pcmDmx_GetParam 33 14 42.42% ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
fdk_chMapDescr_isValidMap(CHANNEL_MAP_INFOconst*) 32 16 50.0% ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
aacDecoder_drcParameterHandling(CDrcInfo*,int,signedchar,signedchar) 112 58 51.78% ['aacDecoder_DecodeFrame']
CConcealment_ApplyInter(CConcealmentInfo*,CAacDecoderChannelInfo*,SamplingRateInfoconst*,int,int,int,int) 160 43 26.87% ['aacDecoder_DecodeFrame']
CConcealment_UpdateState(CConcealmentInfo*,int,CAacDecoderStaticChannelInfo*,int,CAacDecoderChannelInfo*) 207 101 48.79% ['aacDecoder_DecodeFrame']
FDK_drcDec_SetParam 92 38 41.30% ['aacDecoder_DecodeFrame']
FDK_drcDec_ApplyDownmix 44 11 25.0% ['aacDecoder_DecodeFrame']
_prepareDrcCharacteristic(DRC_CHARACTERISTICconst*,DRC_COEFFICIENTS_UNI_DRC*,int,NODE_MODIFICATION*) 45 20 44.44% ['aacDecoder_DecodeFrame']
transportDec_ReadAccessUnit(TRANSPORTDEC*,unsignedint) 93 22 23.65% ['aacDecoder_DecodeFrame']
transportDec_readHeader(TRANSPORTDEC*,FDK_BITSTREAM*,int,int,int*,int*,int*,int*,int*) 162 80 49.38% ['aacDecoder_DecodeFrame']
transportDec_readStream(TRANSPORTDEC*,unsignedint) 66 19 28.78% ['aacDecoder_DecodeFrame']
additionalHoldOffNeeded(TRANSPORTDEC*,int,int) 37 8 21.62% ['aacDecoder_DecodeFrame']
transportDec_AdjustEndOfAccessUnit(TRANSPORTDEC*) 59 27 45.76% ['aacDecoder_DecodeFrame']
pcmDmx_ApplyFrame 408 155 37.99% ['aacDecoder_DecodeFrame']
getMixFactors(unsignedchar,PCM_DMX_CHANNEL_MODE,PCM_DMX_CHANNEL_MODE,PCM_DMX_USER_PARAMSconst*,DMX_BS_META_DATAconst*,short(*)[8],int*) 506 210 41.50% ['aacDecoder_DecodeFrame']
mpegSurroundDecoder_SetParam 114 23 20.17% ['aacDecoder_DecodeFrame']
check_UParam_Build_DecConfig(SPATIALDEC_PARAMconst*,SPATIAL_DEC_CONFIGconst*,T_SPATIAL_SPECIFIC_CONFIGconst*,SPATIAL_DEC_UPMIX_TYPE*) 74 40 54.05% ['aacDecoder_DecodeFrame']

Files and Directories in report

This section shows which files and directories are considered in this report. The main reason for showing this is fuzz introspector may include more code in the reasoning than is desired. This section helps identify if too many files/directories are included, e.g. third party code, which may be irrelevant for the threat model. In the event too much is included, fuzz introspector supports a configuration file that can exclude data from the report. See the following link for more information on how to create a config file: link

Files in report

Source file Reached by Covered by
[] []
/src/aac/libFDK/src/FDK_lpc.cpp ['aacDecoder_DecodeFrame'] ['aacDecoder_DecodeFrame']
/src/aac/libFDK/src/autocorr2nd.cpp ['aacDecoder_DecodeFrame'] ['aacDecoder_DecodeFrame']
/src/aac/libFDK/src/mdct.cpp ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame'] ['aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
/src/aac/libAACenc/src/chaosmeasure.cpp [] []
/src/aac/libAACenc/src/metadata_compressor.cpp [] []
/src/aac/libAACenc/src/band_nrg.cpp [] []
/src/aac/libSACdec/src/sac_tsd.h ['aacDecoder_DecodeFrame'] ['aacDecoder_DecodeFrame']
/src/aac/libAACenc/src/dyn_bits.cpp [] []
/src/aac/libSBRdec/src/sbr_ram.cpp ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame'] ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
/src/aac/libMpegTPEnc/include/tp_data.h [] []
/src/aac/libSACdec/src/sac_reshapeBBEnv.cpp ['aacDecoder_DecodeFrame'] ['aacDecoder_DecodeFrame']
/src/aac/libSBRdec/src/transcendent.h ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame'] ['aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
/src/aac/libFDK/src/FDK_hybrid.cpp ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame'] ['aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
/src/aac/libAACenc/src/aacenc_pns.cpp [] []
/src/aac/libSBRenc/src/sbr_misc.cpp [] []
/src/aac/libFDK/src/scale.cpp ['aacDecoder_DecodeFrame'] ['aacDecoder_DecodeFrame']
/src/aac/libFDK/include/x86/fixmul_x86.h ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame'] ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
/src/aac/libSACdec/src/sac_process.cpp ['aacDecoder_DecodeFrame'] ['aacDecoder_DecodeFrame']
/src/aac/libSACdec/src/sac_calcM1andM2.cpp ['aacDecoder_DecodeFrame'] ['aacDecoder_DecodeFrame']
/src/aac/libDRCdec/src/drcGainDec_preprocess.cpp ['aacDecoder_DecodeFrame'] ['aacDecoder_DecodeFrame']
/src/aac/libAACdec/src/usacdec_acelp.cpp ['aacDecoder_DecodeFrame'] ['aacDecoder_DecodeFrame']
/src/aac/libFDK/include/scale.h ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame'] ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
/src/aac/libAACdec/src/usacdec_lpd.h ['aacDecoder_DecodeFrame'] ['aacDecoder_DecodeFrame']
/src/aac/libAACenc/src/aacenc.cpp [] []
/src/aac/libFDK/src/nlc_dec.cpp ['aacDecoder_DecodeFrame'] ['aacDecoder_DecodeFrame']
/src/aac/libAACenc/src/bitenc.cpp [] []
/src/aac/libSYS/include/FDK_audio.h ['aacDecoder_DecodeFrame'] ['aacDecoder_DecodeFrame']
/src/aac/libSACdec/src/sac_rom.h ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame'] ['aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
/src/aac/libSBRdec/src/HFgen_preFlat.cpp ['aacDecoder_DecodeFrame'] ['aacDecoder_DecodeFrame']
/src/aac/libSACdec/src/sac_rom.cpp ['aacDecoder_DecodeFrame'] ['aacDecoder_DecodeFrame']
/src/aac/libSBRenc/src/sbrenc_freq_sca.cpp [] []
/src/aac/libAACenc/src/grp_data.cpp [] []
/src/aac/libAACdec/src/block.cpp ['aacDecoder_DecodeFrame'] ['aacDecoder_DecodeFrame']
/src/aac/libAACdec/src/FDK_delay.cpp ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame'] ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
/src/aac/libSBRdec/src/sbr_dec.cpp ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame'] ['aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
/src/aac/libMpegTPEnc/src/tpenc_asc.cpp [] []
/src/aac/libSBRenc/src/env_est.cpp [] []
/src/aac/libAACdec/src/stereo.cpp ['aacDecoder_DecodeFrame'] ['aacDecoder_DecodeFrame']
/src/aac/libSACenc/src/sacenc_bitstream.cpp [] []
/src/aac/libMpegTPDec/src/tpdec_latm.cpp ['aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame'] ['aacDecoder_DecodeFrame']
/src/aac/libFDK/src/qmf.cpp ['aacDecoder_DecodeFrame'] ['aacDecoder_DecodeFrame']
/src/aac/libFDK/include/fixmadd.h ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame'] ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
/src/aac/libSACenc/src/sacenc_tree.cpp [] []
/src/aac/libDRCdec/src/drcDec_gainDecoder.cpp ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame'] ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
/src/aac/libAACenc/src/psy_configuration.cpp [] []
/src/aac/libAACdec/src/usacdec_fac.cpp ['aacDecoder_DecodeFrame'] ['aacDecoder_DecodeFrame']
/src/aac/libFDK/src/FDK_crc.cpp ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame'] ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
/src/aac/libAACenc/src/psy_main.cpp [] []
/src/aac/libSACenc/src/sacenc_vectorfunctions.h [] []
/src/aac/libFDK/src/fft_rad2.cpp ['aacDecoder_DecodeFrame'] ['aacDecoder_DecodeFrame']
/src/aac/libSYS/src/syslib_channelMapDescr.cpp ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame'] ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
/src/aac/libAACdec/src/channelinfo.cpp ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame'] ['aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
/src/aac/libSBRdec/src/hbe.cpp ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame'] ['aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
/src/aac/libSBRenc/src/env_bit.cpp [] []
/src/aac/libAACdec/src/ldfiltbank.cpp ['aacDecoder_DecodeFrame'] ['aacDecoder_DecodeFrame']
/src/aac/libSACenc/src/sacenc_lib.cpp [] []
/src/aac/libDRCdec/src/drcDec_selectionProcess.cpp ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame'] ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
/src/aac/libSACdec/src/sac_qmf.cpp ['aacDecoder_DecodeFrame'] ['aacDecoder_DecodeFrame']
/src/aac/libSACenc/src/sacenc_filter.cpp [] []
/src/aac/libFDK/include/scramble.h ['aacDecoder_DecodeFrame'] ['aacDecoder_DecodeFrame']
/src/aac/libSBRdec/src/env_extr.cpp ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame'] ['aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
/src/aac/libSBRenc/src/ton_corr.cpp [] []
/src/aac/libDRCdec/src/drcDec_tools.cpp ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame'] ['aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
/src/aac/libFDK/include/x86/fixpoint_math_x86.h ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame'] ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
/src/aac/libSBRdec/src/lpp_tran.cpp ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame'] ['aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
/src/aac/libDRCdec/src/drcGainDec_process.cpp ['aacDecoder_DecodeFrame'] ['aacDecoder_DecodeFrame']
/src/aac/libAACenc/src/noisedet.cpp [] []
/src/aac/libSBRdec/src/sbrdecoder.cpp ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame'] ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
/src/aac/libSACdec/src/sac_dec.cpp ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame'] ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
/src/aac/libAACdec/src/channelinfo.h ['aacDecoder_DecodeFrame'] ['aacDecoder_DecodeFrame']
/src/aac/libAACenc/src/adj_thr.cpp [] []
/src/aac/libAACenc/src/aacEnc_ram.cpp [] []
/src/aac/libSBRenc/src/ps_bitenc.cpp [] []
/src/aac/libSBRdec/src/psdec.cpp ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame'] ['aacDecoder_DecodeFrame']
/src/aac/libFDK/src/FDK_matrixCalloc.cpp ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame'] ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
/src/aac/libFDK/include/cplx_mul.h ['aacDecoder_DecodeFrame'] ['aacDecoder_DecodeFrame']
/src/aac/libMpegTPDec/include/tp_data.h ['aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame'] []
/src/aac/libSBRdec/src/pvc_dec.cpp ['aacDecoder_DecodeFrame'] ['aacDecoder_DecodeFrame']
/src/aac/libAACdec/src/aacdec_tns.cpp ['aacDecoder_DecodeFrame'] ['aacDecoder_DecodeFrame']
/src/aac/libMpegTPDec/src/tpdec_lib.cpp ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame'] ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
/src/aac/libAACdec/src/usacdec_ace_d4t64.cpp ['aacDecoder_DecodeFrame'] ['aacDecoder_DecodeFrame']
/src/aac/libAACenc/src/block_switch.cpp [] []
/src/aac/libAACdec/src/usacdec_lpd.cpp ['aacDecoder_DecodeFrame'] ['aacDecoder_DecodeFrame']
/src/aac/libPCMutils/src/pcmdmx_lib.cpp ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame'] ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
/src/aac/libMpegTPDec/src/tpdec_adif.cpp ['aacDecoder_DecodeFrame'] []
/src/aac/libAACenc/src/spreading.cpp [] []
/src/aac/libFDK/include/x86/abs_x86.h ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame'] ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
/src/aac/libSYS/src/genericStds.cpp ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame'] ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
/src/aac/libAACdec/src/conceal.cpp ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame'] ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
/src/aac/libAACdec/src/aacdec_hcr_bit.cpp ['aacDecoder_DecodeFrame'] ['aacDecoder_DecodeFrame']
/src/aac/libSACenc/src/sacenc_vectorfunctions.cpp [] []
/src/aac/libFDK/src/fixpoint_math.cpp ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame'] ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
/src/aac/libAACenc/src/pnsparam.cpp [] []
/src/aac/libAACdec/src/aacdecoder.cpp ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame'] ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
/src/aac/libAACdec/src/channel.cpp ['aacDecoder_DecodeFrame'] ['aacDecoder_DecodeFrame']
/src/aac/libAACenc/src/quantize.cpp [] []
/src/aac/libSBRenc/src/sbrenc_ram.cpp [] []
/src/aac/libAACenc/src/transform.cpp [] []
/src/aac/libFDK/include/fixminmax.h ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame'] ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
/src/aac/libFDK/src/fft.cpp ['aacDecoder_DecodeFrame'] ['aacDecoder_DecodeFrame']
/src/aac/libFDK/include/fixpoint_math.h ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame'] ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
/src/aac/libAACenc/src/bandwidth.cpp [] []
/src/aac/libSACdec/src/sac_dec_lib.cpp ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame'] ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
/src/aac/libSBRdec/src/env_calc.cpp ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame'] ['aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
/src/aac/libAACdec/src/aacdec_hcrs.cpp ['aacDecoder_DecodeFrame'] ['aacDecoder_DecodeFrame']
/src/aacDecoder_ConfigRaw.cpp ['aacDecoder_ConfigRaw'] ['aacDecoder_ConfigRaw']
/src/aac/libSBRenc/src/ps_encode.cpp [] []
/src/aac/libFDK/include/fft.h ['aacDecoder_DecodeFrame'] ['aacDecoder_DecodeFrame']
/src/aac/libDRCdec/src/drcGainDec_init.cpp ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame'] ['aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
/src/aac/libAACenc/src/pre_echo_control.cpp [] []
/src/aac/libAACdec/src/aacdec_hcr.cpp ['aacDecoder_DecodeFrame'] ['aacDecoder_DecodeFrame']
/src/aac/libAACenc/src/aacenc_tns.cpp [] []
/src/aac/libDRCdec/src/drcDec_reader.cpp ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame'] ['aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
/src/aac/libSBRenc/src/nf_est.cpp [] []
/src/aac/libFDK/include/FDK_bitstream.h ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame'] ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
/src/aac/libAACdec/src/aacdec_pns.cpp ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame'] ['aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
/src/aac/libSBRenc/src/tran_det.cpp [] []
/src/aac/libMpegTPEnc/src/tpenc_adts.cpp [] []
/src/aac/libSBRenc/src/invf_est.cpp [] []
/src/aac/libAACenc/src/mps_main.cpp [] []
/src/aac/libSBRenc/src/ps_main.cpp [] []
/src/aac/libAACenc/src/line_pe.cpp [] []
/src/aac/libSACenc/src/sacenc_paramextract.h [] []
/src/aac/libFDK/src/FDK_qmf_domain.cpp ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame'] ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
/src/aac/libSACdec/src/sac_smoothing.cpp ['aacDecoder_DecodeFrame'] ['aacDecoder_DecodeFrame']
/src/aac/libAACenc/src/ms_stereo.cpp [] []
/src/aac/libPCMutils/src/pcm_utils.cpp ['aacDecoder_DecodeFrame'] ['aacDecoder_DecodeFrame']
/src/aac/libFDK/src/FDK_bitbuffer.cpp ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame'] ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
/src/aac/libAACenc/src/qc_main.cpp [] []
/src/aac/libMpegTPDec/src/tpdec_asc.cpp ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame'] ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
/src/aac/libAACenc/src/intensity.cpp [] []
/src/aac/libSBRdec/src/sbrdec_freq_sca.cpp ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame'] ['aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
/src/aac/libSBRenc/src/mh_det.cpp [] []
/src/aac/libAACenc/src/bit_cnt.h [] []
/src/aac/libMpegTPDec/src/tpdec_drm.cpp ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame'] ['aacDecoder_Open']
/src/aac/libMpegTPEnc/src/tpenc_lib.cpp [] []
/src/aac/libAACenc/src/bit_cnt.cpp [] []
/src/aac/libAACenc/src/aacenc_lib.cpp [] []
/src/aac/libAACdec/src/aacdecoder_lib.cpp ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame'] ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
/src/aac/libSACenc/src/sacenc_paramextract.cpp [] []
/src/aac/libMpegTPEnc/src/tpenc_latm.cpp [] []
/src/aac/libAACdec/src/usacdec_ace_ltp.cpp ['aacDecoder_DecodeFrame'] ['aacDecoder_DecodeFrame']
/src/aac/libAACdec/src/pulsedata.cpp ['aacDecoder_DecodeFrame'] ['aacDecoder_DecodeFrame']
/src/aac/libMpegTPEnc/src/tpenc_adif.cpp [] []
/src/aac/libSBRdec/src/env_dec.cpp ['aacDecoder_DecodeFrame'] ['aacDecoder_DecodeFrame']
/src/aac/libDRCdec/src/FDK_drcDecLib.cpp ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame'] ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
/src/aac/libFDK/src/dct.cpp ['aacDecoder_DecodeFrame'] ['aacDecoder_DecodeFrame']
/src/aacDecoder_Open.cpp ['aacDecoder_Open'] ['aacDecoder_Open']
/src/aac/libFDK/include/x86/clz_x86.h ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame'] ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
/src/aac/libSBRenc/src/resampler.cpp [] []
/src/aac/libFDK/include/clz.h ['aacDecoder_DecodeFrame'] ['aacDecoder_DecodeFrame']
/src/aac/libSACdec/src/sac_bitdec.cpp ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame'] ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
/src/aac/libSACdec/src/sac_stp.cpp ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame'] ['aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
/src/aac/libSBRenc/src/bit_sbr.cpp [] []
/src/aac/libSACdec/src/sac_dec_conceal.cpp ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame'] ['aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
/src/aac/libSACenc/src/sacenc_nlc_enc.cpp [] []
/src/aac/libAACdec/src/usacdec_acelp.h ['aacDecoder_DecodeFrame'] ['aacDecoder_DecodeFrame']
/src/aac/libAACdec/src/rvlcconceal.cpp ['aacDecoder_DecodeFrame'] ['aacDecoder_DecodeFrame']
/src/aac/libAACenc/src/metadata_main.cpp [] []
/src/aac/libSACdec/src/sac_dec.h ['aacDecoder_DecodeFrame'] ['aacDecoder_DecodeFrame']
/src/aac/libFDK/src/FDK_decorrelate.cpp ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame'] ['aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
/src/aacDecoder_DecodeFrame.cpp ['aacDecoder_DecodeFrame'] ['aacDecoder_DecodeFrame']
/src/aac/libSBRenc/src/sbr_encoder.cpp [] []
/src/aac/libFDK/include/common_fix.h ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame'] ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
/src/aac/libAACdec/src/rvlcbit.cpp ['aacDecoder_DecodeFrame'] ['aacDecoder_DecodeFrame']
/src/aac/libSACenc/src/sacenc_delay.cpp [] []
/src/aac/libSBRenc/src/code_env.cpp [] []
/src/aac/libSACenc/src/sacenc_staticgain.cpp [] []
/src/aac/libMpegTPDec/src/tpdec_adts.cpp ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame'] ['aacDecoder_Open']
/src/aac/libSACenc/src/sacenc_dmx_tdom_enh.cpp [] []
/src/aac/libPCMutils/src/limiter.cpp ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame'] ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
/src/aac/libAACenc/src/sf_estim.cpp [] []
/src/aac/libSACdec/src/sac_tsd.cpp ['aacDecoder_DecodeFrame'] ['aacDecoder_DecodeFrame']
/src/aac/libAACenc/src/interface.h [] []
/src/aac/libSBRdec/src/psbitdec.cpp ['aacDecoder_DecodeFrame'] ['aacDecoder_DecodeFrame']
/src/aac/libFDK/src/FDK_tools_rom.cpp ['aacDecoder_DecodeFrame'] ['aacDecoder_DecodeFrame']
/src/aac/libAACdec/src/aac_ram.cpp ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame'] ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
/src/aac/libFDK/include/fixmul.h ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame'] ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
/src/aac/libSACenc/src/sacenc_onsetdetect.cpp [] []
/src/aac/libSBRdec/src/sbrdec_drc.cpp ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame'] ['aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
/src/aac/libFDK/src/FDK_core.cpp [] []
/src/aac/libSACenc/src/sacenc_framewindowing.cpp [] []
/src/aac/libAACenc/src/channel_map.cpp [] []
/src/aac/libSBRenc/src/fram_gen.cpp [] []
/src/aac/libAACdec/src/usacdec_lpc.cpp ['aacDecoder_DecodeFrame'] ['aacDecoder_DecodeFrame']
/src/aac/libFDK/src/FDK_trigFcts.cpp ['aacDecoder_DecodeFrame'] ['aacDecoder_DecodeFrame']
/src/aac/libAACdec/src/aacdec_drc.cpp ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame'] ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
/src/aac/libAACenc/src/tonality.cpp [] []
/src/aac/libArithCoding/src/ac_arith_coder.cpp ['aacDecoder_Open', 'aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame'] ['aacDecoder_ConfigRaw', 'aacDecoder_DecodeFrame']
/src/aac/libAACdec/src/block.h ['aacDecoder_DecodeFrame'] ['aacDecoder_DecodeFrame']
/src/aac/libFDK/include/FDK_trigFcts.h ['aacDecoder_DecodeFrame'] ['aacDecoder_DecodeFrame']
/src/aac/libAACdec/src/rvlc.cpp ['aacDecoder_DecodeFrame'] ['aacDecoder_DecodeFrame']
/src/aac/libFDK/include/qmf_pcm.h ['aacDecoder_DecodeFrame'] ['aacDecoder_DecodeFrame']
/src/aac/libSBRdec/src/huff_dec.cpp ['aacDecoder_DecodeFrame'] ['aacDecoder_DecodeFrame']

Directories in report

Directory
/src/aac/libDRCdec/src/
/src/aac/libSYS/src/
/src/aac/libFDK/include/
/src/aac/libMpegTPEnc/src/
/src/aac/libSBRdec/src/
/src/aac/libAACdec/src/
/src/aac/libPCMutils/src/
/src/aac/libSACenc/src/
/src/aac/libMpegTPDec/include/
/src/aac/libSACdec/src/
/src/aac/libMpegTPEnc/include/
/src/aac/libArithCoding/src/
/src/aac/libAACenc/src/
/src/aac/libMpegTPDec/src/
/src/aac/libSBRenc/src/
/src/aac/libFDK/include/x86/
/src/aac/libFDK/src/
/src/
/src/aac/libSYS/include/