sbc_encode.c | 380 static int cache_pos = 0; local in function:get_bits 384 while (cache_pos < numbits) { 389 cache_pos += 8; 393 if (cache_pos >= 8) { 394 cache_pos -= 8; 395 tmp_cache = cache >> cache_pos; 399 if (cache_pos) { 404 cache_pos = 0; 406 cache_pos -= numbits; 407 tmp_cache = cache & __BITS((uintmax_t)(numbits + cache_pos), 420 static int cache_pos = 0; local in function:move_bits 453 static int cache_pos = 0; local in function:move_bits_crc [all...] |