projects
/
platform
/
upstream
/
libvpx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84ea002
)
Fix another typo in 4x4-transform-for-i8x8-intra-pred coeff contexts.
author
Ronald S. Bultje
<rbultje@google.com>
Mon, 22 Oct 2012 18:55:06 +0000
(11:55 -0700)
committer
Ronald S. Bultje
<rbultje@google.com>
Mon, 22 Oct 2012 18:55:06 +0000
(11:55 -0700)
Change-Id: I02e7f64a7c99f6c222b9ef21341b0e801d646810
vp8/encoder/rdopt.c
patch
|
blob
|
history
diff --git
a/vp8/encoder/rdopt.c
b/vp8/encoder/rdopt.c
index aadadbcb1dbcb43285168d7731a7a7fee4698416..9bed044f94d66e29832bda1be872f9c4e8bad6d7 100644
(file)
--- a/
vp8/encoder/rdopt.c
+++ b/
vp8/encoder/rdopt.c
@@
-1626,8
+1626,8
@@
static int64_t rd_pick_intra8x8block(VP8_COMP *cpi, MACROBLOCK *x, int ib,
} else {
*(a + vp8_block2above[ib]) = besta0;
*(a + vp8_block2above[ib + 1]) = besta1;
- *(l + vp8_block2
above[ib])
= bestl0;
- *(l + vp8_block2
above[ib + 4])
= bestl1;
+ *(l + vp8_block2
left[ib])
= bestl0;
+ *(l + vp8_block2
left[ib + 4])
= bestl1;
}
return best_rd;