summaryrefslogtreecommitdiff
path: root/libavcodec/ra144.c
Commit message (Collapse)AuthorAge
...
* Remove useless commentVitor Sessak2008-06-19
| | | | Originally committed as revision 13829 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Last table renamingVitor Sessak2008-06-19
| | | | Originally committed as revision 13828 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Yet more table renamingVitor Sessak2008-06-19
| | | | Originally committed as revision 13827 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More table renamingVitor Sessak2008-06-19
| | | | Originally committed as revision 13825 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename tableVitor Sessak2008-06-19
| | | | Originally committed as revision 13824 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename vars: s/decsp/out/Vitor Sessak2008-06-19
| | | | Originally committed as revision 13823 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename functionVitor Sessak2008-06-19
| | | | Originally committed as revision 13822 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename varVitor Sessak2008-06-19
| | | | Originally committed as revision 13821 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
| | | | Originally committed as revision 13759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove *lpc_refl from the context. Only the valueVitor Sessak2008-06-05
| | | | | | | calculated in rms() is actually needed. It also avoid recalculating it later. Originally committed as revision 13664 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split function rms() in two (it does two unrelated things)Vitor Sessak2008-06-05
| | | | Originally committed as revision 13663 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove warning that could never be triggered.Vitor Sessak2008-06-02
| | | | | | Thanks Mkhodor for pointing it out. Originally committed as revision 13629 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace comments by error messages.Vitor Sessak2008-06-01
| | | | | | Thanks to Mkhodor for the tip. Originally committed as revision 13609 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CosmeticsVitor Sessak2008-06-01
| | | | Originally committed as revision 13608 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename dec2() functionVitor Sessak2008-06-01
| | | | Originally committed as revision 13607 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename varVitor Sessak2008-06-01
| | | | Originally committed as revision 13606 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename dec1() to a more descriptive nameVitor Sessak2008-06-01
| | | | Originally committed as revision 13605 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The function dec1() do two completly unrelated things. Split the rms ↵Vitor Sessak2008-06-01
| | | | | | calculation out of it. Originally committed as revision 13604 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Yet more variable renamingVitor Sessak2008-06-01
| | | | Originally committed as revision 13599 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More variable renamingVitor Sessak2008-06-01
| | | | Originally committed as revision 13598 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename functionsVitor Sessak2008-06-01
| | | | Originally committed as revision 13597 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename variablesVitor Sessak2008-06-01
| | | | Originally committed as revision 13596 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add doxy comments to eq() and do_voice()Vitor Sessak2008-05-31
| | | | Originally committed as revision 13581 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Minor simplificationVitor Sessak2008-05-31
| | | | Originally committed as revision 13578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename variableVitor Sessak2008-05-31
| | | | Originally committed as revision 13577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless intermediate variableVitor Sessak2008-05-31
| | | | Originally committed as revision 13576 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert r13499, log:Vitor Sessak2008-05-30
| | | | | | | | | Make lpc coefficients 16 bit wide Only one of my samples didn't decode bit-exact after this change, but better be safe than sorry. Originally committed as revision 13560 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename variableVitor Sessak2008-05-28
| | | | Originally committed as revision 13510 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More intermediate vars removalVitor Sessak2008-05-28
| | | | Originally committed as revision 13508 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused varVitor Sessak2008-05-28
| | | | Originally committed as revision 13506 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless intermediate varVitor Sessak2008-05-28
| | | | Originally committed as revision 13505 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove dec1() functionVitor Sessak2008-05-28
| | | | Originally committed as revision 13504 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use ff_acelp_weighted_vector_sum() instead of reimplementing itVitor Sessak2008-05-28
| | | | Originally committed as revision 13500 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make lpc coefficients 16 bit wideVitor Sessak2008-05-28
| | | | Originally committed as revision 13499 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify implementation and use of dec2()Vitor Sessak2008-05-28
| | | | Originally committed as revision 13498 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add commentVitor Sessak2008-05-27
| | | | Originally committed as revision 13469 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix doxy commentsVitor Sessak2008-05-27
| | | | Originally committed as revision 13468 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: typo fixesDiego Biurrun2008-05-27
| | | | Originally committed as revision 13464 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: typoDiego Biurrun2008-05-26
| | | | Originally committed as revision 13443 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename var: add read coefficients a decent nameVitor Sessak2008-05-26
| | | | Originally committed as revision 13435 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update commentVitor Sessak2008-05-26
| | | | Originally committed as revision 13434 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename var: val -> energyVitor Sessak2008-05-26
| | | | Originally committed as revision 13433 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename var: swapbuf* are LPC relatedVitor Sessak2008-05-26
| | | | Originally committed as revision 13432 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename var: buffer_2 is an adaptive codebookVitor Sessak2008-05-26
| | | | Originally committed as revision 13431 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Context vars are not global vars. glob is a bad name for it.Vitor Sessak2008-05-26
| | | | Originally committed as revision 13430 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename context struct to be more consistent with the rest of ffmpegVitor Sessak2008-05-26
| | | | Originally committed as revision 13429 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge two if'sVitor Sessak2008-05-25
| | | | Originally committed as revision 13401 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use (u)int16_t instead of (unsigned) shortVitor Sessak2008-05-25
| | | | Originally committed as revision 13400 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More cosmeticsVitor Sessak2008-05-25
| | | | Originally committed as revision 13395 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CosmeticsVitor Sessak2008-05-25
| | | | Originally committed as revision 13394 to svn://svn.ffmpeg.org/ffmpeg/trunk