Float11 Struct Reference

List of all members.


Detailed Description

G.726 11bit float.

G.726 Standard uses rather odd 11bit floating point arithmentic for numerous occasions. It's a mistery to me why they did it this way instead of simply using 32bit integer arithmetic.

Definition at line 34 of file g726.c.


Public Attributes

int sign
 1bit sign
int exp
 4bit exponent
int mant
 6bit mantissa

Member Data Documentation

1bit sign

Definition at line 35 of file g726.c.

Referenced by g726_iterate(), i2f(), and mult().

4bit exponent

Definition at line 36 of file g726.c.

Referenced by i2f(), and mult().

6bit mantissa

Definition at line 37 of file g726.c.

Referenced by i2f(), and mult().


The documentation for this struct was generated from the following file:

Generated on Sat Dec 18 05:16:03 2010 for MythTV by  doxygen 1.5.5