Loading lib_com/cnst.h +1 −1 Original line number Diff line number Diff line Loading @@ -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 */ Loading lib_dec/ivas_lfe_dec_fx.c +0 −1 Original line number Diff line number Diff line Loading @@ -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 ); } Loading lib_rend/ivas_rotation_fx.c +2 −3 Original line number Diff line number Diff line Loading @@ -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; Loading @@ -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: Loading Loading @@ -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: Loading lib_rend/lib_rend_fx.c +1 −7 Original line number Diff line number Diff line Loading @@ -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(); Loading @@ -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 */ Loading Loading
lib_com/cnst.h +1 −1 Original line number Diff line number Diff line Loading @@ -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 */ Loading
lib_dec/ivas_lfe_dec_fx.c +0 −1 Original line number Diff line number Diff line Loading @@ -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 ); } Loading
lib_rend/ivas_rotation_fx.c +2 −3 Original line number Diff line number Diff line Loading @@ -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; Loading @@ -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: Loading Loading @@ -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: Loading
lib_rend/lib_rend_fx.c +1 −7 Original line number Diff line number Diff line Loading @@ -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(); Loading @@ -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 */ Loading