Home
last modified time | relevance | path

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

/external/tremor/Tremor/
Dmdct.c423 int preLap=(lW && !W ? (n1>>2)-(n0>>2) : 0 ); in mdct_unroll_lap() local
429 if(preLap){ in mdct_unroll_lap()
430 n = (end<preLap?end:preLap); in mdct_unroll_lap()
431 off = (start<preLap?start:preLap); in mdct_unroll_lap()