Commit c2412485 authored by TYAGIRIS's avatar TYAGIRIS
Browse files

Merge branch 'dlb_issue_1907' into 'main'

[non-be][split-non-be][allow-regression]fix for issue 1907

See merge request !2098
parents bab7b6b0 fa82cb9b
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@
#define NUM_SAMPLES_320 (320)
#define NUM_SAMPLES_160 (160)
#define L_SUBFRAME_48k         (240)
#define L_SUBFRAME_32k         (180)
#define L_SUBFRAME_32k         (160)
#define L_SUBFRAME_16k         (80)
#define L_SUBFRAME_8k           (40)
#define Q31_BY_NUM_SAMPLES_960 ( 2239294 ) /* 1/959 in Q31 */
+0 −1
Original line number Diff line number Diff line
@@ -409,7 +409,6 @@ void ivas_lfe_dec_fx(

    IF( hLFE->filter_state.order > 0 )
    {
        /* NOTE: this block is not getting hit by any stream present in pytest test suite */
        /* Low Pass Filter */
        ivas_filter_process_fx( &hLFE->filter_state, output_lfe_ch, output_frame, q_out );
    }
+2 −3
Original line number Diff line number Diff line
@@ -678,7 +678,6 @@ void rotateFrame_shd(
    const Word16 subframe_idx                             /* i  : subframe index                            Q0    */
)
{
    // Not yet tested, no test cases entering the function.
    Word16 i, l, n, m, offset;
    Word16 m1, m2;
    Word16 shd_rot_max_order;
@@ -700,7 +699,7 @@ void rotateFrame_shd(
            move32();
            BREAK;
        case L_SUBFRAME_32k:
            tmp = Q31_BY_SUB_FRAME_180;
            tmp = Q31_BY_NUM_SAMPLES_160;
            move32();
            BREAK;
        case L_SUBFRAME_16k:
@@ -837,7 +836,7 @@ void rotateFrame_sd(
            move32();
            BREAK;
        case L_SUBFRAME_32k:
            tmp = Q31_BY_SUB_FRAME_180;
            tmp = Q31_BY_NUM_SAMPLES_160;
            move32();
            BREAK;
        case L_SUBFRAME_16k:
+1 −7
Original line number Diff line number Diff line
@@ -5437,7 +5437,7 @@ static void renderBufferChannelLerp_fx(
                        move32();
                        move32();
                        BREAK;
                    case NUM_SAMPLES_160:
                    case L_SUBFRAME_32k:
                        tmp = Q31_BY_NUM_SAMPLES_160;
                        tmp1 = 159; /* NUM_SAMPLES_160 - 1 */
                        move32();
@@ -5449,12 +5449,6 @@ static void renderBufferChannelLerp_fx(
                        move32();
                        move32();
                        BREAK;
                    case L_SUBFRAME_32k:
                        tmp = Q31_BY_SUB_FRAME_180;
                        tmp1 = 179; /* L_SUBFRAME_32k - 1 */
                        move32();
                        move32();
                        BREAK;
                    case L_SUBFRAME_16k:
                        tmp = Q31_BY_SUB_FRAME_80;
                        tmp1 = 79; /* L_SUBFRAME_16k - 1 */