Add support for YUV440 (#28)

* Add support for YUV440

* Add YUV440 to RGB kernels

* code clean up
이 커밋은 다음에 포함됨:
Aryan Salmanpour
2024-05-30 22:00:07 -04:00
커밋한 사람 GitHub
부모 b7edd5de5b
커밋 d0b812bc26
11개의 변경된 파일546개의 추가작업 그리고 18개의 파일을 삭제
+1 -1
파일 보기
@@ -122,7 +122,7 @@ typedef struct {
*/
typedef enum {
/**< return native unchanged decoded YUV image from the VCN JPEG deocder.
For ROCJPEG_CSS_444 write Y, U, and V to first, second, and third channels of RocJpegImage
For ROCJPEG_CSS_444 and ROCJPEG_CSS_440 write Y, U, and V to first, second, and third channels of RocJpegImage
For ROCJPEG_CSS_422 write YUYV (packed) to first channel of RocJpegImage
For ROCJPEG_CSS_420 write Y to first channel and UV (interleaved) to second channel of RocJpegImage
For ROCJPEG_CSS_400 write Y to first channel of RocJpegImage */