]> granicus.if.org Git - libvpx/commitdiff
Fix hbd naming mistake in warped_motion.h
authorSarah Parker <sarahparker@google.com>
Wed, 7 Sep 2016 19:17:22 +0000 (12:17 -0700)
committerSarah Parker <sarahparker@google.com>
Wed, 7 Sep 2016 19:20:16 +0000 (12:20 -0700)
This changes a remaining VP9_HIGHBITDEPTH to AOM_HIGHBITDEPTH

Change-Id: I35efaf9528de660fb69104792a563dba5c41f329

av1/common/warped_motion.h

index d9574017b9725bc4b68056aeca980a8b9a147354..d7e8a22361011bf394c42b9809aa0847f29ec3c6 100644 (file)
@@ -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