Commit cce7647a authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

EVS encoder BE fix

parent 9d265649
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -550,7 +550,7 @@ ivas_error create_evs_sce_enc(
    {
        return error;
    }
    st_fx->hBstr->ind_list_fx = ind_list;
    st_fx->hBstr->ind_list = ind_list;
    // st_fx->hBstr->ind_list_fx = st->hBstr->ind_list;
    reset_indices_enc_fx( st_fx->hBstr );
    hSCE->hCoreCoder[0] = st_fx;
+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 */