Lines Matching defs:factor
160 const int factor = 1 << (16 - bpc);
178 R = av_clip_uintp2(R * factor, 16);
179 G1 = av_clip_uintp2(G1 * factor, 16);
180 G2 = av_clip_uintp2(G2 * factor, 16);
181 B = av_clip_uintp2(B * factor, 16);
642 int factor = s->coded_format == AV_PIX_FMT_BAYER_RGGB16 ? 2 : 1;
645 s->coded_width *= factor;
649 s->coded_height *= factor;
653 s->coded_width = lowpass_width * factor * 8;
657 s->coded_height = lowpass_height * factor * 8;