aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/ra144.c
Commit message (Expand)AuthorAgeFilesLines
* Remove *lpc_refl from the context. Only the valueVitor Sessak2008-06-051-13/+13
* Split function rms() in two (it does two unrelated things)Vitor Sessak2008-06-051-6/+10
* Remove warning that could never be triggered.Vitor Sessak2008-06-021-10/+5
* Replace comments by error messages.Vitor Sessak2008-06-011-11/+15
* CosmeticsVitor Sessak2008-06-011-1/+1
* Rename dec2() functionVitor Sessak2008-06-011-4/+4
* Rename varVitor Sessak2008-06-011-4/+4
* Rename dec1() to a more descriptive nameVitor Sessak2008-06-011-4/+4
* The function dec1() do two completly unrelated things. Split the rms calculat...Vitor Sessak2008-06-011-9/+11
* Yet more variable renamingVitor Sessak2008-06-011-2/+2
* More variable renamingVitor Sessak2008-06-011-6/+7
* Rename functionsVitor Sessak2008-06-011-6/+6
* Rename variablesVitor Sessak2008-06-011-10/+10
* Add doxy comments to eq() and do_voice()Vitor Sessak2008-05-311-1/+11
* Minor simplificationVitor Sessak2008-05-311-2/+1
* Rename variableVitor Sessak2008-05-311-6/+6
* Remove useless intermediate variableVitor Sessak2008-05-311-3/+3
* Revert r13499, log:Vitor Sessak2008-05-301-38/+40
* Rename variableVitor Sessak2008-05-281-6/+6
* More intermediate vars removalVitor Sessak2008-05-281-3/+1
* Remove unused varVitor Sessak2008-05-281-1/+0
* Remove useless intermediate varVitor Sessak2008-05-281-3/+3
* Remove dec1() functionVitor Sessak2008-05-281-17/+12
* Use ff_acelp_weighted_vector_sum() instead of reimplementing itVitor Sessak2008-05-281-2/+3
* Make lpc coefficients 16 bit wideVitor Sessak2008-05-281-12/+17
* Simplify implementation and use of dec2()Vitor Sessak2008-05-281-14/+19
* Add commentVitor Sessak2008-05-271-1/+1
* Fix doxy commentsVitor Sessak2008-05-271-5/+5
* cosmetics: typo fixesDiego Biurrun2008-05-271-2/+2
* cosmetics: typoDiego Biurrun2008-05-261-1/+1
* Rename var: add read coefficients a decent nameVitor Sessak2008-05-261-10/+11
* Update commentVitor Sessak2008-05-261-1/+4
* Rename var: val -> energyVitor Sessak2008-05-261-9/+9
* Rename var: swapbuf* are LPC relatedVitor Sessak2008-05-261-18/+18
* Rename var: buffer_2 is an adaptive codebookVitor Sessak2008-05-261-4/+4
* Context vars are not global vars. glob is a bad name for it.Vitor Sessak2008-05-261-24/+24
* Rename context struct to be more consistent with the rest of ffmpegVitor Sessak2008-05-261-5/+5
* Merge two if'sVitor Sessak2008-05-251-5/+3
* Use (u)int16_t instead of (unsigned) shortVitor Sessak2008-05-251-16/+16
* More cosmeticsVitor Sessak2008-05-251-6/+9
* CosmeticsVitor Sessak2008-05-251-2/+1
* Rename varVitor Sessak2008-05-251-2/+2
* Minor simplification of dec1()Vitor Sessak2008-05-251-5/+3
* Minor simplification of dec2()Vitor Sessak2008-05-251-6/+1
* Remove useless variableVitor Sessak2008-05-251-4/+1
* Cosmetics: merge declaration and initializationVitor Sessak2008-05-251-3/+1
* Cosmetics: braces removalVitor Sessak2008-05-251-3/+2
* Move evaluation of variable a to where it is trivialVitor Sessak2008-05-251-11/+6
* Make add_wav() receive a vector instead of three integersVitor Sessak2008-05-251-20/+13
* Remove gbuf2 from contextVitor Sessak2008-05-251-13/+11