extra_bits 1262 ffmpeg.c int extra_bits = av_clip(29 - av_log2(tb.den), 0, 16); extra_bits 1264 ffmpeg.c tb.den <<= extra_bits; extra_bits 1268 ffmpeg.c float_pts /= 1 << extra_bits; extra_bits 79 libavcodec/alac.c int extra_bits; /**< number of extra bits beyond 16-bit */ extra_bits 253 libavcodec/alac.c int extra_bits, int channels, int nb_samples) extra_bits 259 libavcodec/alac.c buffer[ch][i] = (buffer[ch][i] << extra_bits) | extra_bits_buffer[ch][i]; extra_bits 276 libavcodec/alac.c alac->extra_bits = get_bits(&alac->gb, 2) << 3; extra_bits 277 libavcodec/alac.c bps = alac->sample_size - alac->extra_bits + channels - 1; extra_bits 336 libavcodec/alac.c if (alac->extra_bits) { extra_bits 341 libavcodec/alac.c alac->extra_bits_buffer[ch][i] = get_bits(&alac->gb, alac->extra_bits); extra_bits 381 libavcodec/alac.c alac->extra_bits = 0; extra_bits 386 libavcodec/alac.c if (alac->extra_bits && alac->extra_bit_bug) { extra_bits 388 libavcodec/alac.c alac->extra_bits, channels, alac->nb_samples); extra_bits 396 libavcodec/alac.c if (alac->extra_bits && !alac->extra_bit_bug) { extra_bits 398 libavcodec/alac.c alac->extra_bits, channels, alac->nb_samples); extra_bits 67 libavcodec/alacenc.c int extra_bits; extra_bits 143 libavcodec/alacenc.c put_bits(&s->pbctx, 2, s->extra_bits >> 3); // Extra bytes (for 24-bit) extra_bits 391 libavcodec/alacenc.c s->write_sample_size = s->avctx->bits_per_raw_sample - s->extra_bits + extra_bits 398 libavcodec/alacenc.c if (s->extra_bits) { extra_bits 399 libavcodec/alacenc.c uint32_t mask = (1 << s->extra_bits) - 1; extra_bits 405 libavcodec/alacenc.c smp[i] >>= s->extra_bits; extra_bits 431 libavcodec/alacenc.c if (s->extra_bits) { extra_bits 434 libavcodec/alacenc.c put_bits(pb, s->extra_bits, s->predictor_buf[j][i]); extra_bits 515 libavcodec/alacenc.c s->extra_bits = 0; extra_bits 627 libavcodec/alacenc.c s->extra_bits = avctx->bits_per_raw_sample - 16; extra_bits 630 libavcodec/alacenc.c s->extra_bits = 0; extra_bits 638 libavcodec/alacenc.c s->extra_bits = 0; extra_bits 215 libavcodec/hqx.c val = ac->lut[val].lev + show_bits(&gb2, ac->extra_bits); extra_bits 45 libavcodec/hqx.h int lut_bits, extra_bits; extra_bits 158 libavcodec/intrax8.c /*46*/ extra_bits(3) | extra_run | run_offset(16) | level_offset( 0), extra_bits 159 libavcodec/intrax8.c /*47*/ extra_bits(3) | extra_run | run_offset(24) | level_offset( 0), extra_bits 160 libavcodec/intrax8.c /*48*/ extra_bits(2) | extra_run | run_offset( 4) | level_offset( 1), extra_bits 161 libavcodec/intrax8.c /*49*/ extra_bits(3) | extra_run | run_offset( 8) | level_offset( 1), extra_bits 163 libavcodec/intrax8.c /*50*/ extra_bits(5) | extra_run | run_offset(32) | level_offset( 0), extra_bits 164 libavcodec/intrax8.c /*51*/ extra_bits(4) | extra_run | run_offset(16) | level_offset( 1), extra_bits 166 libavcodec/intrax8.c /*52*/ extra_bits(2) | extra_level | run_offset( 0) | level_offset( 4), extra_bits 167 libavcodec/intrax8.c /*53*/ extra_bits(2) | extra_level | run_offset( 0) | level_offset( 8), extra_bits 168 libavcodec/intrax8.c /*54*/ extra_bits(2) | extra_level | run_offset( 0) | level_offset(12), extra_bits 169 libavcodec/intrax8.c /*55*/ extra_bits(3) | extra_level | run_offset( 0) | level_offset(16), extra_bits 170 libavcodec/intrax8.c /*56*/ extra_bits(3) | extra_level | run_offset( 0) | level_offset(24), extra_bits 172 libavcodec/intrax8.c /*57*/ extra_bits(2) | extra_level | run_offset( 1) | level_offset( 3), extra_bits 173 libavcodec/intrax8.c /*58*/ extra_bits(3) | extra_level | run_offset( 1) | level_offset( 7), extra_bits 175 libavcodec/intrax8.c /*59*/ extra_bits(2) | extra_run | run_offset(16) | level_offset( 0), extra_bits 176 libavcodec/intrax8.c /*60*/ extra_bits(2) | extra_run | run_offset(20) | level_offset( 0), extra_bits 177 libavcodec/intrax8.c /*61*/ extra_bits(2) | extra_run | run_offset(24) | level_offset( 0), extra_bits 178 libavcodec/intrax8.c /*62*/ extra_bits(2) | extra_run | run_offset(28) | level_offset( 0), extra_bits 179 libavcodec/intrax8.c /*63*/ extra_bits(4) | extra_run | run_offset(32) | level_offset( 0), extra_bits 180 libavcodec/intrax8.c /*64*/ extra_bits(4) | extra_run | run_offset(48) | level_offset( 0), extra_bits 182 libavcodec/intrax8.c /*65*/ extra_bits(2) | extra_run | run_offset( 4) | level_offset( 1), extra_bits 183 libavcodec/intrax8.c /*66*/ extra_bits(3) | extra_run | run_offset( 8) | level_offset( 1), extra_bits 184 libavcodec/intrax8.c /*67*/ extra_bits(4) | extra_run | run_offset(16) | level_offset( 1), extra_bits 186 libavcodec/intrax8.c /*68*/ extra_bits(2) | extra_level | run_offset( 0) | level_offset( 4), extra_bits 187 libavcodec/intrax8.c /*69*/ extra_bits(3) | extra_level | run_offset( 0) | level_offset( 8), extra_bits 188 libavcodec/intrax8.c /*70*/ extra_bits(4) | extra_level | run_offset( 0) | level_offset(16), extra_bits 190 libavcodec/intrax8.c /*71*/ extra_bits(2) | extra_level | run_offset( 1) | level_offset( 3), extra_bits 191 libavcodec/intrax8.c /*72*/ extra_bits(3) | extra_level | run_offset( 1) | level_offset( 7), extra_bits 60 libavcodec/wavpack.c int extra_bits; extra_bits 269 libavcodec/wavpack.c if (s->extra_bits) { extra_bits 270 libavcodec/wavpack.c S <<= s->extra_bits; extra_bits 273 libavcodec/wavpack.c get_bits_left(&s->gb_extra_bits) >= s->extra_bits) { extra_bits 274 libavcodec/wavpack.c S |= get_bits(&s->gb_extra_bits, s->extra_bits); extra_bits 651 libavcodec/wavpack.c s->extra_bits = 0; extra_bits 831 libavcodec/wavpack.c s->extra_bits = val[0]; extra_bits 967 libavcodec/wavpack.c const int wanted = s->samples * s->extra_bits << s->stereo_in; extra_bits 692 libavcodec/webp.c int extra_bits = (prefix_code - 2) >> 1; extra_bits 693 libavcodec/webp.c int offset = 2 + (prefix_code & 1) << extra_bits; extra_bits 694 libavcodec/webp.c length = offset + get_bits(&s->gb, extra_bits) + 1; extra_bits 705 libavcodec/webp.c int extra_bits = prefix_code - 2 >> 1; extra_bits 706 libavcodec/webp.c int offset = 2 + (prefix_code & 1) << extra_bits; extra_bits 707 libavcodec/webp.c distance = offset + get_bits(&s->gb, extra_bits) + 1;