MCU

Undocumented in source.

Members

Aliases

Block
alias Block = int[8 * 8]
Undocumented in source.

Functions

createCbBlocks
void createCbBlocks(uint hsubsampling, uint vsubsampling)
Undocumented in source. Be warned that the author may not have intended to support it.
createCrBlocks
void createCrBlocks(uint hsubsampling, uint vsubsampling)
Undocumented in source. Be warned that the author may not have intended to support it.
createYBlocks
void createYBlocks(uint hsubsampling, uint vsubsampling)
Undocumented in source. Be warned that the author may not have intended to support it.
free
void free()
Undocumented in source. Be warned that the author may not have intended to support it.
getPixel
uint getPixel(uint x, uint y)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

cbBlocks
Block[] cbBlocks;
cbHeight
uint cbHeight;
Undocumented in source.
cbSamplesH
uint cbSamplesH;
cbSamplesV
uint cbSamplesV;
Undocumented in source.
cbWidth
uint cbWidth;
Undocumented in source.
crBlocks
Block[] crBlocks;
crHeight
uint crHeight;
Undocumented in source.
crSamplesH
uint crSamplesH;
crSamplesV
uint crSamplesV;
Undocumented in source.
crWidth
uint crWidth;
Undocumented in source.
height
uint height;
Undocumented in source.
width
uint width;
Undocumented in source.
yBlocks
Block[] yBlocks;
yHeight
uint yHeight;
Undocumented in source.
ySamplesH
uint ySamplesH;
ySamplesV
uint ySamplesV;
Undocumented in source.
yWidth
uint yWidth;
Undocumented in source.

Meta