summaryrefslogtreecommitdiff
path: root/vp9/decoder
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@google.com>2013-05-29 17:35:05 -0700
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2013-05-29 17:35:05 -0700
commit17544d1478febf1b047a4d021336402b7d6762af (patch)
tree4d0ad7b035f9a133e202467a460affc7e024b7af /vp9/decoder
parent7873de1481cc66da342625c11b39971da14cbcec (diff)
parent4487f5a69059e44cf6400754bd2d9af42f74bb5f (diff)
downloadlibvpx-17544d1478febf1b047a4d021336402b7d6762af.tar
libvpx-17544d1478febf1b047a4d021336402b7d6762af.tar.gz
libvpx-17544d1478febf1b047a4d021336402b7d6762af.tar.bz2
libvpx-17544d1478febf1b047a4d021336402b7d6762af.zip
Merge "Remove some unused code related to macroblock/splitmv coding." into experimental
Diffstat (limited to 'vp9/decoder')
-rw-r--r--vp9/decoder/vp9_decodemv.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/vp9/decoder/vp9_decodemv.c b/vp9/decoder/vp9_decodemv.c
index 6b511b504..813a26cdc 100644
--- a/vp9/decoder/vp9_decodemv.c
+++ b/vp9/decoder/vp9_decodemv.c
@@ -362,10 +362,6 @@ static MB_PREDICTION_MODE read_sb_mv_ref(vp9_reader *r, const vp9_prob *p) {
return (MB_PREDICTION_MODE) treed_read(r, vp9_sb_mv_ref_tree, p);
}
-static MB_PREDICTION_MODE read_mv_ref(vp9_reader *r, const vp9_prob *p) {
- return (MB_PREDICTION_MODE) treed_read(r, vp9_mv_ref_tree, p);
-}
-
#ifdef VPX_MODE_COUNT
unsigned int vp9_mv_cont_count[5][4] = {
{ 0, 0, 0, 0 },