Searched refs:postLap (Results 1 – 1 of 1) sorted by relevance
487 int postLap=(!lW && W ? (n1>>2)-(n0>>2) : 0 ); in mdct_unroll_lap() local566 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()