comparison fmt-conversion.c @ 34189:4b5f57ccfff1

Support YUV 4:4:4 9-bit output.
author cehoyos
date Sat, 29 Oct 2011 16:51:26 +0000
parents ab178e06077e
children 47e1375c4d79
comparison
equal deleted inserted replaced
34188:d7bcbf5f7dc3 34189:4b5f57ccfff1
88 {IMGFMT_422P10_BE, PIX_FMT_YUV422P10BE}, 88 {IMGFMT_422P10_BE, PIX_FMT_YUV422P10BE},
89 {IMGFMT_444P16_LE, PIX_FMT_YUV444P16LE}, 89 {IMGFMT_444P16_LE, PIX_FMT_YUV444P16LE},
90 {IMGFMT_444P16_BE, PIX_FMT_YUV444P16BE}, 90 {IMGFMT_444P16_BE, PIX_FMT_YUV444P16BE},
91 {IMGFMT_444P10_LE, PIX_FMT_YUV444P10LE}, 91 {IMGFMT_444P10_LE, PIX_FMT_YUV444P10LE},
92 {IMGFMT_444P10_BE, PIX_FMT_YUV444P10BE}, 92 {IMGFMT_444P10_BE, PIX_FMT_YUV444P10BE},
93 {IMGFMT_444P9_LE, PIX_FMT_YUV444P9LE},
94 {IMGFMT_444P9_BE, PIX_FMT_YUV444P9BE},
93 95
94 // YUVJ are YUV formats that use the full Y range and not just 96 // YUVJ are YUV formats that use the full Y range and not just
95 // 16 - 235 (see colorspaces.txt). 97 // 16 - 235 (see colorspaces.txt).
96 // Currently they are all treated the same way. 98 // Currently they are all treated the same way.
97 {IMGFMT_YV12, PIX_FMT_YUVJ420P}, 99 {IMGFMT_YV12, PIX_FMT_YUVJ420P},