Loading lib_dec/ivas_dirac_dec.c +1 −1 Original line number Diff line number Diff line Loading @@ -5622,7 +5622,7 @@ void ivas_dirac_dec_render_sf( #ifdef IVAS_FLOAT_FIXED for (i = 0; i < st_ivas->hDecoderConfig->nchan_out; i++) { fixedToFloat_arrL(output_buf_fx[i], output_f[i], Q11, L_FRAME48k); fixedToFloat_arrL(output_buf_fx[i], output_f[i], Q11, index_slot * hSpatParamRendCom->num_freq_bands + hSpatParamRendCom->num_freq_bands * hSpatParamRendCom->subframe_nbslots[subframe_idx]); } #endif } Loading Loading
lib_dec/ivas_dirac_dec.c +1 −1 Original line number Diff line number Diff line Loading @@ -5622,7 +5622,7 @@ void ivas_dirac_dec_render_sf( #ifdef IVAS_FLOAT_FIXED for (i = 0; i < st_ivas->hDecoderConfig->nchan_out; i++) { fixedToFloat_arrL(output_buf_fx[i], output_f[i], Q11, L_FRAME48k); fixedToFloat_arrL(output_buf_fx[i], output_f[i], Q11, index_slot * hSpatParamRendCom->num_freq_bands + hSpatParamRendCom->num_freq_bands * hSpatParamRendCom->subframe_nbslots[subframe_idx]); } #endif } Loading