~ubuntu-branches/ubuntu/dapper/speex/dapper-security

« back to all changes in this revision

Viewing changes to libspeex/sb_celp.h

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2005-12-07 23:22:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051207232221-nme7vf9m182p7dpe
Tags: 1.1.11.1-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
   int    bufSize;             /**< Buffer size */
54
54
   int    first;               /**< First frame? */
55
55
   float  lag_factor;          /**< Lag-windowing control parameter */
56
 
   float  lpc_floor;           /**< Controls LPC analysis noise floor */
 
56
   spx_word16_t  lpc_floor;           /**< Controls LPC analysis noise floor */
57
57
   spx_word16_t  gamma1;              /**< Perceptual weighting coef 1 */
58
58
   spx_word16_t  gamma2;              /**< Perceptual weighting coef 2 */
59
59
 
66
66
 
67
67
   spx_sig_t *excBuf;              /**< High-band excitation */
68
68
   spx_sig_t *exc;                 /**< High-band excitation (for QMF only)*/
69
 
   spx_sig_t *buf;                 /**< Temporary buffer */
70
69
   spx_sig_t *res;                 /**< Zero-input response (ringing) */
71
70
   spx_sig_t *sw;                  /**< Perceptually weighted signal */
72
71
   spx_sig_t *target;              /**< Weighted target signal (analysis by synthesis) */
136
135
 
137
136
   spx_mem_t *mem_sp;
138
137
   spx_word32_t *pi_gain;
 
138
   spx_int32_t seed;
139
139
 
140
140
   int    encode_submode;
141
141
   const SpeexSubmode * const *submodes;