Go to the source code of this file.
◆ hp100_()
Definition at line 113 of file hp100.c.
  115{
  116    
  117
  118
  119
  120
  121 
  126 
  127    
  129 
  130    
  133 
  134
  135
  136
  137    
  138    if (speech) {
  139    --speech;
  140    }
  141 
  142    
  143 
  148 
  150    for (i__ = *start; i__ <= i__1; ++i__) {
  151    si = speech[i__];
  152    err = si + z11 * 1.859076f - z21 * .8648249f;
  153    si = err - z11 * 2.f + z21;
  154    z21 = z11;
  155    z11 = err;
  156    err = si + z12 * 1.935715f - z22 * .9417004f;
  157    si = err - z12 * 2.f + z22;
  158    z22 = z12;
  159    z12 = err;
  160    speech[i__] = si * .902428f;
  161    }
  162 
  167 
  168    return 0;
  169} 
References end, lpc10_encoder_state::z11, lpc10_encoder_state::z12, lpc10_encoder_state::z21, and lpc10_encoder_state::z22.
Referenced by prepro_().
 
 
◆ inithp100_()