![]() |
ARX
1.0
The next-generation open source augmented reality toolkit.
|
Classes | |
struct | _ARVideoLumaInfo |
Macros | |
#define | AR_PAGE_ALIGNED_ALLOC(s) valloc(s) |
#define | AR_PAGE_ALIGNED_FREE(p) free(p) |
#define | R8_CCIR601 77 |
#define | G8_CCIR601 150 |
#define | B8_CCIR601 29 |
Functions | |
ARVideoLumaInfo * | arVideoLumaInit (int xsize, int ysize, AR_PIXEL_FORMAT pixFormat) |
int | arVideoLumaFinal (ARVideoLumaInfo **vli_p) |
ARUint8 *__restrict | arVideoLuma (ARVideoLumaInfo *vli, const ARUint8 *__restrict dataPtr) |
#define AR_PAGE_ALIGNED_ALLOC | ( | s | ) | valloc(s) |
#define AR_PAGE_ALIGNED_FREE | ( | p | ) | free(p) |
#define B8_CCIR601 29 |
#define G8_CCIR601 150 |
#define R8_CCIR601 77 |
ARUint8 *__restrict arVideoLuma | ( | ARVideoLumaInfo * | vli, |
const ARUint8 *__restrict | dataPtr | ||
) |
int arVideoLumaFinal | ( | ARVideoLumaInfo ** | vli_p | ) |
ARVideoLumaInfo * arVideoLumaInit | ( | int | xsize, |
int | ysize, | ||
AR_PIXEL_FORMAT | pixFormat | ||
) |