Loading lib_util/ivas_rtp_pi_data.c +1 −1 Original line number Diff line number Diff line Loading @@ -1298,7 +1298,7 @@ static ivas_error unpackReverseISMGain( const uint8_t *buffer, uint32_t numDataB r_ism_gain->piDataType = IVAS_PI_R_ISM_GAIN; /* Unpack gain */ idx = ( *buffer ) >> 1; idx = ( *buffer ) >> 2; /* negative gains*/ if ( idx < 25 ) { Loading Loading
lib_util/ivas_rtp_pi_data.c +1 −1 Original line number Diff line number Diff line Loading @@ -1298,7 +1298,7 @@ static ivas_error unpackReverseISMGain( const uint8_t *buffer, uint32_t numDataB r_ism_gain->piDataType = IVAS_PI_R_ISM_GAIN; /* Unpack gain */ idx = ( *buffer ) >> 1; idx = ( *buffer ) >> 2; /* negative gains*/ if ( idx < 25 ) { Loading