• Alexandra Hájková's avatar
    dca: change the core to work with integer coefficients. · aebf0707
    Alexandra Hájková authored
    The DCA core decoder converts integer coefficients read from the
    bitstream to floats just after reading them (along with dequantization).
    All the other steps of the audio reconstruction are done with floats
    which makes the output for the DTS lossless extension (XLL)
    actually lossy.
    This patch changes the DCA core to work with integer coefficients
    until QMF. At this point the integer coefficients are converted to floats.
    The coefficients for the LFE channel (lfe_data) are not touched.
    This is the first step for the really lossless XLL decoding.
    aebf0707
Name
Last commit
Last update
..
checkasm Loading commit data...
fate Loading commit data...
filtergraphs Loading commit data...
ref Loading commit data...
Makefile Loading commit data...
audiogen.c Loading commit data...
base64.c Loading commit data...
fate-run.sh Loading commit data...
fate.sh Loading commit data...
lavf-regression.sh Loading commit data...
md5.sh Loading commit data...
reference.pnm Loading commit data...
regression-funcs.sh Loading commit data...
rotozoom.c Loading commit data...
tiny_psnr.c Loading commit data...
utils.c Loading commit data...
videogen.c Loading commit data...