PictureBuilder

Undocumented in source.

Constructors

this
this(PictureHeader ph, Picture[] dpb)
Undocumented in source.

Members

Aliases

quant_saturate
alias quant_saturate = saturate!(short, -2048, 2047)
Undocumented in source.

Functions

add_block
void add_block(short[64] block, uint cc, uint comp, uint bx, uint by)
Undocumented in source. Be warned that the author may not have intended to support it.
motion_compensate
void motion_compensate(MacroBlock mb, int r, int s)
Undocumented in source. Be warned that the author may not have intended to support it.
process
void process(MacroBlock mb)
Undocumented in source. Be warned that the author may not have intended to support it.
process_new_slice
void process_new_slice(Slice s)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

PMV
short[2][2][2] PMV;
Undocumented in source.
dct_pred
short[3] dct_pred;
Undocumented in source.
dpb
Picture[] dpb;
Undocumented in source.
ph
PictureHeader ph;
Undocumented in source.
pic
Picture pic;
Undocumented in source.
previous_macroblock_address
int previous_macroblock_address;
Undocumented in source.

Meta