summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_bitstream.c
diff options
context:
space:
mode:
authorDeb Mukherjee <debargha@google.com>2012-11-15 15:14:38 -0800
committerDeb Mukherjee <debargha@google.com>2012-11-28 16:21:12 -0800
commit0742b1e4ae6c0c9c132adfabe945c352bae2cbc6 (patch)
tree29139a8eb36e059073b172f341e0e30c59965d23 /vp9/encoder/vp9_bitstream.c
parentc67873989f294b906ee07e4f0df35cd0f4ad20d7 (diff)
downloadlibvpx-0742b1e4ae6c0c9c132adfabe945c352bae2cbc6.tar
libvpx-0742b1e4ae6c0c9c132adfabe945c352bae2cbc6.tar.gz
libvpx-0742b1e4ae6c0c9c132adfabe945c352bae2cbc6.tar.bz2
libvpx-0742b1e4ae6c0c9c132adfabe945c352bae2cbc6.zip
Fixing 8x8/4x4 ADST for intra modes with tx select
This patch allows use of 8x8 and 4x4 ADST correctly for Intra 16x16 modes and Intra 8x8 modes when the block size selected is smaller than the prediction mode. Also includes some cleanups and refactoring. Rebase. Change-Id: Ie3257bdf07bdb9c6e9476915e3a80183c8fa005a
Diffstat (limited to 'vp9/encoder/vp9_bitstream.c')
-rw-r--r--vp9/encoder/vp9_bitstream.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/vp9/encoder/vp9_bitstream.c b/vp9/encoder/vp9_bitstream.c
index 644f2082b..c5c932143 100644
--- a/vp9/encoder/vp9_bitstream.c
+++ b/vp9/encoder/vp9_bitstream.c
@@ -939,7 +939,6 @@ static void pack_inter_mode_mvs(VP9_COMP *const cpi, vp9_writer *const bc) {
#endif
write_ymode(bc, mode, pc->fc.ymode_prob);
}
-
if (mode == B_PRED) {
int j = 0;
#if CONFIG_COMP_INTRA_PRED