Lines Matching defs:bits
419 LC3_HOT static void put_quantized(lc3_bits_t *bits, in put_quantized()
497 LC3_HOT static int get_quantized(lc3_bits_t *bits, in get_quantized()
574 LC3_HOT static void put_residual(lc3_bits_t *bits, in put_residual()
605 LC3_HOT static void get_residual(lc3_bits_t *bits, in get_residual()
637 LC3_HOT static void put_lsb(lc3_bits_t *bits, in put_lsb()
670 LC3_HOT static void get_lsb(lc3_bits_t *bits, in get_lsb()
775 static void put_noise_factor(lc3_bits_t *bits, int nf) in put_noise_factor()
785 static int get_noise_factor(lc3_bits_t *bits) in get_noise_factor()
873 void lc3_spec_put_side(lc3_bits_t *bits, in lc3_spec_put_side()
887 void lc3_spec_encode(lc3_bits_t *bits, in lc3_spec_encode()
914 int lc3_spec_get_side(lc3_bits_t *bits, in lc3_spec_get_side()
930 int lc3_spec_decode(lc3_bits_t *bits, in lc3_spec_decode()