FFmpeg
|
Float11 Struct Reference
G.726 11bit float. More...
Data Fields | |
uint8_t | sign |
1bit sign More... | |
uint8_t | exp |
4bit exponent More... | |
uint8_t | mant |
6bit mantissa More... | |
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.
Field Documentation
uint8_t Float11::exp |
uint8_t Float11::mant |
uint8_t Float11::sign |
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:11 for FFmpeg by 1.8.11