Home
last modified time | relevance | path

Searched refs:depth_minus1 (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavutil/
Dpixdesc.h65 attribute_deprecated int depth_minus1; member
Dpixdesc.c2781 …int depth_minus1 = (dst_pix_fmt == AV_PIX_FMT_PAL8) ? 7/nb_components : (dst_desc->comp[i].depth -… in get_pix_fmt_score() local
2782 if (src_desc->comp[i].depth - 1 > depth_minus1 && (consider & FF_LOSS_DEPTH)) { in get_pix_fmt_score()
2784 score -= 65536 >> depth_minus1; in get_pix_fmt_score()
/third_party/ffmpeg/doc/
DAPIchanges981 the deprecated step_minus1, offset_plus1, and depth_minus1.