Home
last modified time | relevance | path

Searched refs:FF_LOSS_COLORQUANT (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavutil/
Dpixdesc.h394 #define FF_LOSS_COLORQUANT 0x0010 /**< loss due to color quantization */ macro
Dpixdesc.c2817 if (dst_pix_fmt == AV_PIX_FMT_PAL8 && (consider & FF_LOSS_COLORQUANT) && in get_pix_fmt_score()
2819 loss |= FF_LOSS_COLORQUANT; in get_pix_fmt_score()