Commit b9d295d1 authored by Tapani Pihlajakuja's avatar Tapani Pihlajakuja
Browse files

Removes leftover refactor todo comments

parent 0af4db22
Loading
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -116,7 +116,6 @@ static void matrixMul( float Are[BINAURAL_CHANNELS][BINAURAL_CHANNELS], float Ai
static void matrixTransp2Mul( float Are[BINAURAL_CHANNELS][BINAURAL_CHANNELS], float Aim[BINAURAL_CHANNELS][BINAURAL_CHANNELS], float Bre[BINAURAL_CHANNELS][BINAURAL_CHANNELS], float Bim[BINAURAL_CHANNELS][BINAURAL_CHANNELS], float outRe[BINAURAL_CHANNELS][BINAURAL_CHANNELS], float outIm[BINAURAL_CHANNELS][BINAURAL_CHANNELS] );


// Todo Tapani refactor: Create separate init & render functions for MASA external renderer. The decoder versions would become too complex if generalized.

/*-------------------------------------------------------------------------
 * ivas_dirac_dec_init_binaural_data()
@@ -124,7 +123,6 @@ static void matrixTransp2Mul( float Are[BINAURAL_CHANNELS][BINAURAL_CHANNELS], f
 * Initialize parametric binaural renderer
 *------------------------------------------------------------------------*/

// Todo Tapani refactor: To be moved to lib_dec
ivas_error ivas_dirac_dec_init_binaural_data(
    Decoder_Struct *st_ivas,            /* i/o: IVAS decoder structure                  */
    HRTFS_PARAMBIN_HANDLE hHrtfParambin /* i  : HRTF structure for rendering            */
@@ -377,7 +375,6 @@ ivas_error ivas_dirac_dec_binaural_copy_hrtfs(
 *
 *------------------------------------------------------------------------*/

// Todo Tapani refactor: To be moved to lib_dec
void ivas_dirac_dec_binaural_render(
    Decoder_Struct *st_ivas,       /* i/o: IVAS decoder handle                      */
    const uint16_t nSamplesAsked,  /* i  : number of CLDFB slots requested          */
@@ -447,7 +444,6 @@ void ivas_dirac_dec_binaural_render(
 * loudness correction for parametric binaural renderer
 *------------------------------------------------------------------------*/

// Todo Tapani refactor: To be moved to lib_dec
void ivas_dirac_dec_binaural_sba_gain(
    float output[][L_FRAME48k],   /* i/o: synthesized core-coder transport channels/DirAC output    */
    const int16_t nchan_remapped, /* i  : num channels after remapping of TCs                       */
@@ -482,7 +478,6 @@ void ivas_dirac_dec_binaural_sba_gain(
 * Parametric binaural renderer main function
 *------------------------------------------------------------------------*/

// Todo Tapani refactor: To be moved to lib_dec
void ivas_dirac_dec_binaural(
    Decoder_Struct *st_ivas,                              /* i/o: IVAS decoder structure                                  */
    COMBINED_ORIENTATION_HANDLE hCombinedOrientationData, /* i  : combined orientation handle                             */
@@ -568,7 +563,6 @@ void ivas_dirac_dec_binaural(
 * Local functions
 *------------------------------------------------------------------------*/

// Todo refactor: To be moved to lib_dec
static void ivas_dirac_dec_binaural_internal(
    Decoder_Struct *st_ivas,
    COMBINED_ORIENTATION_HANDLE hCombinedOrientationData,