Loading lib_enc/ivas_core_pre_proc_front_fx.c +10 −2 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
lib_enc/ivas_core_pre_proc_front_fx.c +10 −2 Original line number Diff line number Diff line Loading @@ -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 Loading