Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/jni/audio_loopback/audio_utils/
Droundup.c26 unsigned rounded = ((unsigned) 0x80000000) >> lz; in roundup() local
28 if (v > rounded && lz > 0) { in roundup()
29 rounded <<= 1; in roundup()
31 return rounded; in roundup()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/
DPipeShort.java132 int rounded = 0x80000000 >>> lz; in roundup() local
134 if (v > rounded && lz > 0) { in roundup()
135 rounded <<= 1; in roundup()
137 return rounded; in roundup()