Convert 422 MCU to 422 interleaved data
FwStatus | fwiSplit422LS_MCU_8u16s_C2P3R | ( | const Fw8u * pSrc, int srcStep, Fw16s * pDstMCU[3] ); |
pDstMCU[3] | Array of pointers to destination MCU image blocks. | |
pSrc | Pointer to a location in a source buffer. | |
srcStep | Source buffer step size (width of the buffer in bytes). |
This function steps through a 4:2:2 chrominance sub-sampled MCU in a source buffer, splits the source MCU into two blocks of interleaved 4:2:2 chrominance sub-sampled pixel data, level-shifts the source data to unsigned values, and writes the output data to a destination buffer.