Loading lib_rend/lib_rend_fx.c +4 −2 Original line number Diff line number Diff line Loading @@ -10579,6 +10579,8 @@ static ivas_error ivas_masa_ext_rend_dirac_rend_init( * memory allocation *-----------------------------------------------------------------*/ /*TODO 2230: Should we allocate memory here for proto_frame_dec_f_fx and set proto_frame_dec_f_q? */ IF( EQ_16( hDirACRend->synthesisConf, DIRAC_SYNTHESIS_GAIN_SHD ) ) { hDirACRend->proto_frame_f_fx = NULL; Loading Loading @@ -11230,8 +11232,8 @@ static void intermidiate_ext_dirac_render( move16(); } } hDirACRend->proto_frame_dec_f_q = sub( 31, hDirACRend->proto_frame_dec_f_q ); move16(); //hDirACRend->proto_frame_dec_f_q = sub( 31, hDirACRend->proto_frame_dec_f_q ); //move16(); IF( hDirACRend->h_output_synthesis_psd_state.proto_power_smooth_fx ) { Loading Loading
lib_rend/lib_rend_fx.c +4 −2 Original line number Diff line number Diff line Loading @@ -10579,6 +10579,8 @@ static ivas_error ivas_masa_ext_rend_dirac_rend_init( * memory allocation *-----------------------------------------------------------------*/ /*TODO 2230: Should we allocate memory here for proto_frame_dec_f_fx and set proto_frame_dec_f_q? */ IF( EQ_16( hDirACRend->synthesisConf, DIRAC_SYNTHESIS_GAIN_SHD ) ) { hDirACRend->proto_frame_f_fx = NULL; Loading Loading @@ -11230,8 +11232,8 @@ static void intermidiate_ext_dirac_render( move16(); } } hDirACRend->proto_frame_dec_f_q = sub( 31, hDirACRend->proto_frame_dec_f_q ); move16(); //hDirACRend->proto_frame_dec_f_q = sub( 31, hDirACRend->proto_frame_dec_f_q ); //move16(); IF( hDirACRend->h_output_synthesis_psd_state.proto_power_smooth_fx ) { Loading