119 Commits (81bd4119652ce3911c6604f3421a46c677d6c10f)

Author SHA1 Message Date
Vitor Sessak 5af20c207e Remove an useless comment describing colmult() 17 years ago
Vitor Sessak d899014ee2 Remove an useless comment describing prodsum() 17 years ago
Vitor Sessak 952a980d75 Give the context variables of ra288 a better name: s/glob/ractx/ 17 years ago
Vitor Sessak 029e1c01b5 Give the context structure of ra288 a better name: s/Real288_internal/RA288Context/ 17 years ago
Vitor Sessak a53b545068 Cosmetics: grammar nits 17 years ago
Vitor Sessak 2477d60944 Rename update() function to backward_filter() and add a doxy comment 17 years ago
Vitor Sessak a6755f8d53 Rename and comment bandwidth broadening tables 17 years ago
Vitor Sessak 5e65f5df0e Follow FFmpeg convention of returning negative values on error in eval_lpc_coeffs() 17 years ago
Vitor Sessak a3896c6377 Rename pred() to eval_lpc_coeffs() and add a doxy comment 17 years ago
Vitor Sessak a0cce1587b Give windowing tables a more descriptive name 17 years ago
Vitor Sessak 475d0e1464 Add comments to do_hybrid_window() 17 years ago
Vitor Sessak 0f72a2b7d3 Give parameters of do_hybrid_window() more meaningful names 17 years ago
Vitor Sessak 427981c7a6 Rename co() function to the much more descriptive name of 17 years ago
Vitor Sessak 5ab3d66fe5 Simplify co(): write constant in a more readable way 17 years ago
Vitor Sessak bf75ac57b8 Simplify co(), use memcpy/memmove and colmult() when useful. 17 years ago
Vitor Sessak 9f59e608d2 Cosmetics: alignment 17 years ago
Vitor Sessak 3c617380e7 Simplify co(): do not abuse pointer aritmetics 17 years ago
Vitor Sessak 6bc5714be6 Simplify co(): remove variables that are only used once 17 years ago
Vitor Sessak 96e8987e5b Simplify: do not overuse pointer aritmetic 17 years ago
Vitor Sessak c52d2da905 Declare parameters of pred() that could be const as such 17 years ago
Vitor Sessak efa85e5e45 Another simplification 17 years ago
Vitor Sessak 4a51e06bfc Simplify 17 years ago
Vitor Sessak 02a1eb9329 Simplify 17 years ago
Vitor Sessak e4265007a6 Declare function parameters as const 17 years ago
Vitor Sessak 0e3510a31f Revert r14218. FFMAX is a macro, so 17 years ago
Vitor Sessak b903a9285e Simplify 17 years ago
Vitor Sessak 3819081f75 Another av_clipf() usage 17 years ago
Vitor Sessak aa64ee30d1 Do not declare as double a var that only stores a float 17 years ago
Vitor Sessak 1894db1487 Simplify: use FFMAX 17 years ago
Vitor Sessak 4138ad961c Add av_clipf() function to common.h and use it in ra288.c 17 years ago
Vitor Sessak 5be30c59da Simplify: glob->phase is always == 3 17 years ago
Vitor Sessak f803495415 Remove phasep context var, it is just phase*5 17 years ago
Vitor Sessak eb73742d6e Slighly faster operation 17 years ago
Vitor Sessak 8edfd15175 Cosmetics: remove braces 17 years ago
Vitor Sessak a5f0f504df Another use of scalar_product_float() 17 years ago
Vitor Sessak a03a6db1af Do not reimplement memmove() 17 years ago
Vitor Sessak 647b90ae0e Cosmetics: remove braces 17 years ago
Vitor Sessak 7a64649d68 Create a function for float dot product instead of duplicating all over the file 17 years ago
Vitor Sessak 6f1e7a9e09 Write for loops in a more standard way. In my opinion, they are much more readable now. 17 years ago
Vitor Sessak 69c23e6f33 Move vars declaration to inner loop when possible 17 years ago
Vitor Sessak 12ea267bca Simplify 17 years ago
Vitor Sessak ab52eb8e50 Remove unneeded var 17 years ago
Vitor Sessak 780433976d Use a matrix instead of a vector 17 years ago
Vitor Sessak f38deb4452 Remove useless wrapper around ra288_decode_frame() 17 years ago
Vitor Sessak 6091357fc0 Remove unpack() function, read the bitstream as needed 17 years ago
Vitor Sessak 285ea3e30a Clean up error message 17 years ago
Vitor Sessak a40b2c2a4b Rewrite unpack() using the bitstream reader 17 years ago
Vitor Sessak 4452836391 Move function to avoid forward declaration 17 years ago
Vitor Sessak c1fadf5012 Remove useless initialization 17 years ago
Vitor Sessak eec7ade275 Reindent the whole file 17 years ago