HomeSort by relevance Sort by last modified time
    Searched full:state2b (Results 1 - 1 of 1) sorted by null

  /external/aac/libSBRenc/src/
resampler.cpp 391 FIXP_BQS state1, state2, state1b, state2b; local
403 state2b = states[i+1][s2];
406 y = state0 - fMult(state1b, coeff[A1]) - fMult(state2b, coeff[A2]);
418 state2 = state2b;

Completed in 6128 milliseconds