Commit 88209779 authored by vaclav's avatar vaclav
Browse files

remove "VE2SB" comments

parent e11a7665
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1579,7 +1579,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
@@ -253,7 +253,7 @@ ivas_error ivas_td_binaural_renderer_sf_splitBinaural(
    int16_t original_subframes_rendered;
    int16_t original_slots_rendered;
    float *p_bin_output[BINAURAL_CHANNELS];
    float output_local[MAX_OUTPUT_CHANNELS][L_FRAME48k]; // VE2SB: TBV
    float output_local[MAX_OUTPUT_CHANNELS][L_FRAME48k];

    push_wmops( "ivas_td_binaural_renderer_sf_splitBinaural" );
    pMultiBinPoseData = &st_ivas->hSplitBinRend.splitrend.multiBinPoseData;
+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;

+1 −1
Original line number Diff line number Diff line
@@ -354,7 +354,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
@@ -927,7 +927,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      */