Home | History | Annotate | Download | only in src

Lines Matching refs:states

314   FDKmemclear(DownSampler->downFilter.states, sizeof(DownSampler->downFilter.states));
374 FIXP_BQS (*states)[2] = downFilter->states;
393 state1 = states[0][s1];
394 state2 = states[0][s2];
401 /* Load merged states (from next section) */
402 state1b = states[i+1][s1];
403 state2b = states[i+1][s2];
409 states[i+1][s2] = y<<1;
411 states[i][s2] = input<<1;
416 /* Transfer merged states */
436 /* Load states */
437 state1 = states[i][s1];
438 state2 = states[i][s2];
448 states[i][s2] = (FIXP_BQS)(LONG)((state0 + (FIXP_DBL)(1<<(DFRACT_BITS-FRACT_BITS-2))) >> (DFRACT_BITS-FRACT_BITS-1));
450 states[i][s2] = state0<<1;