Commit 6892a6fc authored by multrus's avatar multrus
Browse files

Merge branch 'main' into high-complexity-param-mc-prm-est

parents e3227e69 83317d95
Loading
Loading
Loading
Loading
Loading
+10 −2
Original line number Diff line number Diff line
@@ -242,8 +242,16 @@ ivas_error pre_proc_front_ivas_fx(
    move16();

#ifdef DEBUG_MODE_INFO
    IF( hSCE != NULL )
    {
        in_buff_temp = hSCE->hCoreCoder[n]->input32_fx;
        in_q_temp = hSCE->hCoreCoder[n]->q_inp32;
    }
    ELSE
    {
        in_buff_temp = hCPE->hCoreCoder[n]->input32_fx;
        in_q_temp = hCPE->hCoreCoder[n]->q_inp32;
    }
#endif