Complexity counting of bitstream-related functions
There are bitstream-related functions that are not currently instrumented (they are within WMC_TOOL_SKIP
), but they should be.
I believe that functions related to the incoming bitstream buffer reading, i.e. conversion from bits to indices, are not subject to complexity computation. On the other hand, all other functions manipulating with the indices should be instrumented. This concerns functions:
- reset_indices_enc()
- reset_indices_dec()
- decoder_selectCodec()
- dec_prm_core()
- decision_matrix_core_dec()
- mdct_switching_dec()
- get_rfFlag()
- get_rf_fec_offset()
- get_rfTargetBits()
- berCheck()
- getPartialCopyInfo()
- get_NextCoderType()
- get_indice_preview(()
- evs_dec_previewFrame()