Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -977,7 +977,7 @@ build-codec-linux-instrumented-make: script: - *print-common-info - *update-scripts-repo - bash scripts/prepare_instrumentation.sh -m MEM_ONLY -p BASOP - bash scripts/prepare_instrumentation.sh -m MEM_ONLY - make -j -C $INSTR_DIR build-codec-linux-debugging-make: Loading Loading @@ -1730,7 +1730,7 @@ voip-be-on-merge-request: stage: test variables: ret_val: 0 GET_WMOPS_ARGS: "mem_only basop" GET_WMOPS_ARGS: "mem_only" timeout: 3 hours 30 minutes before_script: - *print-common-info Loading lib_dec/FEC_HQ_phase_ecu_fx.c +5 −5 Original line number Diff line number Diff line Loading @@ -4598,7 +4598,7 @@ static void ivas_fec_noise_filling_fx( q2 = round_fx( L_sub( 2147483647, L_tmp ) ); /*Q15 */ q1 = round_fx( L_tmp ); /*Q15 */ L_tmp = L_mult( ( *pt1 ), q1 ); /*Qsynth+16 */ L_tmp = L_mac( L_tmp, shr( *pt6++, Q_old_out ), q2 ); /*Qsynth+16 */ L_tmp = L_add( L_tmp, L_shr( Mpy_32_16_1( L_deposit_h( *pt6++ ), q2 ), Q_old_out ) ); /*Qsynth+16 */ ( *pt1++ ) = round_fx( L_tmp ); /*Qsynth */ move16(); } Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -977,7 +977,7 @@ build-codec-linux-instrumented-make: script: - *print-common-info - *update-scripts-repo - bash scripts/prepare_instrumentation.sh -m MEM_ONLY -p BASOP - bash scripts/prepare_instrumentation.sh -m MEM_ONLY - make -j -C $INSTR_DIR build-codec-linux-debugging-make: Loading Loading @@ -1730,7 +1730,7 @@ voip-be-on-merge-request: stage: test variables: ret_val: 0 GET_WMOPS_ARGS: "mem_only basop" GET_WMOPS_ARGS: "mem_only" timeout: 3 hours 30 minutes before_script: - *print-common-info Loading
lib_dec/FEC_HQ_phase_ecu_fx.c +5 −5 Original line number Diff line number Diff line Loading @@ -4598,7 +4598,7 @@ static void ivas_fec_noise_filling_fx( q2 = round_fx( L_sub( 2147483647, L_tmp ) ); /*Q15 */ q1 = round_fx( L_tmp ); /*Q15 */ L_tmp = L_mult( ( *pt1 ), q1 ); /*Qsynth+16 */ L_tmp = L_mac( L_tmp, shr( *pt6++, Q_old_out ), q2 ); /*Qsynth+16 */ L_tmp = L_add( L_tmp, L_shr( Mpy_32_16_1( L_deposit_h( *pt6++ ), q2 ), Q_old_out ) ); /*Qsynth+16 */ ( *pt1++ ) = round_fx( L_tmp ); /*Qsynth */ move16(); } Loading