Commit 9bb96b7a authored by Fabian Bauer's avatar Fabian Bauer
Browse files

clang patch

parent 9e604f15
Loading
Loading
Loading
Loading
Loading
+45 −46
Original line number Diff line number Diff line
@@ -63,7 +63,8 @@ ivas_error ISAR_PRE_REND_open(
    const IVAS_RENDER_NUM_SUBFR render_num_subframes, /* i  : rendering number of subframes                   */
    const Word16 mixed_td_cldfb_flag                  /* i  : Flag to indicate combined TD and CLDFB input    */
#ifdef FIX_2436_RENDERER_CLDFBSTATES_EACH_ISM_INPUT
  , const int createMultiStates
    ,
    const int createMultiStates
#endif
)
{
@@ -123,11 +124,9 @@ ivas_error ISAR_PRE_REND_open(

        num_ch = hSplitRendWrapper->multiBinPoseData.num_poses * BINAURAL_CHANNELS;

        FOR( ch = 0; ch < num_ch; ch++ )
        {
        FOR( ch = 0; ch < num_ch; ch++ ){
            IF( ( error = openCldfb_ivas_fx( &( hSplitRendWrapper->hCldfbHandles->cldfbAna[ch] ),
                                             CLDFB_ANALYSIS, OutSampleRate, CLDFB_PROTOTYPE_5_00MS, DEC ) ) != IVAS_ERR_OK )
            {
                                             CLDFB_ANALYSIS, OutSampleRate, CLDFB_PROTOTYPE_5_00MS, DEC ) ) != IVAS_ERR_OK ){
                return error;
    }
#ifdef FIX_2436_RENDERER_CLDFBSTATES_EACH_ISM_INPUT
+61 −63
Original line number Diff line number Diff line
@@ -4388,10 +4388,8 @@ static ivas_error isar_pre_rend_init(
    }

    /* these functions should only be called once during initial allocation */
    IF( pSplitRendEncBuffer->data_fx == NULL )
    {
        IF( EQ_32( pSplit_rend_config->poseCorrectionMode, ISAR_SPLIT_REND_POSE_CORRECTION_MODE_CLDFB ) )
        {
    IF( pSplitRendEncBuffer->data_fx == NULL ){
        IF( EQ_32( pSplit_rend_config->poseCorrectionMode, ISAR_SPLIT_REND_POSE_CORRECTION_MODE_CLDFB ) ){
            ISAR_PRE_REND_GetMultiBinPoseData( pSplit_rend_config, &pSplitRendWrapper->multiBinPoseData, headRotData.sr_pose_pred_axis );
}
ELSE IF( EQ_32( pSplit_rend_config->poseCorrectionMode, ISAR_SPLIT_REND_POSE_CORRECTION_MODE_NONE ) )
+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.