Loading lib_dec/FEC_HQ_phase_ecu.c +4 −0 Original line number Diff line number Diff line Loading @@ -2155,7 +2155,11 @@ static void hq_phase_ecu( } else { #ifdef FIX_1179_USAN_PHASEECU *time_offs = (int16_t) ( *time_offs + output_frame ); /* cast added for USAN, "+=" avoided as it may creat a truncation from int to int16_t */ #else *time_offs += output_frame; #endif if ( *time_offs <= 0 ) { /* detect wrap around of st->time_offs */ Loading Loading
lib_dec/FEC_HQ_phase_ecu.c +4 −0 Original line number Diff line number Diff line Loading @@ -2155,7 +2155,11 @@ static void hq_phase_ecu( } else { #ifdef FIX_1179_USAN_PHASEECU *time_offs = (int16_t) ( *time_offs + output_frame ); /* cast added for USAN, "+=" avoided as it may creat a truncation from int to int16_t */ #else *time_offs += output_frame; #endif if ( *time_offs <= 0 ) { /* detect wrap around of st->time_offs */ Loading