Home
last modified time | relevance | path

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

/external/tremolo/Tremolo/
Dmdct.c485 int preLap=(lW && !W ? (n1>>2)-(n0>>2) : 0 ); in mdct_unroll_lap() local
491 if(preLap){ in mdct_unroll_lap()
492 n = (end<preLap?end:preLap); in mdct_unroll_lap()
493 off = (start<preLap?start:preLap); in mdct_unroll_lap()