Loading lib_dec/ivas_cpe_dec.c +3 −0 Original line number Diff line number Diff line Loading @@ -688,6 +688,9 @@ ivas_error create_cpe_dec( st->total_brate = hCPE->element_brate / ( CPE_CHANNELS ); /* dummy initialization for getting right pointers initialization of input buffers in init_coder_ace_plus() */ st->mct_chan_mode = MCT_CHAN_MODE_REGULAR; #ifdef ISM_25k6_HZ_CORE st->is_ism_format = 0; #endif if ( ( error = init_decoder( st, n, st_ivas->mc_mode ) ) != IVAS_ERR_OK ) { Loading Loading
lib_dec/ivas_cpe_dec.c +3 −0 Original line number Diff line number Diff line Loading @@ -688,6 +688,9 @@ ivas_error create_cpe_dec( st->total_brate = hCPE->element_brate / ( CPE_CHANNELS ); /* dummy initialization for getting right pointers initialization of input buffers in init_coder_ace_plus() */ st->mct_chan_mode = MCT_CHAN_MODE_REGULAR; #ifdef ISM_25k6_HZ_CORE st->is_ism_format = 0; #endif if ( ( error = init_decoder( st, n, st_ivas->mc_mode ) ) != IVAS_ERR_OK ) { Loading