summaryrefslogtreecommitdiff
path: root/libavcodec/ra144.c
Commit message (Collapse)AuthorAge
...
* 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
* Rename varVitor Sessak2008-05-25
| | | | Originally committed as revision 13393 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Minor simplification of dec1()Vitor Sessak2008-05-25
| | | | Originally committed as revision 13392 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Minor simplification of dec2()Vitor Sessak2008-05-25
| | | | Originally committed as revision 13391 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless variableVitor Sessak2008-05-25
| | | | Originally committed as revision 13390 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: merge declaration and initializationVitor Sessak2008-05-25
| | | | Originally committed as revision 13389 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: braces removalVitor Sessak2008-05-25
| | | | Originally committed as revision 13388 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move evaluation of variable a to where it is trivialVitor Sessak2008-05-25
| | | | Originally committed as revision 13387 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make add_wav() receive a vector instead of three integersVitor Sessak2008-05-25
| | | | Originally committed as revision 13386 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove gbuf2 from contextVitor Sessak2008-05-25
| | | | Originally committed as revision 13383 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use (u)int16_t instead of short for tablesVitor Sessak2008-05-25
| | | | Originally committed as revision 13376 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make tables that fit in one byte (u)int8_tVitor Sessak2008-05-25
| | | | Originally committed as revision 13375 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove yet another val (gbuf1) from contextVitor Sessak2008-05-25
| | | | Originally committed as revision 13374 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Parameter n of dec functions is always 3. Hardcode it.Vitor Sessak2008-05-25
| | | | Originally committed as revision 13373 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IndentVitor Sessak2008-05-24
| | | | Originally committed as revision 13362 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove another useless variable from contextVitor Sessak2008-05-24
| | | | Originally committed as revision 13361 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use an intermediate variable for overflow testingVitor Sessak2008-05-24
| | | | Originally committed as revision 13283 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Handle the case where we do not have enough inputVitor Sessak2008-05-24
| | | | Originally committed as revision 13282 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify eq()Vitor Sessak2008-05-24
| | | | Originally committed as revision 13278 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify final()Vitor Sessak2008-05-24
| | | | Originally committed as revision 13277 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify rms()Vitor Sessak2008-05-24
| | | | Originally committed as revision 13276 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More simplifications of ra144_decode_frame()Vitor Sessak2008-05-24
| | | | Originally committed as revision 13275 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make wavtable a table instead of an arrayVitor Sessak2008-05-24
| | | | Originally committed as revision 13274 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make gbuf2 a table instead of an arrayVitor Sessak2008-05-21
| | | | Originally committed as revision 13221 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unneeded var from contextVitor Sessak2008-05-21
| | | | Originally committed as revision 13220 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: indentationVitor Sessak2008-05-21
| | | | Originally committed as revision 13216 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify irms()Vitor Sessak2008-05-21
| | | | Originally committed as revision 13215 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify add_wav()Vitor Sessak2008-05-21
| | | | Originally committed as revision 13214 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only one out of two values of gbuf1 is actually used. Make it half the size.Vitor Sessak2008-05-21
| | | | Originally committed as revision 13213 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make etable1 and etable2 tables instead of arrays.Vitor Sessak2008-05-21
| | | | Originally committed as revision 13212 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify ra144_decode_frame() by unrolling a senselessVitor Sessak2008-05-21
| | | | | | | | loop. Thanks mkhdor for suggesting this patch. Originally committed as revision 13211 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use ff_sqrt() function instead of using a tableVitor Sessak2008-05-21
| | | | Originally committed as revision 13210 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: move function to remove forward declarationsVitor Sessak2008-05-17
| | | | Originally committed as revision 13198 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Minor simplification of rotate_block()Vitor Sessak2008-05-17
| | | | Originally committed as revision 13197 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: indentationVitor Sessak2008-05-17
| | | | Originally committed as revision 13196 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: rename variableVitor Sessak2008-05-17
| | | | Originally committed as revision 13195 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify ra144_decode_frame()Vitor Sessak2008-05-17
| | | | Originally committed as revision 13194 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove a useless temporary bufferVitor Sessak2008-05-17
| | | | Originally committed as revision 13192 to svn://svn.ffmpeg.org/ffmpeg/trunk