Dirac - A Video Codec
Created by the British Broadcasting Corporation.
Go to the documentation of this file.
47 #define _CRT_SECURE_NO_DEPRECATE
72 #if !defined(HAVE_MMX)
293 bool set_defaults=
true);
544 unsigned int luma_depth,
unsigned int chroma_depth);
645 void SetXl(
int xlen);
648 void SetYl(
int ylen);
805 CompSort c,
int est_bits,
int actual_bits);
835 OLBParams(
const int xblen,
const int yblen,
836 const int xbsep,
const int ybsep);
1036 TESTM((p >=0 && p <=3),
"Motion precision value in range 0..3");
1043 TESTM((p >=0 && p <=3),
"Motion precision value in range 0..3");
1105 unsigned int num_refs = 0,
1106 bool set_defaults=
true);
1216 void SetCodeBlocks(
unsigned int level,
unsigned int hblocks,
unsigned int vblocks);
1287 unsigned int num_refs = 2,
1288 bool set_defaults=
true);
1576 if(num < 0)
return 0;
1577 else if(num >= max)
return max-1;
© 2004 British Broadcasting Corporation.
Dirac code licensed under the Mozilla Public License (MPL) Version 1.1.
HTML documentation generated by Dimitri van Heesch's
excellent Doxygen tool.