Searched refs:gb_extra_bits (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dwavpack.c54 GetBitContext gb_extra_bits; member in struct:WavpackFrameContext
273 get_bits_left(&s->gb_extra_bits) >= s->extra_bits) {
274 S |= get_bits(&s->gb_extra_bits, s->extra_bits);
300 const int left_bits = get_bits_left(&s->gb_extra_bits);
312 if (s->got_extra_bits && get_bits1(&s->gb_extra_bits))
313 S = get_bits(&s->gb_extra_bits, 23);
329 get_bits1(&s->gb_extra_bits))) {
333 S |= get_bits(&s->gb_extra_bits, shift);
344 if (get_bits1(&s->gb_extra_bits)) {
345 S = get_bits(&s->gb_extra_bits, 2
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dwavpack.c106 GetBitContext gb_extra_bits; member in struct:WavpackFrameContext
409 if (s->got_extra_bits && get_bits_left(&s->gb_extra_bits) >= s->extra_bits) {
410 S |= get_bits(&s->gb_extra_bits, s->extra_bits);
436 const int left_bits = get_bits_left(&s->gb_extra_bits);
448 if (s->got_extra_bits && get_bits1(&s->gb_extra_bits))
449 S = get_bits(&s->gb_extra_bits, 23);
464 get_bits1(&s->gb_extra_bits))) {
468 S |= get_bits(&s->gb_extra_bits, shift);
479 if (get_bits1(&s->gb_extra_bits)) {
480 S = get_bits(&s->gb_extra_bits, 2
[all...]

Completed in 72 milliseconds