Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Dpixdesc.h392 #define FF_LOSS_COLORSPACE 0x0004 /**< loss due to color space conversion */ macro
Dpixdesc.c2778 if(consider & FF_LOSS_COLORSPACE) in get_pix_fmt_score()
2783 loss |= FF_LOSS_COLORSPACE; in get_pix_fmt_score()
2787 loss |= FF_LOSS_COLORSPACE; in get_pix_fmt_score()
2791 loss |= FF_LOSS_COLORSPACE; in get_pix_fmt_score()
2797 loss |= FF_LOSS_COLORSPACE; in get_pix_fmt_score()
2802 loss |= FF_LOSS_COLORSPACE; in get_pix_fmt_score()
2805 if(loss & FF_LOSS_COLORSPACE) in get_pix_fmt_score()