X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Faactab.h;h=eb915166a2da4fbb6e3f0ed091e8255d78d31aef;hb=1fc13a6269516541917b646231b5bc19a42c1384;hp=9f333801e9866ceca47584ba0d8615c340839a7e;hpb=fcfb66ba9b6e8e8026fa38ea99e0458b31321217;p=ffmpeg diff --git a/libavcodec/aactab.h b/libavcodec/aactab.h index 9f333801e98..eb915166a2d 100644 --- a/libavcodec/aactab.h +++ b/libavcodec/aactab.h @@ -41,6 +41,14 @@ * encoder. */ +/* @name ltp_coef + * Table of the LTP coefficients + */ +static const INTFLOAT ltp_coef[8] = { + Q30(0.570829f), Q30(0.696616f), Q30(0.813004f), Q30(0.911304f), + Q30(0.984900f), Q30(1.067894f), Q30(1.194601f), Q30(1.369533f), +}; + /* @name tns_tmp2_map * Tables of the tmp2[] arrays of LPC coefficients used for TNS. * The suffix _M_N[] indicate the values of coef_compress and coef_res