Commit e0318679 authored by vaclav's avatar vaclav
Browse files

issue 1181: correct complexity counting of bitstream-related functions;...

issue 1181: correct complexity counting of bitstream-related functions; changes are in positions of WMC_TOOL_SKI
parent 782844df
Loading
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -1428,7 +1428,6 @@ uint16_t get_indice_1(
    return st->bit_stream[pos];
}

#define WMC_TOOL_SKIP

/*-------------------------------------------------------------------*
 * reset_indices_enc()
@@ -1468,6 +1467,8 @@ void reset_indices_dec(
    return;
}

#define WMC_TOOL_SKIP

/*-------------------------------------------------------------------*
 * write_indices_to_stream()
 *
@@ -1838,6 +1839,9 @@ void convertBytestreamToSerial(
    }
}


#undef WMC_TOOL_SKIP

/*-------------------------------------------------------------------*
 * decoder_selectCodec()
 *
@@ -2788,6 +2792,7 @@ ivas_error preview_indices(
}
#endif

#define WMC_TOOL_SKIP

/*-------------------------------------------------------------------*
 * read_indices()
@@ -3050,6 +3055,8 @@ ivas_error read_indices(
    return error;
}

#undef WMC_TOOL_SKIP

/*-------------------------------------------------------------------*
 * get_rfFrameType()
 *
@@ -3467,5 +3474,3 @@ void dtx_read_padding_bits(

    return;
}

#undef WMC_TOOL_SKIP