summaryrefslogtreecommitdiff
path: root/aom_dsp/psnr.c
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2017-12-28 14:40:49 -0800
committerJohann Koenig <johannkoenig@google.com>2018-01-24 04:01:46 +0000
commit123e8a608845a82944a62353ab44945e374e8e7e (patch)
tree5114810a897a1f998dbb5808e345b389b8496dfc /aom_dsp/psnr.c
parente2994a5c536d1af5533ec00e3a1f94600fc53696 (diff)
adopt some clang 5.0.0 formatting
At least the changes that don't conflict with 4.0.1 Change-Id: Iaa2fda027b8ab2b023d608cf5ec7b377a72b851e
Diffstat (limited to 'aom_dsp/psnr.c')
-rw-r--r--aom_dsp/psnr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/aom_dsp/psnr.c b/aom_dsp/psnr.c
index de6d922d5..954e56416 100644
--- a/aom_dsp/psnr.c
+++ b/aom_dsp/psnr.c
@@ -26,8 +26,8 @@ double aom_sse_to_psnr(double samples, double peak, double sse) {
}
/* TODO(yaowu): The block_variance calls the unoptimized versions of variance()
-* and highbd_8_variance(). It should not.
-*/
+ * and highbd_8_variance(). It should not.
+ */
static void encoder_variance(const uint8_t *a, int a_stride, const uint8_t *b,
int b_stride, int w, int h, unsigned int *sse,
int *sum) {