summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_tokenize.h
diff options
context:
space:
mode:
authorJingning Han <jingning@google.com>2013-08-14 10:52:36 -0700
committerJingning Han <jingning@google.com>2013-08-15 14:54:48 -0700
commit68369ca89741e4bd1ef9a3822c8041dc6deda974 (patch)
tree3dd2c26d29dbf4bb321647b00eef84819e578111 /vp9/encoder/vp9_tokenize.h
parentc2ff1882ffe8cbb8499b55bea4e59e0facda0ba7 (diff)
downloadlibvpx-68369ca89741e4bd1ef9a3822c8041dc6deda974.tar
libvpx-68369ca89741e4bd1ef9a3822c8041dc6deda974.tar.gz
libvpx-68369ca89741e4bd1ef9a3822c8041dc6deda974.tar.bz2
libvpx-68369ca89741e4bd1ef9a3822c8041dc6deda974.zip
Refactor rd loop for chroma components
This commit makes the rate-distortion optimization search of chroma components consistent across all block sizes. It removes redundant codes. Change-Id: I7e76f54d045e8efdd41d84a164c71f55b484471b
Diffstat (limited to 'vp9/encoder/vp9_tokenize.h')
-rw-r--r--vp9/encoder/vp9_tokenize.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/vp9/encoder/vp9_tokenize.h b/vp9/encoder/vp9_tokenize.h
index f61783d4b..2afb74871 100644
--- a/vp9/encoder/vp9_tokenize.h
+++ b/vp9/encoder/vp9_tokenize.h
@@ -34,7 +34,6 @@ typedef int64_t vp9_coeff_accum[REF_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS]
int vp9_sb_is_skippable(MACROBLOCKD *xd, BLOCK_SIZE_TYPE bsize);
int vp9_is_skippable_in_plane(MACROBLOCKD *xd, BLOCK_SIZE_TYPE bsize,
int plane);
-int vp9_sbuv_is_skippable(MACROBLOCKD *xd, BLOCK_SIZE_TYPE bsize);
struct VP9_COMP;
void vp9_tokenize_sb(struct VP9_COMP *cpi, TOKENEXTRA **t, int dry_run,