comparison qcelpdata.h @ 9123:36a5caff8540 libavcodec

Part 2 of 2 of Kenan Gillet's 'make ff_qcelp_lspf2lpc more general' changeset. This one relocates the QCELP especific code to the qcelpdec.* files.
author reynaldo
date Wed, 04 Mar 2009 01:33:56 +0000
parents e9d9d946f213
children 3c98f3e1b719
comparison
equal deleted inserted replaced
9122:0613e9b5514c 9123:36a5caff8540
548 * 548 *
549 * TIA/EIA/IS-733 2.4.3.2.7-2 549 * TIA/EIA/IS-733 2.4.3.2.7-2
550 */ 550 */
551 #define QCELP_LSP_OCTAVE_PREDICTOR 29.0/32 551 #define QCELP_LSP_OCTAVE_PREDICTOR 29.0/32
552 552
553 /**
554 * initial coefficient to perform bandwidth expansion on LPC
555 *
556 * @note: 0.9883 looks like an approximation of 253/256.
557 *
558 * TIA/EIA/IS-733 2.4.3.3.6 6
559 */
560 #define QCELP_BANDWITH_EXPANSION_COEFF 0.9883
561
553 #endif /* AVCODEC_QCELPDATA_H */ 562 #endif /* AVCODEC_QCELPDATA_H */