Lines Matching refs:bits_per_coded_sample
52 int is_lt_16bpp; // 16bpp pixfmt and bits_per_coded_sample < 16
81 avctx->bits_per_coded_sample);
84 avctx->bits_per_coded_sample);
87 else if (avctx->pix_fmt == AV_PIX_FMT_NONE && avctx->bits_per_coded_sample)
89 avctx->bits_per_coded_sample);
102 if (avctx->bits_per_coded_sample == 1)
152 w16(dst + i, SCALE16(r16(buf + i), avctx->bits_per_coded_sample)); \
157 int sample = get_bits(&gb, avctx->bits_per_coded_sample); \
158 w16(dst + i*2, SCALE16(sample, avctx->bits_per_coded_sample)); \
203 if ((avctx->bits_per_coded_sample == 8 || avctx->bits_per_coded_sample == 4 ||
204 avctx->bits_per_coded_sample == 2 || avctx->bits_per_coded_sample == 1 ||
205 (avctx->bits_per_coded_sample == 0 && (context->is_nut_pal8 || context->is_mono)) ) &&
220 context->is_lt_16bpp = av_get_bits_per_pixel(desc) == 16 && avctx->bits_per_coded_sample > 8 && avctx->bits_per_coded_sample < 16;
259 if (avctx->bits_per_coded_sample == 8 || context->is_nut_pal8 || context->is_mono) {
270 } else if (avctx->bits_per_coded_sample == 4) {
281 } else if (avctx->bits_per_coded_sample == 2) {
295 av_assert0(avctx->bits_per_coded_sample == 1);