Commit 0ccced81 authored by sagnowski's avatar sagnowski
Browse files

Fix formatting

parent 038bbadb
Loading
Loading
Loading
Loading
+13 −12
Original line number Diff line number Diff line
@@ -1431,7 +1431,8 @@ static ivas_error isar_generate_metadata_and_bitstream(
                                                                splitRendBits,
                                                                p_Cldfb_RealBuffer_Binaural,
                                                                p_Cldfb_ImagBuffer_Binaural,
                                                         max_band, p_head_pose_buf, 1, cldfb_in_flag, pcm_out_flag, ro_md_flag, Q_buff, &Q_out[0] ) ), IVAS_ERR_OK ) )
                                                                max_band, p_head_pose_buf, 1, cldfb_in_flag, pcm_out_flag, ro_md_flag, Q_buff, &Q_out[0] ) ),
               IVAS_ERR_OK ) )
    {
        return error;
    }
+6 −5
Original line number Diff line number Diff line
@@ -9048,7 +9048,8 @@ static ivas_error getSamplesInternal(
                                                                    hIvasRend->hRendererConfig->split_rend_config.codec_frame_size_ms,
                                                                    &bits,
                                                                    p_Cldfb_RealBuffer_Binaural, p_Cldfb_ImagBuffer_Binaural,
                                                             extract_l( Mpy_32_32( hIvasRend->sampleRateOut, 2684355 /*(BINAURAL_MAXBANDS / 48000) in Q31*/ ) ), tmpBinaural, 1, cldfb_in_flag, extract_l( EQ_32( hIvasRend->outputConfig, IVAS_AUDIO_CONFIG_BINAURAL_SPLIT_PCM ) ), ro_md_flag, Q_buff, &Q_out[0] ) ), IVAS_ERR_OK ) )
                                                                    extract_l( Mpy_32_32( hIvasRend->sampleRateOut, 2684355 /*(BINAURAL_MAXBANDS / 48000) in Q31*/ ) ), tmpBinaural, 1, cldfb_in_flag, extract_l( EQ_32( hIvasRend->outputConfig, IVAS_AUDIO_CONFIG_BINAURAL_SPLIT_PCM ) ), ro_md_flag, Q_buff, &Q_out[0] ) ),
                   IVAS_ERR_OK ) )
#else
        IF( ( error = ISAR_PRE_REND_MultiBinToSplitBinaural( hIvasRend->splitRendWrapper, hIvasRend->headRotData.headPositions[0], hIvasRend->hRendererConfig->split_rend_config.splitRendBitRate, hIvasRend->hRendererConfig->split_rend_config.codec,
                                                             hIvasRend->hRendererConfig->split_rend_config.isar_frame_size_ms,