summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_onyx_if.c
diff options
context:
space:
mode:
authorAdrian Grange <agrange@google.com>2013-08-09 16:25:01 -0700
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2013-08-16 09:15:26 -0700
commit79f4c1b9a44a8a721e03a93261527d6fc0c4503d (patch)
treea3616c4d4f98951c4d7725108145892fa2e952e6 /vp9/encoder/vp9_onyx_if.c
parent3e340880a8790283598fd3b174ab74b98c2bd1f0 (diff)
downloadlibvpx-79f4c1b9a44a8a721e03a93261527d6fc0c4503d.tar
libvpx-79f4c1b9a44a8a721e03a93261527d6fc0c4503d.tar.gz
libvpx-79f4c1b9a44a8a721e03a93261527d6fc0c4503d.tar.bz2
libvpx-79f4c1b9a44a8a721e03a93261527d6fc0c4503d.zip
Fixed typos and formatting
Change-Id: I3814984a624bc64147c57efa74fbdda8eda47262
Diffstat (limited to 'vp9/encoder/vp9_onyx_if.c')
-rw-r--r--vp9/encoder/vp9_onyx_if.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vp9/encoder/vp9_onyx_if.c b/vp9/encoder/vp9_onyx_if.c
index 7cce15de8..f6145c5aa 100644
--- a/vp9/encoder/vp9_onyx_if.c
+++ b/vp9/encoder/vp9_onyx_if.c
@@ -4026,7 +4026,7 @@ int vp9_set_roimap(VP9_PTR comp, unsigned char *map, unsigned int rows,
// Activate segmentation.
vp9_enable_segmentation((VP9_PTR)cpi);
- // Set up the quan, LF and breakout threshold segment data
+ // Set up the quant, LF and breakout threshold segment data
for (i = 0; i < MAX_SEGMENTS; i++) {
feature_data[SEG_LVL_ALT_Q][i] = delta_q[i];
feature_data[SEG_LVL_ALT_LF][i] = delta_lf[i];
@@ -4046,7 +4046,7 @@ int vp9_set_roimap(VP9_PTR comp, unsigned char *map, unsigned int rows,
vp9_disable_segfeature(seg, i, SEG_LVL_ALT_LF);
}
- // Initialise the feature data structure
+ // Initialize the feature data structure
// SEGMENT_DELTADATA 0, SEGMENT_ABSDATA 1
vp9_set_segment_data((VP9_PTR)cpi, &feature_data[0][0], SEGMENT_DELTADATA);