Ignore:
Timestamp:
Apr 15, 2009 2:45:41 PM (15 years ago)
Author:
nanang
Message:

Ticket #774:

  • Added build config for GNU autoconf & make.
  • Fixed some G.722.1 codes for linux & mingw32 targets, e.g: types

defs, collision function name 'round'.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/third_party/g7221/encode/sam2coef.c

    r2563 r2601  
    121121        acca = L_mac(acca,*--win_low, *--sam_low); 
    122122        acca = L_mac(acca,*win_high++, *sam_high++); 
    123         temp = round(acca);  
     123        temp = itu_round(acca);  
    124124         
    125125        *dst_ptr++ = temp; 
     
    146146        samp_high = *--sam_high; 
    147147        acca = L_mac(acca, neg_win_low, samp_high); 
    148         temp = round(acca);  
     148        temp = itu_round(acca);  
    149149         
    150150        *dst_ptr++=temp; 
Note: See TracChangeset for help on using the changeset viewer.