Lines Matching refs:srcBpc
273 if ((c->srcBpc == 8) && (c->dstBpc <= 14)) {
952 //The srcBpc check is possibly wrong but we seem to lack a definitive reference to test this
954 if (need_reinit && (c->srcBpc == 8 || !isYUV(c->srcFormat)))
1560 c->srcBpc = desc_src->comp[0].depth;
1561 if (c->srcBpc < 8)
1562 c->srcBpc = 8;
1567 c->srcBpc = 16;
1571 if (INLINE_MMXEXT(cpu_flags) && c->srcBpc == 8 && c->dstBpc <= 14) {
1696 if (unscaled && c->srcBpc == 8 && dstFormat == AV_PIX_FMT_GRAYF32){
1706 c->srcBpc = 16;