Ignore:
Timestamp:
12/29/06 15:21:35 (17 years ago)
Author:
r2d
Message:
  • moved libmpcdec includes in /mpc
  • removed mppdec.h and mpp.h
  • mpcenc defines cleanup
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/branches/r2d/libmpcpsy/ans.c

    r194 r195  
    6262
    6363// calculates optimal reflection coefficients and time response of a prediction filter in LPC analysis
    64 static __inline void
     64static mpc_inline void
    6565durbin_akf_to_kh1( float*        k,     // out: reflection coefficients
    6666                   float*        h,     // out: time response
     
    7070}
    7171
    72 static __inline void
     72static mpc_inline void
    7373durbin_akf_to_kh2( float*        k,     // out: reflection coefficients
    7474                   float*        h,     // out: time response
     
    8383}
    8484
    85 static __inline void
     85static mpc_inline void
    8686durbin_akf_to_kh3( float*        k,     // out: reflection coefficients
    8787                   float*        h,     // out: time response
     
    104104
    105105
    106 static __inline void
     106static mpc_inline void
    107107durbin_akf_to_kh ( float*        k,     // out: reflection coefficients
    108108                   float*        h,     // out: time response
Note: See TracChangeset for help on using the changeset viewer.