84 Commits (a28d9122d2c09296ba323ad62a7ff9956e394bc7)

Author SHA1 Message Date
Vitor Sessak d26a180fd6 Add comment 17 years ago
Vitor Sessak 1fe50db3f2 Fix doxy comments 17 years ago
Diego Biurrun ae52bbe5de cosmetics: typo fixes 17 years ago
Diego Biurrun 30bd40f2f1 cosmetics: typo 17 years ago
Vitor Sessak 6286924461 Rename var: add read coefficients a decent name 17 years ago
Vitor Sessak e9655b3dcd Update comment 17 years ago
Vitor Sessak 2a7b6f251c Rename var: val -> energy 17 years ago
Vitor Sessak e037baf797 Rename var: swapbuf* are LPC related 17 years ago
Vitor Sessak f000bfad3d Rename var: buffer_2 is an adaptive codebook 17 years ago
Vitor Sessak 17a7fc8ceb Context vars are not global vars. glob is a bad name for it. 17 years ago
Vitor Sessak fc9fcbaed5 Rename context struct to be more consistent with the rest of ffmpeg 17 years ago
Vitor Sessak 5012cf88a3 Merge two if's 17 years ago
Vitor Sessak 9d3c35fcfc Use (u)int16_t instead of (unsigned) short 17 years ago
Vitor Sessak 6fc4fac06c More cosmetics 17 years ago
Vitor Sessak b906a5e3b7 Cosmetics 17 years ago
Vitor Sessak f8b5f7c71d Rename var 17 years ago
Vitor Sessak ac1c27b21c Minor simplification of dec1() 17 years ago
Vitor Sessak 4bf8f3029b Minor simplification of dec2() 17 years ago
Vitor Sessak c62c628fb3 Remove useless variable 17 years ago
Vitor Sessak 14ff7cceeb Cosmetics: merge declaration and initialization 17 years ago
Vitor Sessak cdc15adf16 Cosmetics: braces removal 17 years ago
Vitor Sessak 58e23a5f21 Move evaluation of variable a to where it is trivial 17 years ago
Vitor Sessak d6ff684b12 Make add_wav() receive a vector instead of three integers 17 years ago
Vitor Sessak 8916d922fc Remove gbuf2 from context 17 years ago
Vitor Sessak d7dc90e42d Use (u)int16_t instead of short for tables 17 years ago
Vitor Sessak 0a08273542 Make tables that fit in one byte (u)int8_t 17 years ago
Vitor Sessak cb24827f4d Remove yet another val (gbuf1) from context 17 years ago
Vitor Sessak 94e79f0949 Parameter n of dec functions is always 3. Hardcode it. 17 years ago
Vitor Sessak a6072fdc18 Indent 17 years ago
Vitor Sessak ae76c49908 Remove another useless variable from context 17 years ago
Vitor Sessak 13b6729361 Use an intermediate variable for overflow testing 17 years ago
Vitor Sessak 84490b744e Handle the case where we do not have enough input 17 years ago
Vitor Sessak be2c232f43 Simplify eq() 17 years ago
Vitor Sessak 2279dd9e41 Simplify final() 17 years ago
Vitor Sessak 0853393979 Simplify rms() 17 years ago
Vitor Sessak c2c237a0d5 More simplifications of ra144_decode_frame() 17 years ago
Vitor Sessak d548f09ff6 Make wavtable a table instead of an array 17 years ago
Vitor Sessak afe359c110 Make gbuf2 a table instead of an array 17 years ago
Vitor Sessak 53da3f5f92 Remove unneeded var from context 17 years ago
Vitor Sessak 3ceac114ee Cosmetics: indentation 17 years ago
Vitor Sessak c32985829a Simplify irms() 17 years ago
Vitor Sessak bf6497e911 Simplify add_wav() 17 years ago
Vitor Sessak c7666095fa Only one out of two values of gbuf1 is actually used. Make it half the size. 17 years ago
Vitor Sessak 65189c6cac Make etable1 and etable2 tables instead of arrays. 17 years ago
Vitor Sessak 59ffb6e2cc Simplify ra144_decode_frame() by unrolling a senseless 17 years ago
Vitor Sessak 432a54ef80 Use ff_sqrt() function instead of using a table 17 years ago
Vitor Sessak 47abbd3eb9 Cosmetics: move function to remove forward declarations 17 years ago
Vitor Sessak f1bf6ba3db Minor simplification of rotate_block() 17 years ago
Vitor Sessak f54b42736d Cosmetics: indentation 17 years ago
Vitor Sessak 0c62d04e00 Cosmetics: rename variable 17 years ago