Say I wanted to downsample an image in realtime (1280x720) to a very small scale (16x16) and not suffer from "dancing" pixels when the image moves, which technique would I use?
This would be using XBox360/PS3 GPUs.
Note that the 16x16 image only needs to contain a very "generalised" representation of the original image - almost like a rough-estimate of colour.
Doing a direct downsample results in pixels coming in/out of the sampling so you get a dancing/disco effect when the image moves.
Thanks for any help.