Three new chroma converters:
* yuy2_i420: convert from Packed YUV 4:2:2 to Planar YUV 4:2:0 * yuy2_i422: convert from Packed YUV 4:2:2 to Planar YUV 4:2:2 * chroma_chain: attempt to chain 2 chroma converters to acheive the conversion (i.e. yuy2 -> rv32 will be done using yuy2 -> i420 -> rv32)
Showing
modules/video_chroma/chain.c
0 → 100644
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment