Lines Matching refs:bits_per_coded_sample
79 avctx->bits_per_coded_sample = 16 + (header[1] >> 6 & 3) * 4;
80 if (avctx->bits_per_coded_sample == 28) {
83 avctx->bits_per_coded_sample);
86 avctx->sample_fmt = avctx->bits_per_coded_sample == 16 ? AV_SAMPLE_FMT_S16
88 avctx->bits_per_raw_sample = avctx->bits_per_coded_sample;
101 avctx->bits_per_coded_sample;
106 if (avctx->bits_per_coded_sample == 16) {
115 s->block_size = 4 * avctx->bits_per_coded_sample / 8;
121 s->block_size = 8 * avctx->bits_per_coded_sample / 8;
128 avctx->bits_per_coded_sample / 8;
138 avctx->ch_layout.nb_channels, avctx->bits_per_coded_sample,
157 switch (avctx->bits_per_coded_sample) {