Fix hbd naming mistake in warped_motion.h
This changes a remaining VP9_HIGHBITDEPTH to AOM_HIGHBITDEPTH Change-Id: I35efaf9528de660fb69104792a563dba5c41f329
This commit is contained in:
@@ -61,9 +61,9 @@ void projectPointsTranslation(int16_t *mat, int *points, int *proj, const int n,
|
|||||||
const int subsampling_x, const int subsampling_y);
|
const int subsampling_x, const int subsampling_y);
|
||||||
|
|
||||||
double av1_warp_erroradv(WarpedMotionParams *wm,
|
double av1_warp_erroradv(WarpedMotionParams *wm,
|
||||||
#if CONFIG_VP9_HIGHBITDEPTH
|
#if CONFIG_AOM_HIGHBITDEPTH
|
||||||
int use_hbd, int bd,
|
int use_hbd, int bd,
|
||||||
#endif // CONFIG_VP9_HIGHBITDEPTH
|
#endif // CONFIG_AOM_HIGHBITDEPTH
|
||||||
uint8_t *ref, int width, int height, int stride,
|
uint8_t *ref, int width, int height, int stride,
|
||||||
uint8_t *dst, int p_col, int p_row, int p_width,
|
uint8_t *dst, int p_col, int p_row, int p_width,
|
||||||
int p_height, int p_stride, int subsampling_x,
|
int p_height, int p_stride, int subsampling_x,
|
||||||
|
|||||||
Reference in New Issue
Block a user