Color Space Conversion Intefaces

Inputs Interface

class jpegenc.subblocks.common.RGB(nbits=8)

Red, Green, Blue Signals with nbits bitwidth for RGB input

Ouputs Interface

class jpegenc.subblocks.common.YCbCr(nbits=8)

Y, Cb, Cr output signals

class jpegenc.subblocks.common.YCbCr_v2(nbits=8)

Data_out Signal. According to color mode the data_out could be Y, Cb or Cr for color mode = 0, 1, 2