Commit 3c8b8d1a authored by Devansh Kandpal's avatar Devansh Kandpal
Browse files

changed int16/int32 to word16/word32

parent 7082a49f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1261,7 +1261,7 @@ static void set_reverb_acoustic_data_fx(
    const Word16 nr_fc_input,
    const Word16 nr_fc_fft_filter )
{
    int16_t bin_idx;
    Word16 bin_idx;
    Word32 ln_1e6_inverted_fx, delay_diff_fx, L_tmp;
    Word16 exp_argument_fx, tmp, tmp_flag, exp_argument_e;
    Word16 pow_exp;
@@ -1410,7 +1410,7 @@ ivas_error ivas_reverb_open_fx(
    REVERB_HANDLE *hReverb,                        /* i/o: Reverberator handle               */
    const HRTFS_STATISTICS_HANDLE hHrtfStatistics, /* i  : HRTF statistics handle            */
    RENDER_CONFIG_HANDLE hRenderConfig,            /* i  : Renderer configuration handle     */
    const int32_t output_Fs )
    const Word32 output_Fs )
{
    ivas_error error;
    REVERB_HANDLE pState = NULL;