Lines Matching defs:desc

67     const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(c->srcFormat);
71 int bits = desc->comp[0].depth - 1;
74 if ((isAnyRGB(c->srcFormat) || c->srcFormat==AV_PIX_FMT_PAL8) && desc->comp[0].depth<16) {
76 } else if (desc->flags & AV_PIX_FMT_FLAG_FLOAT) { /* float input are process like uint 16bpc */
97 const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(c->srcFormat);
100 int sh = desc->comp[0].depth - 1;
103 sh = isAnyRGB(c->srcFormat) || c->srcFormat==AV_PIX_FMT_PAL8 ? 13 : (desc->comp[0].depth - 1);
104 } else if (desc->flags & AV_PIX_FMT_FLAG_FLOAT) { /* float input are process like uint 16bpc */
281 SwsFilterDescriptor *desc = c->desc;
464 desc[i].process(c, &desc[i], firstPosY, lastPosY - firstPosY + 1);
471 desc[i].process(c, &desc[i], firstCPosY, lastCPosY - firstCPosY + 1);
497 desc[i].process(c, &desc[i], dstY, 1);
505 const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(dstFormat);
507 1, desc->comp[3].depth,
510 const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(dstFormat);
512 1, desc->comp[3].depth,
513 isBE(dstFormat), desc->flags & AV_PIX_FMT_FLAG_FLOAT);
619 const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(pix_fmt);
622 av_assert2(desc);
625 int plane = desc->comp[i].plane;
637 const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(c->srcFormat);
643 if (desc->flags & AV_PIX_FMT_FLAG_BE) {
674 if (desc->flags & AV_PIX_FMT_FLAG_BE) {
693 const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(c->dstFormat);
699 if (desc->flags & AV_PIX_FMT_FLAG_BE) {
730 if (desc->flags & AV_PIX_FMT_FLAG_BE) {