Searched refs:got_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.c52 int got_extra_bits; member in struct:WavpackFrameContext
272 if (s->got_extra_bits &&
298 if (s->got_extra_bits) {
312 if (s->got_extra_bits && get_bits1(&s->gb_extra_bits))
327 (s->got_extra_bits &&
331 } else if (s->got_extra_bits &&
343 if (s->got_extra_bits && (s->float_flag & WV_FLT_ZERO_SENT)) {
375 if (s->got_extra_bits && crc_extra_bits != s->crc_extra_bits) {
653 s->got_extra_bits = 0;
886 s->got_extra_bits
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dwavpack.c104 int got_extra_bits; member in struct:WavpackFrameContext
409 if (s->got_extra_bits && get_bits_left(&s->gb_extra_bits) >= s->extra_bits) {
434 if (s->got_extra_bits) {
448 if (s->got_extra_bits && get_bits1(&s->gb_extra_bits))
463 (s->got_extra_bits && (s->float_flag & WV_FLT_SHIFT_SAME) &&
466 } else if (s->got_extra_bits &&
478 if (s->got_extra_bits && (s->float_flag & WV_FLT_ZERO_SENT)) {
617 if (s->got_extra_bits && crc_extra_bits != s->crc_extra_bits) {
687 if (s->got_extra_bits && crc_extra_bits != s->crc_extra_bits) {
789 s->got_extra_bits
[all...]

Completed in 93 milliseconds