Commit 8560d4fa authored by Devansh Kandpal's avatar Devansh Kandpal
Browse files

pulled latest changes from main

parent f58e4a93
Loading
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -120,24 +120,14 @@ typedef struct ivas_reverb_params_t
    /*       Currently this is fixed to 2.                                                  */                                                                            /* Mix [S][L] matrix from feedback loops to outputs.                                    */
    Word16 pLoop_extract_matrix_fx[MAX_NR_OUTPUTS * IVAS_REV_MAX_NR_BRANCHES]; /* Mix [S][L] matrix from feedback loops to outputs.                                    */ /* In Matlab: [S x L] - Currently S=2, later may be more than 2 for speaker playback.   */
    Word16 t60_filter_order;                                                                                                                                              /* Filter order (length of vector)                                                      */
    // float pT60_filter_coeff[MAX_NR_OUTPUTS * IVAS_REV_MAX_NR_BRANCHES * IVAS_REV_MAX_IIR_FILTER_LENGTH];                                                                  /* Filters [][] in feedback loops, controlling T60.                                    */
    Word16 pT60_filter_coeff_fx[MAX_NR_OUTPUTS * IVAS_REV_MAX_NR_BRANCHES * IVAS_REV_MAX_IIR_FILTER_LENGTH];
    /* In Matlab: IIR: [(2 * L) x (<order> + 1)] (odd: b-vector, even: a-vector)            */
    /* In Matlab: FIR: [L       x <order>]                                                  */
    // float *pFc;                                                                                                                                                           /* Center frequencies for FFT filter design                                             */
    // float *pRt60;                                                                                                                                                         /* RT60 values at these frequencies                                                     */
    // float *pDsr;                                                                                                                                                          /* DSR values at these frequencies                                                      */
    Word32 *pFc_fx;   /* Center frequencies for FFT filter design                                             */
    Word32 *pRt60_fx; /* RT60 values at these frequencies                                                     */
    Word16 *pRt60_e;  /* exponents for RT60 values at these frequencies                                                     */
    Word32 *pDsr_fx;  /* DSR values at these frequencies                                                      */
    Word16 *pDsr_e;   /* DSR values at these frequencies                                                      */
    // float *pHrtf_avg_pwr_response_l;                                                                                                                                      /* The HRTF set's average left  ear power response                                      */
    // float *pHrtf_avg_pwr_response_r;                                                                                                                                      /* The HRTF set's average right ear power response                                      */
    // float *pHrtf_inter_aural_coherence;                                                                                                                                   /* The HRTF set's inter-aural coherence for diffuse sound                               */
    // const float *pHrtf_avg_pwr_response_l_const;                                                                                                                          /* The HRTF set's average left  ear power response                                      */
    // const float *pHrtf_avg_pwr_response_r_const;                                                                                                                          /* The HRTF set's average right ear power response                                      */
    // const float *pHrtf_inter_aural_coherence_const;                                                                                                                       /* The HRTF set's inter-aural coherence for diffuse sound                               */
#ifndef FIX_1053_REVERB_RECONFIGURATION
    Word32 *pHrtf_avg_pwr_response_l_fx;    /* The HRTF set's average left  ear power response                                      */
    Word32 *pHrtf_avg_pwr_response_r_fx;    /* The HRTF set's average right ear power response                                      */