FFmpeg
Data Fields
Float11 Struct Reference

G.726 11bit float. More...

Data Fields

  1bit sign
 
  4bit exponent
 
  6bit mantissa
 

Detailed Description

G.726 11bit float.

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

Definition at line 40 of file g726.c.

Field Documentation

uint8_t Float11::sign

1bit sign

Definition at line 41 of file g726.c.

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

uint8_t Float11::exp

4bit exponent

Definition at line 42 of file g726.c.

Referenced by i2f(), and mult().

uint8_t Float11::mant

6bit mantissa

Definition at line 43 of file g726.c.

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


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

Generated on Sun Sep 14 2014 18:56:41 for FFmpeg by   doxygen 1.8.2

AltStyle によって変換されたページ (->オリジナル) /