mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-29 06:45:47 +00:00
opustab: macro constant as a double
May increase intermediate precision on some compilers.
This commit is contained in:
parent
cf4af4bca0
commit
f492095bd3
@ -1164,7 +1164,7 @@ const uint32_t * const ff_celt_pvq_u_row[15] = {
|
||||
* libopus uses a slighly rounded constant, set to 0.85 exactly,
|
||||
* to simplify its fixed-point version, but it's not significant to impact
|
||||
* compliance. */
|
||||
#define CELT_EMPH_COEFF 0.8500061035f
|
||||
#define CELT_EMPH_COEFF 0.8500061035
|
||||
|
||||
DECLARE_ALIGNED(16, const float, ff_opus_deemph_weights)[] = {
|
||||
CELT_EMPH_COEFF,
|
||||
|
Loading…
Reference in New Issue
Block a user