Searched refs:getbits (Results 1 - 7 of 7) sorted by relevance
/third_party/lame/mpglib/ |
H A D | layer2.c | 242 int v0 = getbits(mp, k); in II_step_two() 243 int v1 = getbits(mp, k); in II_step_two() 244 int v2 = getbits(mp, k); in II_step_two() 251 unsigned int idx = getbits(mp, k); in II_step_two() 281 int v0 = getbits(mp, k); in II_step_two() 282 int v1 = getbits(mp, k); in II_step_two() 283 int v2 = getbits(mp, k); in II_step_two() 298 unsigned int idx = getbits(mp, k); in II_step_two()
|
H A D | common.h | 37 unsigned int getbits(PMPSTR mp, int number_of_bits);
|
H A D | layer3.c | 375 mp->sideinfo.main_data_begin = getbits(mp, 9); in III_get_side_info_1() 390 gr_infos->part2_3_length = getbits(mp, 12); in III_get_side_info_1() 473 mp->sideinfo.main_data_begin = getbits(mp, 8); in III_get_side_info_2() 484 gr_infos->part2_3_length = getbits(mp, 12); in III_get_side_info_2() 499 gr_infos->scalefac_compress = getbits(mp, 9); in III_get_side_info_2() 842 x += getbits(mp, (int) h->linbits); in III_dequantize_sample() 867 y += getbits(mp, (int) h->linbits); in III_dequantize_sample() 1025 x += getbits(mp, (int) h->linbits); in III_dequantize_sample() 1050 y += getbits(mp, (int) h->linbits); in III_dequantize_sample() 1171 getbits(m in III_dequantize_sample() [all...] |
H A D | interface.c | 548 getbits(mp, 16); in decodeMP3_clipchoice() 608 getbits(mp, 16); in decodeMP3_clipchoice() 616 getbits(mp, 16); in decodeMP3_clipchoice()
|
H A D | common.c | 288 getbits(PMPSTR mp, int number_of_bits) in getbits() function
|
/third_party/node/deps/cares/src/lib/ |
H A D | inet_net_pton.c | 208 static int getbits(const char *src, size_t *bitsp) in getbits() function 381 if (!getbits(sep, &bits)) { in ares_inet_net_pton_ipv6()
|
/third_party/python/Lib/test/ |
H A D | test_random.py | 366 getbits = self.gen.getrandbits 372 v = getbits(span)
|
Completed in 8 milliseconds