Searched refs:depth_minus1 (Results 1 – 3 of 3) sorted by relevance
65 attribute_deprecated int depth_minus1; member
2781 …int depth_minus1 = (dst_pix_fmt == AV_PIX_FMT_PAL8) ? 7/nb_components : (dst_desc->comp[i].depth -… in get_pix_fmt_score() local2782 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()
981 the deprecated step_minus1, offset_plus1, and depth_minus1.