Home
last modified time | relevance | path

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

/liblc3-latest/src/
Dspec.c524 int k = 0, shl = 0; in get_quantized() local
530 shl++; in get_quantized()
533 for ( ; s >= 16 && shl < max_shl; shl++) { in get_quantized()
534 u |= lc3_get_bit(bits) << shl; in get_quantized()
535 v |= lc3_get_bit(bits) << shl; in get_quantized()
549 u |= a << shl; in get_quantized()
550 v |= b << shl; in get_quantized()