Commit 111e1f19 authored by Fabian Bauer's avatar Fabian Bauer
Browse files

ommit calculation of proto_frame_dec_f_q in intermidiate_ext_dirac_render() for testing purposes

parent 044a26d8
Loading
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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;
@@ -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 )
        {