Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width ↵ | Martin Braun | 2016-11-08 | 1 | -24/+24 |
| | | | | | | | | types) - Also removes all references to boost/cstdint.hpp and replaces it with stdint.h (The 'correct' replacement would be <cstdint>, but not all of our compilers support that). | ||||
* | convert: sc8 swap for vita compliance | Josh Blum | 2013-08-28 | 1 | -15/+15 |
| | |||||
* | uhd: fix sc16 to sc8 conversion table | Josh Blum | 2012-02-29 | 1 | -12/+12 |
| | | | | | | | 1) this was registered as the sc8 to sc16 converter, probably messed that up as well 2) the cast to index was wrong, now unit test passes | ||||
* | uhd: added sc8 conversion tests | Josh Blum | 2012-02-07 | 1 | -1/+70 |
| | |||||
* | dsp rework: tx trailer, scaling work (peak) | Josh Blum | 2012-01-31 | 1 | -13/+8 |
| | |||||
* | uhd: implement convert_sc8to_sc16 table w/ scalar | Josh Blum | 2012-01-31 | 1 | -0/+30 |
| | |||||
* | convert: msvc warning fixes for sc8 table gen | Josh Blum | 2011-11-13 | 1 | -1/+3 |
| | |||||
* | uhd: fixed sc8 table conversion, and simplified shifts | Josh Blum | 2011-11-13 | 1 | -19/+15 |
| | |||||
* | convert: added table conversion routines for sc8 | Josh Blum | 2011-11-12 | 1 | -17/+95 |
| | |||||
* | convert: simplify table conversion with templates | Josh Blum | 2011-11-12 | 1 | -52/+25 |
| | |||||
* | convert: added table conversion routine for sc16 to floats | Josh Blum | 2011-11-12 | 1 | -0/+139 |