Loading lib_enc/ivas_sce_enc.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading lib_enc/stat_enc.h +3 −3 Original line number Diff line number Diff line Loading @@ -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 */ Loading Loading
lib_enc/ivas_sce_enc.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading
lib_enc/stat_enc.h +3 −3 Original line number Diff line number Diff line Loading @@ -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 */ Loading