Lines Matching defs:desc
129 const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(avctx->pix_fmt);
132 ctx->api = x265_api_get(desc->comp[0].depth);
192 (desc->flags & AV_PIX_FMT_FLAG_RGB) ||
221 desc->log2_chroma_w == 1 && desc->log2_chroma_h == 1;
243 switch (desc->log2_chroma_w) {
247 if (desc->nb_components == 1) {
259 if (desc->flags & AV_PIX_FMT_FLAG_RGB) {
269 ctx->params->internalCsp = desc->log2_chroma_h == 1 ?
275 desc->name);