intrapred: protect functions w/CONFIG check x2
high-bitdepth version d207e, d63e, d45e are only used with CONFIG_MISC_FIXES Change-Id: I77292e11f51fd76d4127fd0027f876866bcf8675
This commit is contained in:
parent
b0549839f6
commit
cdf1077d5a
@ -534,6 +534,7 @@ static INLINE void highbd_d207_predictor(uint16_t *dst, ptrdiff_t stride,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if CONFIG_MISC_FIXES
|
||||||
static INLINE void highbd_d207e_predictor(uint16_t *dst, ptrdiff_t stride,
|
static INLINE void highbd_d207e_predictor(uint16_t *dst, ptrdiff_t stride,
|
||||||
int bs, const uint16_t *above,
|
int bs, const uint16_t *above,
|
||||||
const uint16_t *left, int bd) {
|
const uint16_t *left, int bd) {
|
||||||
@ -550,6 +551,7 @@ static INLINE void highbd_d207e_predictor(uint16_t *dst, ptrdiff_t stride,
|
|||||||
dst += stride;
|
dst += stride;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif // CONFIG_MISC_FIXES
|
||||||
|
|
||||||
static INLINE void highbd_d63_predictor(uint16_t *dst, ptrdiff_t stride,
|
static INLINE void highbd_d63_predictor(uint16_t *dst, ptrdiff_t stride,
|
||||||
int bs, const uint16_t *above,
|
int bs, const uint16_t *above,
|
||||||
@ -585,6 +587,7 @@ static INLINE void highbd_d45_predictor(uint16_t *dst, ptrdiff_t stride, int bs,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if CONFIG_MISC_FIXES
|
||||||
static INLINE void highbd_d45e_predictor(uint16_t *dst, ptrdiff_t stride,
|
static INLINE void highbd_d45e_predictor(uint16_t *dst, ptrdiff_t stride,
|
||||||
int bs, const uint16_t *above,
|
int bs, const uint16_t *above,
|
||||||
const uint16_t *left, int bd) {
|
const uint16_t *left, int bd) {
|
||||||
@ -599,6 +602,7 @@ static INLINE void highbd_d45e_predictor(uint16_t *dst, ptrdiff_t stride,
|
|||||||
dst += stride;
|
dst += stride;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif // CONFIG_MISC_FIXES
|
||||||
|
|
||||||
static INLINE void highbd_d117_predictor(uint16_t *dst, ptrdiff_t stride,
|
static INLINE void highbd_d117_predictor(uint16_t *dst, ptrdiff_t stride,
|
||||||
int bs, const uint16_t *above,
|
int bs, const uint16_t *above,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user