Lines Matching refs:bits_per_raw_sample
90 s->avctx->bits_per_raw_sample;
381 int shift = 32 - s->avctx->bits_per_raw_sample;
386 put_sbits(pb, s->avctx->bits_per_raw_sample,
393 put_sbits(pb, s->avctx->bits_per_raw_sample,
397 s->write_sample_size = s->avctx->bits_per_raw_sample - s->extra_bits +
515 if (avctx->bits_per_raw_sample != 24)
517 avctx->bits_per_raw_sample = 24;
519 avctx->bits_per_raw_sample = 16;
537 avctx->bits_per_raw_sample);
548 AV_WB8 (alac_extradata+17, avctx->bits_per_raw_sample);
552 avctx->sample_rate * avctx->ch_layout.nb_channels * avctx->bits_per_raw_sample); // average bitrate
590 avctx->bits_per_raw_sample);
600 s->extra_bits = avctx->bits_per_raw_sample - 16;