Change ext-intra base angle 111 to 113
This makes the ext-intra angles symmetric around 135.
Change-Id: I81d4134a69e2de3e740299d66dbb9c28c59b73a5
Previous: 45, 67, 90, 111, 135, 157, 180, 203
New: 45, 67, 90, 113, 135, 157, 180, 203
diff --git a/av1/common/blockd.h b/av1/common/blockd.h
index e1deba9..f44b1c7 100644
--- a/av1/common/blockd.h
+++ b/av1/common/blockd.h
@@ -1096,7 +1096,7 @@
#if CONFIG_EXT_INTRA
extern const int16_t dr_intra_derivative[90];
static const uint8_t mode_to_angle_map[] = {
- 0, 90, 180, 45, 135, 111, 157, 203, 67, 0, 0,
+ 0, 90, 180, 45, 135, 113, 157, 203, 67, 0, 0,
#if CONFIG_SMOOTH_HV
0, 0,
#endif // CONFIG_SMOOTH_HV