Go to the source code of this file.
Classes | |
class | rcg::Image |
Namespaces | |
namespace | rcg |
Functions | |
void | rcg::convYCbCr411toQuadRGB (uint8_t rgb[12], const uint8_t *row, int i) |
void | rcg::convYCbCr411toRGB (uint8_t rgb[3], const uint8_t *row, int i) |
void | rcg::getColor (uint8_t rgb[3], const std::shared_ptr< const rcg::Image > &img, uint32_t ds, uint32_t i, uint32_t k) |