Package boofcv.core.encoding.impl
Class ImplConvertYuv420_888
java.lang.Object
boofcv.core.encoding.impl.ImplConvertYuv420_888
Low level implementation of YUV-420 to RGB-888
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
processYuv
(ByteBuffer bufferY, ByteBuffer bufferU, ByteBuffer bufferV, int width, int height, int strideY, int strideUV, int stridePixelUV, GrowArray<DogArray_I8> workArrays, ConvertYuv420_888.ProcessorYuv processor)
-
Constructor Details
-
ImplConvertYuv420_888
public ImplConvertYuv420_888()
-
-
Method Details
-
processYuv
public static void processYuv(ByteBuffer bufferY, ByteBuffer bufferU, ByteBuffer bufferV, int width, int height, int strideY, int strideUV, int stridePixelUV, GrowArray<DogArray_I8> workArrays, ConvertYuv420_888.ProcessorYuv processor)
-