Home
last modified time | relevance | path

Searched refs:postLap (Results 1 – 1 of 1) sorted by relevance

/external/tremolo/Tremolo/
Dmdct.c487 int postLap=(!lW && W ? (n1>>2)-(n0>>2) : 0 ); in mdct_unroll_lap() local
566 if(postLap){ in mdct_unroll_lap()
567 n = (end<postLap?end:postLap); in mdct_unroll_lap()
568 off = (start<postLap?start:postLap); in mdct_unroll_lap()