Searched refs:slop (Results 1 - 1 of 1) sorted by relevance

/system/media/opensles/tools/permute/
H A Dpermute.c92 // slop is how much wiggle room we have to play with
93 unsigned slop = frameLength - s->mMinSegmentLengthFrames*2; local
94 assert(slop > 0);
95 // choose a random cut point within the slop region
97 unsigned cut = r % slop;
101 unsigned rightLength = s->mMinSegmentLengthFrames + (slop - cut);

Completed in 3 milliseconds