summaryrefslogtreecommitdiff
path: root/vpx_dsp
diff options
context:
space:
mode:
authorJerome Jiang <jianj@google.com>2023-06-07 16:35:19 -0400
committerJerome Jiang <jianj@google.com>2023-06-07 16:41:18 -0400
commitd42b7fd66162be7a94ded287c09461acd7875c8d (patch)
tree8902d4286c175e0699a8e7b04245b8fa16a3fb18 /vpx_dsp
parent6a8eb04feccc05dba9b42c0f95405055183a798c (diff)
downloadlibvpx-d42b7fd66162be7a94ded287c09461acd7875c8d.tar
libvpx-d42b7fd66162be7a94ded287c09461acd7875c8d.tar.gz
libvpx-d42b7fd66162be7a94ded287c09461acd7875c8d.tar.bz2
libvpx-d42b7fd66162be7a94ded287c09461acd7875c8d.zip
Fix more typos (n/n)
impace -> impact taget -> target prediciton -> prediction addtion -> addition the the -> the Bug: webm:1803 Change-Id: I759c9d930a037ca69662164fcd6be160ed707d77
Diffstat (limited to 'vpx_dsp')
-rw-r--r--vpx_dsp/ppc/variance_vsx.c2
-rw-r--r--vpx_dsp/variance.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/vpx_dsp/ppc/variance_vsx.c b/vpx_dsp/ppc/variance_vsx.c
index be9614a35..6c6bc9a30 100644
--- a/vpx_dsp/ppc/variance_vsx.c
+++ b/vpx_dsp/ppc/variance_vsx.c
@@ -225,7 +225,7 @@ static INLINE void variance(const uint8_t *src_ptr, int src_stride,
}
/* Identical to the variance call except it does not calculate the
- * sse - sum^2 / w*h and returns sse in addtion to modifying the passed in
+ * sse - sum^2 / w*h and returns sse in addition to modifying the passed in
* variable.
*/
#define MSE(W, H) \
diff --git a/vpx_dsp/variance.c b/vpx_dsp/variance.c
index a6793efb6..1c476542f 100644
--- a/vpx_dsp/variance.c
+++ b/vpx_dsp/variance.c
@@ -180,7 +180,7 @@ static void var_filter_block2d_bil_second_pass(
}
/* Identical to the variance call except it does not calculate the
- * sse - sum^2 / w*h and returns sse in addtion to modifying the passed in
+ * sse - sum^2 / w*h and returns sse in addition to modifying the passed in
* variable.
*/
#define MSE(W, H) \