|
FFmpeg
|
G.726 11-bit float. More...
Data Fields | |
| uint8_t | sign |
| 1 bit sign More... | |
| uint8_t | exp |
| 4 bits exponent More... | |
| uint8_t | mant |
| 6 bits mantissa More... | |
G.726 11-bit float.
G.726 Standard uses rather odd 11-bit floating point arithmetic for numerous occasions. It's a mystery to me why they did it this way instead of simply using 32-bit integer arithmetic.
| uint8_t Float11::sign |
| uint8_t Float11::exp |
| uint8_t Float11::mant |
6 bits mantissa
Definition at line 42 of file g726.c.
Referenced by g726_reset(), i2f(), and mult().
1.8.6