Commit 23c46267 authored by vasilache's avatar vasilache
Browse files

clang review

parent 35e24afc
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -4273,15 +4273,16 @@ static void read_stream_dct_coeffs_omasa(
{
    int16_t sign;
    int16_t i, j, i_min;

#ifndef NONBE_1231_BASOP_819_THRESHOLD_MASA2TOTAL
    float step;

#endif
    int16_t GR1, GR2;
#ifdef NONBE_1231_BASOP_819_THRESHOLD_MASA2TOTAL
    int64_t step_fx;
    step_fx = STEP_M2T_FX;
#endif
#else
    step = STEP_M2T;
#endif
    sign = 1;
    if ( first_line == 0 )
    {
+1 −0
Original line number Diff line number Diff line
@@ -6032,6 +6032,7 @@ void ivas_omasa_encode_masa_to_total(
    float data[MAX_PARAM_SPATIAL_SUBFRAMES * MASA_FREQUENCY_BANDS];
    float q_dct_data[MAX_PARAM_SPATIAL_SUBFRAMES * MASA_FREQUENCY_BANDS];
    float step = STEP_M2T;

    int16_t q_idx[MAX_PARAM_SPATIAL_SUBFRAMES * MASA_FREQUENCY_BANDS];
    float dct_data_tmp[MAX_PARAM_SPATIAL_SUBFRAMES * MASA_FREQUENCY_BANDS];
    float dct_data[MAX_PARAM_SPATIAL_SUBFRAMES * MASA_FREQUENCY_BANDS];
+1 −1

File changed.

Contains only whitespace changes.