OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:halflap
(Results
1 - 1
of
1
) sorted by null
/external/tremolo/Tremolo/
mdct.c
486
int
halfLap
=(lW && W ? (n1>>2) : (n0>>2) );
513
n = (end<
halfLap
?end:
halfLap
);
514
off = (start<
halfLap
?start:
halfLap
);
539
n = (end<
halfLap
?end:
halfLap
);
540
off = (start<
halfLap
?start:
halfLap
);
Completed in 41 milliseconds