From: Sarah Parker Date: Wed, 7 Sep 2016 19:17:22 +0000 (-0700) Subject: Fix hbd naming mistake in warped_motion.h X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e3b8ff50f26e31dd33b3ae8455368ab9a5127965;p=libvpx Fix hbd naming mistake in warped_motion.h This changes a remaining VP9_HIGHBITDEPTH to AOM_HIGHBITDEPTH Change-Id: I35efaf9528de660fb69104792a563dba5c41f329 --- diff --git a/av1/common/warped_motion.h b/av1/common/warped_motion.h index d9574017b..d7e8a2236 100644 --- a/av1/common/warped_motion.h +++ b/av1/common/warped_motion.h @@ -61,13 +61,13 @@ void projectPointsTranslation(int16_t *mat, int *points, int *proj, const int n, const int subsampling_x, const int subsampling_y); double av1_warp_erroradv(WarpedMotionParams *wm, -#if CONFIG_VP9_HIGHBITDEPTH - int use_hbd, int bd, -#endif // CONFIG_VP9_HIGHBITDEPTH - uint8_t *ref, int width, int height, int stride, - uint8_t *dst, int p_col, int p_row, int p_width, - int p_height, int p_stride, int subsampling_x, - int subsampling_y, int x_scale, int y_scale); +#if CONFIG_AOM_HIGHBITDEPTH + int use_hbd, int bd, +#endif // CONFIG_AOM_HIGHBITDEPTH + uint8_t *ref, int width, int height, int stride, + uint8_t *dst, int p_col, int p_row, int p_width, + int p_height, int p_stride, int subsampling_x, + int subsampling_y, int x_scale, int y_scale); void av1_warp_plane(WarpedMotionParams *wm, #if CONFIG_AOM_HIGHBITDEPTH