Searched defs:depth_minus1 (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavutil/ | ||
H A D | pixdesc.c | 2870 int depth_minus1 = (dst_pix_fmt == AV_PIX_FMT_PAL8) ? 7/nb_components : (dst_desc->comp[i].depth - 1); in get_pix_fmt_score() local |
Completed in 5 milliseconds