summaryrefslogtreecommitdiffstats
path: root/libavcodec/ra144.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use (u)int16_t instead of short for tablesVitor Sessak2008-05-251-1/+1
* Make tables that fit in one byte (u)int8_tVitor Sessak2008-05-251-2/+3
* Remove yet another val (gbuf1) from contextVitor Sessak2008-05-251-12/+13
* Parameter n of dec functions is always 3. Hardcode it.Vitor Sessak2008-05-251-10/+10
* IndentVitor Sessak2008-05-241-2/+2
* Remove another useless variable from contextVitor Sessak2008-05-241-6/+2
* Use an intermediate variable for overflow testingVitor Sessak2008-05-241-2/+5
* Handle the case where we do not have enough inputVitor Sessak2008-05-241-3/+5
* Simplify eq()Vitor Sessak2008-05-241-28/+11
* Simplify final()Vitor Sessak2008-05-241-17/+12
* Simplify rms()Vitor Sessak2008-05-241-14/+8
* More simplifications of ra144_decode_frame()Vitor Sessak2008-05-241-9/+5
* Make wavtable a table instead of an arrayVitor Sessak2008-05-241-2/+2
* Make gbuf2 a table instead of an arrayVitor Sessak2008-05-211-7/+6
* Remove unneeded var from contextVitor Sessak2008-05-211-12/+10
* Cosmetics: indentationVitor Sessak2008-05-211-2/+2
* Simplify irms()Vitor Sessak2008-05-211-5/+3
* Simplify add_wav()Vitor Sessak2008-05-211-15/+6
* Only one out of two values of gbuf1 is actually used. Make it half the size.Vitor Sessak2008-05-211-4/+2
* Make etable1 and etable2 tables instead of arrays.Vitor Sessak2008-05-211-2/+2
* Simplify ra144_decode_frame() by unrolling a senselessVitor Sessak2008-05-211-18/+7
* Use ff_sqrt() function instead of using a tableVitor Sessak2008-05-211-1/+1
* Cosmetics: move function to remove forward declarationsVitor Sessak2008-05-171-39/+33
* Minor simplification of rotate_block()Vitor Sessak2008-05-171-2/+2
* Cosmetics: indentationVitor Sessak2008-05-171-1/+1
* Cosmetics: rename variableVitor Sessak2008-05-171-4/+4
* Simplify ra144_decode_frame()Vitor Sessak2008-05-171-4/+1
* Remove a useless temporary bufferVitor Sessak2008-05-171-4/+4
* Remove useless buffersVitor Sessak2008-05-151-6/+2
OpenPOWER on IntegriCloud