Loading lib_enc/ivas_core_pre_proc_front.c +1 −1 Original line number Diff line number Diff line Loading @@ -566,7 +566,7 @@ ivas_error pre_proc_front_ivas( #ifdef FIX_443_FD_CNG_INIT int16_t total_brate; total_brate = ( element_mode == IVAS_SCE ) ? st->total_brate : st->bits_frame_nominal * FRAMES_PER_SEC; total_brate = ( element_mode == IVAS_SCE ) ? st->total_brate : (int16_t) ( st->bits_frame_nominal * FRAMES_PER_SEC ); configureFdCngEnc( st->hFdCngEnc, max( st->input_bwidth, WB ), total_brate ); #else configureFdCngEnc( st->hFdCngEnc, max( st->input_bwidth, WB ), st->bits_frame_nominal * FRAMES_PER_SEC ); Loading Loading
lib_enc/ivas_core_pre_proc_front.c +1 −1 Original line number Diff line number Diff line Loading @@ -566,7 +566,7 @@ ivas_error pre_proc_front_ivas( #ifdef FIX_443_FD_CNG_INIT int16_t total_brate; total_brate = ( element_mode == IVAS_SCE ) ? st->total_brate : st->bits_frame_nominal * FRAMES_PER_SEC; total_brate = ( element_mode == IVAS_SCE ) ? st->total_brate : (int16_t) ( st->bits_frame_nominal * FRAMES_PER_SEC ); configureFdCngEnc( st->hFdCngEnc, max( st->input_bwidth, WB ), total_brate ); #else configureFdCngEnc( st->hFdCngEnc, max( st->input_bwidth, WB ), st->bits_frame_nominal * FRAMES_PER_SEC ); Loading