summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_scale.h
diff options
context:
space:
mode:
authorDeb Mukherjee <debargha@google.com>2014-10-08 12:43:22 -0700
committerDeb Mukherjee <debargha@google.com>2014-10-09 14:40:40 -0700
commit1929c9b39198719c9b5a102385b56a0b909e1dfd (patch)
tree7fdf6e216b43db4034b6f83dd1b15bfd27d863c7 /vp9/common/vp9_scale.h
parentab35f9817ea27e84ca63e4a62eb6ceb2f27b22b2 (diff)
downloadlibvpx-1929c9b39198719c9b5a102385b56a0b909e1dfd.tar
libvpx-1929c9b39198719c9b5a102385b56a0b909e1dfd.tar.gz
libvpx-1929c9b39198719c9b5a102385b56a0b909e1dfd.tar.bz2
libvpx-1929c9b39198719c9b5a102385b56a0b909e1dfd.zip
Rename highbitdepth functions to use highbd prefix
Uses highbd_ prefix convention consistently. Change-Id: I58f7f799a7ff8e32701bcd71c955bcf1cdd4581e
Diffstat (limited to 'vp9/common/vp9_scale.h')
-rw-r--r--vp9/common/vp9_scale.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp9/common/vp9_scale.h b/vp9/common/vp9_scale.h
index 2e923db9c..a1601a72f 100644
--- a/vp9/common/vp9_scale.h
+++ b/vp9/common/vp9_scale.h
@@ -33,7 +33,7 @@ struct scale_factors {
convolve_fn_t predict[2][2][2]; // horiz, vert, avg
#if CONFIG_VP9_HIGHBITDEPTH
- high_convolve_fn_t high_predict[2][2][2]; // horiz, vert, avg
+ highbd_convolve_fn_t highbd_predict[2][2][2]; // horiz, vert, avg
#endif
};