Loading lib_dec/ivas_init_dec.c +3 −1 Original line number Diff line number Diff line Loading @@ -1575,7 +1575,9 @@ void ivas_initialize_handles_dec( st_ivas->hCPE[i] = NULL; } #ifndef FIX_I98_HANDLES_TO_NULL #ifdef FIX_I98_HANDLES_TO_NULL st_ivas->bit_stream = NULL; #else st_ivas->nSCE = 0; st_ivas->nCPE = 0; #endif Loading lib_enc/ivas_init_enc.c +2 −0 Original line number Diff line number Diff line Loading @@ -260,6 +260,8 @@ void ivas_initialize_handles_enc( st_ivas->hCPE[i] = NULL; } st_ivas->mem_hp20_in = NULL; /* ISm metadata handles */ for ( i = 0; i < MAX_NUM_OBJECTS; i++ ) { Loading lib_enc/lib_enc.c +0 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,6 @@ struct IVAS_ENC Indice ind_list[MAX_NUM_DATA][MAX_NUM_INDICES]; /* list of indices */ Indice ind_list_metadata[MAX_NUM_METADATA][MAX_BITS_METADATA]; /* list of indices for metadata */ ENC_CORE_HANDLE hCoreCoder; /* Some of these can be moved to Encoder_Struct, but for now leave them here to keep merging simpler */ bool isConfigured; #ifdef DEBUGGING bool cmd_stereo; Loading Loading
lib_dec/ivas_init_dec.c +3 −1 Original line number Diff line number Diff line Loading @@ -1575,7 +1575,9 @@ void ivas_initialize_handles_dec( st_ivas->hCPE[i] = NULL; } #ifndef FIX_I98_HANDLES_TO_NULL #ifdef FIX_I98_HANDLES_TO_NULL st_ivas->bit_stream = NULL; #else st_ivas->nSCE = 0; st_ivas->nCPE = 0; #endif Loading
lib_enc/ivas_init_enc.c +2 −0 Original line number Diff line number Diff line Loading @@ -260,6 +260,8 @@ void ivas_initialize_handles_enc( st_ivas->hCPE[i] = NULL; } st_ivas->mem_hp20_in = NULL; /* ISm metadata handles */ for ( i = 0; i < MAX_NUM_OBJECTS; i++ ) { Loading
lib_enc/lib_enc.c +0 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,6 @@ struct IVAS_ENC Indice ind_list[MAX_NUM_DATA][MAX_NUM_INDICES]; /* list of indices */ Indice ind_list_metadata[MAX_NUM_METADATA][MAX_BITS_METADATA]; /* list of indices for metadata */ ENC_CORE_HANDLE hCoreCoder; /* Some of these can be moved to Encoder_Struct, but for now leave them here to keep merging simpler */ bool isConfigured; #ifdef DEBUGGING bool cmd_stereo; Loading