summaryrefslogtreecommitdiff
path: root/libavcodec/ra144.c
Commit message (Collapse)AuthorAge
...
* 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
* Remove useless buffersVitor Sessak2008-05-15
| | | | Originally committed as revision 13168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify rotate_block()Vitor Sessak2008-05-15
| | | | Originally committed as revision 13167 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not pass the context to functions that do not use itVitor Sessak2008-05-15
| | | | Originally committed as revision 13166 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Declare vars as const when possibleVitor Sessak2008-05-15
| | | | Originally committed as revision 13165 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not copy tables to a context var, use them directlyVitor Sessak2008-05-15
| | | | Originally committed as revision 13164 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unneeded fields from the decoder contextVitor Sessak2008-05-15
| | | | Originally committed as revision 13163 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Read the bitstream where the data is actually needed instead of doing it in ↵Vitor Sessak2008-05-15
| | | | | | unpack_input() Originally committed as revision 13162 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use correct type in FFSWAP (thanks to Benoit Fouet for pointing it out)Vitor Sessak2008-05-15
| | | | Originally committed as revision 13161 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: remove useless parenthesisVitor Sessak2008-05-15
| | | | Originally committed as revision 13160 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The first table of decodetable[] is unrelated to the other. Rename it.Vitor Sessak2008-05-15
| | | | Originally committed as revision 13159 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify do_voice().Vitor Sessak2008-05-11
| | | | | | Patch by Vitor Sessak (vitor1001 gmail com) Originally committed as revision 13124 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace some hardcoded swapping with FFSWAP.Vitor Sessak2008-05-11
| | | | | | Patch by Vitor Sessak (vitor1001 gmail com) Originally committed as revision 13123 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused defines from ra144.Vitor Sessak2008-05-11
| | | | | | Patch by Vitor Sessak (vitor1001 gmail com) Originally committed as revision 13122 to svn://svn.ffmpeg.org/ffmpeg/trunk