diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-07-26 11:11:46 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-07-26 11:12:11 +0200 |
commit | 46ad2d9e446304e00f44760da5abd66f5117b4fa (patch) | |
tree | f41cbe98d569fc5801aef45ec87ef5541c22515c /libavcodec/twinvq.c | |
parent | 5dc2c99055ae4a95336f28c58c8c8da4033979f1 (diff) | |
parent | 03039f4c8cdb4f8e5dc69905f3d73e2a531157e8 (diff) | |
download | ffmpeg-46ad2d9e446304e00f44760da5abd66f5117b4fa.tar.gz |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
miscellaneous typo fixes
Conflicts:
configure
libavformat/avisynth.c
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/twinvq.c')
-rw-r--r-- | libavcodec/twinvq.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libavcodec/twinvq.c b/libavcodec/twinvq.c index ea80becb3e..7c449f3299 100644 --- a/libavcodec/twinvq.c +++ b/libavcodec/twinvq.c @@ -230,7 +230,7 @@ static void memset_float(float *buf, float val, int size) * Evaluate a single LPC amplitude spectrum envelope coefficient from the line * spectrum pairs. * - * @param lsp a vector of the cosinus of the LSP values + * @param lsp a vector of the cosine of the LSP values * @param cos_val cos(PI*i/N) where i is the index of the LPC amplitude * @param order the order of the LSP (and the size of the *lsp buffer). Must * be a multiple of four. @@ -302,9 +302,9 @@ static inline float get_cos(int idx, int part, const float *cos_tab, int size) * unexplained condition. * * @param step the size of a block "siiiibiiii" - * @param in the cosinus of the LSP data - * @param part is 0 for 0...PI (positive cossinus values) and 1 for PI...2PI - * (negative cossinus values) + * @param in the cosine of the LSP data + * @param part is 0 for 0...PI (positive cosine values) and 1 for PI...2PI + * (negative cosine values) * @param size the size of the whole output */ static inline void eval_lpcenv_or_interp(TwinContext *tctx, |