Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
2acc0ac542d9186feee25bbe444c49cb59ca393e
/
apps
/
plugins
/
lib
/
fixedpoint.h
2acc0ac
Updated our source code header to explicitly mention that we are GPL v2 or
by Daniel Stenberg
· 16 years ago
ebe5acf
Fixed the problems on the new version of the fire plugin (so repush it), added new actions to the pluginlib_actions to fix the keymaps on the Sansa e200 for the clock and fire plugins. Also slightly simplified the metronome plugin's key mapping with those new actions.
by Kevin Ferrare
· 17 years ago
dae719d
Revert today's fire commits because it crashed all the targets I could test with (OndioFM, M5, C250). The plugin action conversion also caused problems (e.g. in a c200 sim which was working) I couldn't control flame type and movement and couldn't exit.
by Marianne Arnold
· 17 years ago
eb93be2
Fire plugin : initializes palettes with a function instead of storing them in static arrays, changed the color LCD's palette to make it look nicer, switched the button API to the action API, reorganized code a little bit
by Kevin Ferrare
· 17 years ago
98e6073
vu_meter: Use the fixedpoint lib (moving flog there)
by Robert Keevil
· 17 years ago
df4f56b
plugins code cleanup : moved the duplicated fixed point table loockup based sinus/cosinus functions to fixedpoint.c, removed the bmp size definition in the clock.c|-(useless as the size is already defined in a .h generated with every bitmaps ...)
by Kevin Ferrare
· 17 years ago
5f48e15
Optimise EQ coef calculation routines for both speed and size. Move now unneeded fsqrt function to plugin fixed point library in case it'll be needed. Move all fixed point helper macros to dsp.h. Added FRACMUL_SHL macro to facilitate high-precision shifting of 64 bit multiplies and remove rounding from macsr in main thread to make this work as intended.
by Thom Johansen
· 18 years ago
cf82512
Removed executable flag
by Linus Nielsen Feltzing
· 18 years ago
f98fd72
Beginnings of a fixed point math library for use in plugins. fsincos() only for now, mostly copied from eq.c
by Jens Arnold
· 18 years ago