Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Dpixdesc.h394 #define FF_LOSS_COLORSPACE 0x0004 /**< loss due to color space conversion */ macro
Dpixdesc.c2804 if(consider & FF_LOSS_COLORSPACE) in get_pix_fmt_score()
2809 loss |= FF_LOSS_COLORSPACE; in get_pix_fmt_score()
2813 loss |= FF_LOSS_COLORSPACE; in get_pix_fmt_score()
2817 loss |= FF_LOSS_COLORSPACE; in get_pix_fmt_score()
2823 loss |= FF_LOSS_COLORSPACE; in get_pix_fmt_score()
2828 loss |= FF_LOSS_COLORSPACE; in get_pix_fmt_score()
2831 if(loss & FF_LOSS_COLORSPACE) in get_pix_fmt_score()