Commit 3a7ba51c authored by vaclav's avatar vaclav
Browse files

remove outdated todo comments

parent 9a529ee2
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1554,7 +1554,7 @@ void ivas_dirac_dec_render(
    uint16_t slot_size, n_samples_sf, ch, nchan_intern;
    SPAT_PARAM_REND_COMMON_DATA_HANDLE hSpatParamRendCom;
    float *output_f_local[MAX_OUTPUT_CHANNELS];
    float output_f_local_buff[MAX_OUTPUT_CHANNELS][L_FRAME48k]; // VE2SB: TBV
    float output_f_local_buff[MAX_OUTPUT_CHANNELS][L_FRAME48k];

    hSpatParamRendCom = st_ivas->hSpatParamRendCom;

+1 −1
Original line number Diff line number Diff line
@@ -134,7 +134,7 @@ ivas_error ivas_osba_dirac_td_binaural_jbm(
{
    int16_t n;
    ivas_error error;
    float output_separated_objects[BINAURAL_CHANNELS][L_FRAME48k]; // VE2SB: TBV
    float output_separated_objects[BINAURAL_CHANNELS][L_FRAME48k];
    float *p_sepobj[BINAURAL_CHANNELS];
    int16_t channel_offset;
    int16_t slot_idx_start;
+1 −1
Original line number Diff line number Diff line
@@ -358,7 +358,7 @@ void ivas_ism2sba_sf(
{
    int16_t i, j, k;
    float g1, *g2, *tc, *out, gain, prev_gain;
    float buffer_tmp[HOA3_CHANNELS][L_FRAME48k]; // VE2SB: TBV
    float buffer_tmp[HOA3_CHANNELS][L_FRAME48k];
    int16_t sba_num_chans;

    assert( ( sba_order <= 3 ) && "Only order up to 3 is supported!" );
+10 −10
Original line number Diff line number Diff line
@@ -945,7 +945,7 @@ typedef struct ivas_masa_ism_data_structure
typedef struct decoder_tc_buffer_structure
{
    float *tc_buffer;                                 /* the buffer itself                                                        */
    float *tc[MAX_OUTPUT_CHANNELS + MAX_NUM_OBJECTS]; /* pointers into the buffer to the beginning of each tc                     */ // VE2SB: TBV
    float *tc[MAX_OUTPUT_CHANNELS + MAX_NUM_OBJECTS]; /* pointers into the buffer to the beginning of each tc                     */
    TC_BUFFER_MODE tc_buffer_mode;                    /* mode of the buffer (no buffering, render buffering, out buffering)       */
    int16_t nchan_transport_jbm;                      /* number of TCs after TC decoding                                          */
    int16_t nchan_transport_internal;                 /* total number of TC buffer channels, can include e.g. TD decorr data      */