Lines Matching defs:bpc
94 s->bpc = 10;
152 static inline void process_bayer(AVFrame *frame, int bpc)
159 const int mid = 1 << (bpc - 1);
160 const int factor = 1 << (16 - bpc);
258 ff_cfhddsp_init(&s->dsp, s->bpc, avctx->pix_fmt == AV_PIX_FMT_BAYER_RGGB16);
596 avctx->bits_per_raw_sample = s->bpc = data;
988 if (s->bpc == 12) {
1082 dsp->horiz_filter_clip(dst, low, high, lowpass_width, s->bpc);
1154 if (s->bpc == 12) {
1281 dsp->horiz_filter_clip(dst, low, high, lowpass_width, s->bpc);
1372 dsp->horiz_filter_clip(dst, low, high, lowpass_width, s->bpc);
1392 process_bayer(pic, s->bpc);