aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/convert/convert_with_tables.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width ↵Martin Braun2016-11-081-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 complianceJosh Blum2013-08-281-15/+15
|
* uhd: fix sc16 to sc8 conversion tableJosh Blum2012-02-291-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 testsJosh Blum2012-02-071-1/+70
|
* dsp rework: tx trailer, scaling work (peak)Josh Blum2012-01-311-13/+8
|
* uhd: implement convert_sc8to_sc16 table w/ scalarJosh Blum2012-01-311-0/+30
|
* convert: msvc warning fixes for sc8 table genJosh Blum2011-11-131-1/+3
|
* uhd: fixed sc8 table conversion, and simplified shiftsJosh Blum2011-11-131-19/+15
|
* convert: added table conversion routines for sc8Josh Blum2011-11-121-17/+95
|
* convert: simplify table conversion with templatesJosh Blum2011-11-121-52/+25
|
* convert: added table conversion routine for sc16 to floatsJosh Blum2011-11-121-0/+139