diff options
author | Xiang, Haihao <haihao.xiang@intel.com> | 2015-09-28 16:45:38 +0800 |
---|---|---|
committer | Xiang, Haihao <haihao.xiang@intel.com> | 2015-09-29 13:51:14 +0800 |
commit | 589b7a892321a8a0705dcfd833f1d6814e6e5b96 (patch) | |
tree | edeb88013563bb67886bb8d60702bf8ba3b065eb /src/i965_vpp_avs.h | |
parent | 0b4d1b0ef586cdd1f7ed9780727b01e61021ef76 (diff) |
AVS: avs has more phases for sharp filter on SKL
It fixes the broken VA_FILTER_SCALING_HQ on SKL
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
Reviewed-by: Zhao, Yakui <yakui.zhao@intel.com>
Diffstat (limited to 'src/i965_vpp_avs.h')
-rw-r--r-- | src/i965_vpp_avs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i965_vpp_avs.h b/src/i965_vpp_avs.h index f4aafeb..01616bd 100644 --- a/src/i965_vpp_avs.h +++ b/src/i965_vpp_avs.h @@ -32,7 +32,7 @@ #include <stdbool.h> /** Maximum number of phases for the sharp filter */ -#define AVS_MAX_PHASES 16 +#define AVS_MAX_PHASES 32 /** Maximum number of coefficients for luma samples */ #define AVS_MAX_LUMA_COEFFS 8 |