Commit 9d265649 authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

Build fix with EVS_FLOAT_ENC disabled, MSVS warning fix

parent 3bb7efc0
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2853,7 +2853,7 @@ void stereo_dft_generate_res_pred_fx(
                dmx_nrg = L_add( dmx_nrg, Madd_32_32( Mpy_32_32( pDFT_DMX[2 * i], pDFT_DMX[2 * i] ), pDFT_DMX[add( shl( i, 1 ), 1 )], pDFT_DMX[add( shl( i, 1 ), 1 )] ) );
            }

            hStereoDft->hb_nrg_fx[0] = dmx_nrg, L_shr( hStereoDft->NFFT, 1 );
            hStereoDft->hb_nrg_fx[0] = L_add( hStereoDft->hb_nrg_fx[0], div_l( dmx_nrg, shr( hStereoDft->NFFT, 2 ) ) );
            move32();
            *stop = bin0;
            move16();
+3 −3
Original line number Diff line number Diff line
@@ -92,7 +92,7 @@ typedef struct bitstream_enc_data_structure
    void *st_ivas;                 /* IVAS encoder structure */

    // Word16 nb_bits_tot_fx; /* total number of bits already written */
    // Indice *ind_list_fx;   /* list of indices */
    Indice *ind_list_fx; /* list of indices */
    Word16 next_ind_fx;  /* pointer to the next empty slot in the list of indices */
    Word16 last_ind_fx;  /* last written indice */