public class V210Decoder
extends Object
This class is part of JCodec ( www.jcodec.org )
This software is distributed under FreeBSD License
The decoder for yuv 10 bit 422
x|x|9876543210(cr0)|9876543210(y0) |9876543210(cb0)
x|x|9876543210(y2) |9876543210(cb1)|9876543210(y1)
x|x|9876543210(cb2)|9876543210(y3) |9876543210(cr1)
x|x|9876543210(y5) |9876543210(cr2)|9876543210(y4)
- Author:
- The JCodec project