Loading lib_dec/ivas_dec_fx.c +1 −0 Original line number Diff line number Diff line Loading @@ -1264,6 +1264,7 @@ static ivas_error ivas_dec_tc_audio_allocate_fx( #ifdef FIX_2396_CONSTANT_STRIDE_IN_TC_BUFFER hTcBuffer->tc_stride = n_samp_full; move16(); #endif nsamp_to_allocate = imult1616( s_max( hTcBuffer->nchan_transport_rend, hTcBuffer->nchan_buffer_full ), n_samp_full ); Loading Loading
lib_dec/ivas_dec_fx.c +1 −0 Original line number Diff line number Diff line Loading @@ -1264,6 +1264,7 @@ static ivas_error ivas_dec_tc_audio_allocate_fx( #ifdef FIX_2396_CONSTANT_STRIDE_IN_TC_BUFFER hTcBuffer->tc_stride = n_samp_full; move16(); #endif nsamp_to_allocate = imult1616( s_max( hTcBuffer->nchan_transport_rend, hTcBuffer->nchan_buffer_full ), n_samp_full ); Loading