Subversion Repositories filter_foundry

Rev

Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
335 2021-09-07 16:25:18 daniel-marschall /trunk/ - `dmin` has been changed from 0 to -512, `dmax` has been changed from 1024 to 512, and `D` stayed 1024 (`D:=dmax-dmin`), in order to fit the actual ranges of `d`, as implemented in Filter Factory.
- `I` is now defined as `imax-imin`. Same with `U` and `V`. Therefore, the variables are now `I=255`, `U=110`, and `V=156`.
 
/trunk/3264_mixer/foundry_3264_mixer_manual.bat
/trunk/testcases/d_minmax.afs
/trunk/testcases/d_minmax_factory.png
/trunk/testcases/d_minmax_foundry.png
/trunk/3264_mixer/foundry_3264_mixer.bat
/trunk/CHANGELOG.md
/trunk/Filter Factory Compatibility.md
/trunk/TODO.md
/trunk/doc/The Filter Foundry.docx
/trunk/doc/The Filter Foundry.pdf
/trunk/funcs.c
/trunk/funcs.h
/trunk/process.c
/trunk/testcases/iuv_minmax.afs
/trunk/testcases/iuv_minmax_factory.png
/trunk/testcases/iuv_minmax_foundry.png
304 2021-08-28 01:55:43 daniel-marschall /trunk/ Added a documentation based on the Filter Factory documentation.
The previously undocumented variables I, U, V as well as imin, umin, vmin have been changed to represent the actual results of the i,u,v variables.
 
/trunk/doc
/trunk/doc/The Filter Foundry.docx
/trunk/doc/The Filter Foundry.pdf
/trunk/testcases/iuv_minmax.afs
/trunk/testcases/iuv_minmax_factory.png
/trunk/testcases/iuv_minmax_foundry.png
/trunk/Filter Factory.pdf
/trunk/CHANGELOG.md
/trunk/Filter Factory Compatibility.md
/trunk/README.md
/trunk/TODO.md
/trunk/funcs.c
/trunk/funcs.h
/trunk/lexer.l
/trunk/process.c