Lines Matching full:state
62 /** Internal echo canceller state. Should never be accessed directly. */
66 * This holds the state of the echo canceller. You need one per channel.
69 /** Internal echo canceller state. Should never be accessed directly. */
72 /** Creates a new echo canceller state
75 * @return Newly-created echo canceller state
79 /** Creates a new multi-channel echo canceller state
84 * @return Newly-created echo canceller state
88 /** Destroys an echo canceller state
89 * @param st Echo canceller state
96 * @param st Echo canceller state
108 * @param st Echo canceller state
115 * @param st Echo canceller state
120 /** Reset the echo canceller to its original state
121 * @param st Echo canceller state
127 * @param st Echo canceller state
141 /** Create a state for the channel decorrelation algorithm
151 * @param st Decorrelator state
158 /** Destroy a Decorrelation state
159 * @param st State to destroy