filters: ditherings: Cleanups.
commit84bb1080f66c943353a9e3aac213f0837a2ca583
authorCyril Hrubis <metan@ucw.cz>
Tue, 24 Sep 2013 15:43:57 +0000 (24 17:43 +0200)
committerCyril Hrubis <metan@ucw.cz>
Tue, 24 Sep 2013 16:27:42 +0000 (24 18:27 +0200)
tree5a5d37a0b5be117e13f3d08acb83ef6c20e5881b
parent07fc6dce72522e9b86d09dffb4c61be6db3a127c
filters: ditherings: Cleanups.

Change the API of Floyd-Steinberg and Hilbert-Peano ditherings to match
rest of the functions function.

* Rename the functions
* Fix all usages
* Update list of filters exported symbols
* Fix python bindings
* Add ditherings to API Coverage tests

Signed-off-by: Cyril Hrubis <metan@ucw.cz>
13 files changed:
build/syms/Filters_symbols.txt
demos/c_simple/loaders_register.c
demos/c_simple/v4l2_show.c
demos/grinder/grinder.c
demos/py_simple/dither.py
demos/spiv/spiv.c
include/filters/GP_Dither.h
libs/filters/GP_Dither.c [deleted file]
libs/filters/GP_FloydSteinberg.gen.c.t
libs/filters/GP_HilbertPeano.gen.c.t
pylib/gfxprim/filters/__init__.py
pylib/gfxprim/filters/filters.i
tests/filters/APICoverage.gen.c.t