Searched refs:get_sbits_long (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | flacdec.c | 261 *decoded++ = get_sbits_long(&gb, tmp); in decode_residuals() 292 decoded[i] = get_sbits_long(&s->gb, bps); in decode_subframe_fixed() 370 decoded[i] = get_sbits_long(&s->gb, bps); in decode_subframe_lpc() 446 tmp = get_sbits_long(&s->gb, bps); in decode_subframe() 451 decoded[i] = get_sbits_long(&s->gb, bps); in decode_subframe()
|
D | wmalosslessdec.c | 530 s->channel_residues[ch][0] = get_sbits_long(&s->gb, s->bits_per_sample + 1); in decode_channel_residues() 532 s->channel_residues[ch][0] = get_sbits_long(&s->gb, s->bits_per_sample); in decode_channel_residues() 956 s->channel_residues[i][j] = get_sbits_long(&s->gb, bits); in decode_subframe()
|
D | alac.c | 364 get_sbits_long(&alac->gb, alac->sample_size); in decode_element()
|
D | get_bits.h | 590 static inline int get_sbits_long(GetBitContext *s, int n) in get_sbits_long() function
|
D | cbs.c | 601 value = get_sbits_long(gbc, width); in ff_cbs_read_signed()
|
D | dca_xll.c | 569 c->deci_history[i][j] = get_sbits_long(&s->gb, nbits); in chs_parse_band_data()
|
D | alsdec.c | 602 *bd->raw_samples = get_sbits_long(gb, const_val_bits); in read_const_block_data()
|