Searched refs:lc3_bits (Results 1 – 4 of 4) sorted by relevance
/liblc3-3.5.0-3.4.0/src/ |
D | bits.c | 60 static int get_bits_left(const struct lc3_bits *bits) in get_bits_left() 80 void lc3_setup_bits(struct lc3_bits *bits, in lc3_setup_bits() 83 *bits = (struct lc3_bits){ in lc3_setup_bits() 114 int lc3_get_bits_left(const struct lc3_bits *bits) in lc3_get_bits_left() 122 int lc3_check_bits(const struct lc3_bits *bits) in lc3_check_bits() 246 void lc3_flush_bits(struct lc3_bits *bits) in lc3_flush_bits() 265 LC3_HOT void lc3_put_bits_generic(struct lc3_bits *bits, unsigned v, int n) in lc3_put_bits_generic() 288 LC3_HOT void lc3_ac_write_renorm(struct lc3_bits *bits) in lc3_ac_write_renorm() 339 LC3_HOT unsigned lc3_get_bits_generic(struct lc3_bits *bits, int n) in lc3_get_bits_generic() 369 LC3_HOT void lc3_ac_read_renorm(struct lc3_bits *bits) in lc3_ac_read_renorm()
|
D | bits.h | 118 typedef struct lc3_bits { struct 207 unsigned lc3_get_bits_generic(struct lc3_bits *bits, int n); 225 struct lc3_bits *bits, unsigned v, int n) in lc3_put_bits() 248 LC3_HOT static inline unsigned lc3_get_bits(struct lc3_bits *bits, int n) in lc3_get_bits() 265 struct lc3_bits *bits, const struct lc3_ac_model *model, unsigned s) in lc3_put_symbol()
|
/liblc3-3.5.0-3.4.0/test/neon/ |
D | ltpf_neon.c | 33 unsigned lc3_get_bits_generic(struct lc3_bits *a, int b) in lc3_get_bits_generic()
|
/liblc3-3.5.0-3.4.0/test/arm/ |
D | ltpf_arm.c | 33 unsigned lc3_get_bits_generic(struct lc3_bits *a, int b) in lc3_get_bits_generic()
|