Ignore:
Timestamp:
Apr 20, 2009 2:19:11 PM (15 years ago)
Author:
bennylp
Message:

More ticket #774: added option to shift PCM input to encoder right by some value (default is 1) to make it compatible with some other app

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/third_party/g7221/common/defs.h

    r2563 r2620  
    141141                 Word16 frame_error_flag); 
    142142 
    143 Word16  samples_to_rmlt_coefs(Word16 *new_samples,Word16 *history,Word16 *coefs,Word16 dct_length); 
     143Word16  samples_to_rmlt_coefs(const Word16 *new_samples,Word16 *history,Word16 *coefs,Word16 dct_length); 
    144144void rmlt_coefs_to_samples(Word16 *coefs,      
    145145                           Word16 *old_samples,            
Note: See TracChangeset for help on using the changeset viewer.