Home | History | Annotate | Download | only in src

Lines Matching refs:state

114     state = pointer to structure of type D_plsf_reset
117 fields of the structure pointed to by state is initialized to zero
131 Resets state memory
146 int D_plsf_reset (D_plsfState *state)
150 if (state == (D_plsfState *) NULL){
156 state->past_r_q[i] = 0; // Past quantized prediction error
160 Copy(mean_lsf, &state->past_lsf_q[0], M);
182 [State any special notes, constraints or cautions for users of this function]
187 Word16 D_plsf_reset(D_plsfState *state)
191 if (state == (D_plsfState *) NULL)
199 state->past_r_q[i] = 0; /* Past quantized prediction error */
203 Copy(mean_lsf_5, &state->past_lsf_q[0], M);