#include "buffer.h"
#include <memory>
Go to the source code of this file.
|
void | rcg::convYCbCr411toQuadRGB (uint8_t rgb[12], const uint8_t *row, int i) |
| Conversion of a group of four pixels from YCbCr411 format (6 bytes for four pixels) to RGB. More...
|
|
void | rcg::convYCbCr411toRGB (uint8_t rgb[3], const uint8_t *row, int i) |
| Conversion of one pixel from YCbCr411 format (6 bytes for four pixels) to RGB. More...
|
|
void | rcg::getColor (uint8_t rgb[3], const std::shared_ptr< const rcg::Image > &img, uint32_t ds, uint32_t i, uint32_t k) |
| Expects an image in Mono8 or YCbCr411_8 format and returns the color as RGB value at the given pixel location. More...
|
|