Commit 6022f72d authored by Fabian Bauer's avatar Fabian Bauer
Browse files

clang patch

parent f7e89c35
Loading
Loading
Loading
Loading
Loading
+67 −66
Original line number Diff line number Diff line
@@ -863,7 +863,8 @@ Word16 find_uv_ivas_fx( /* o : coding typ
#ifdef ISSUE_1867_replace_overflow_libenc
    IF( ( EQ_16( st_fx->last_coder_type_raw, UNVOICED ) ) ||              /* previous frame was unvoiced  */
        ( ( LT_32( ee[0], ee0_th ) ) && ( GT_32( hp_E[0], E_min_th ) ) && /* energy is concentrated in high frequencies provided that some energy is present in HF */
          ( LT_16( add_sat( st_fx->voicing_fx[0], corr_shift ), voi_th ) ) ) ) /* normalized correlation is low */  //??sat
          ( LT_16( add_sat( st_fx->voicing_fx[0], corr_shift ), voi_th ) ) ) )
    /* normalized correlation is low */ //??sat
#else
    IF( ( EQ_16( st_fx->last_coder_type_raw, UNVOICED ) ) ||                                                                 /* previous frame was unvoiced  */
        ( ( LT_32( ee[0], ee0_th ) ) && ( GT_32( hp_E[0], E_min_th ) ) &&                                                    /* energy is concentrated in high frequencies provided that some energy is present in HF */
+24 −24

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+8 −8

File changed.

Contains only whitespace changes.

+33 −33

File changed.

Contains only whitespace changes.

+8 −8

File changed.

Contains only whitespace changes.

+3 −3

File changed.

Contains only whitespace changes.

+69 −69

File changed.

Contains only whitespace changes.

+11 −11

File changed.

Contains only whitespace changes.

+5 −5

File changed.

Contains only whitespace changes.

+3 −3

File changed.

Contains only whitespace changes.

+9 −9

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

Loading