comparison libmpcodecs/vf_ow.c @ 29263:0f1b5b68af32

whitespace cosmetics: Remove all trailing whitespace.
author diego
date Wed, 13 May 2009 02:58:57 +0000
parents 290420c32921
children a7b908875c14
comparison
equal deleted inserted replaced
29262:7d545a6b8aff 29263:0f1b5b68af32
24 * @todo optimize optimize optimize 24 * @todo optimize optimize optimize
25 * @todo hard tresholding 25 * @todo hard tresholding
26 * @todo use QP to decide filter strength 26 * @todo use QP to decide filter strength
27 * @todo wavelet normalization / least squares optimal signal vs. noise thresholds 27 * @todo wavelet normalization / least squares optimal signal vs. noise thresholds
28 */ 28 */
29 29
30 #include <stdio.h> 30 #include <stdio.h>
31 #include <string.h> 31 #include <string.h>
32 #include <inttypes.h> 32 #include <inttypes.h>
33 #include <math.h> 33 #include <math.h>
34 34