| Index: patched-ffmpeg-mt/libavcodec/cavsdsp.c
|
| ===================================================================
|
| --- patched-ffmpeg-mt/libavcodec/cavsdsp.c (revision 41250)
|
| +++ patched-ffmpeg-mt/libavcodec/cavsdsp.c (working copy)
|
| @@ -510,11 +510,6 @@
|
| CAVS_MC(avg_, 8)
|
| CAVS_MC(avg_, 16)
|
|
|
| -void ff_put_cavs_qpel8_mc00_c(uint8_t *dst, uint8_t *src, int stride);
|
| -void ff_avg_cavs_qpel8_mc00_c(uint8_t *dst, uint8_t *src, int stride);
|
| -void ff_put_cavs_qpel16_mc00_c(uint8_t *dst, uint8_t *src, int stride);
|
| -void ff_avg_cavs_qpel16_mc00_c(uint8_t *dst, uint8_t *src, int stride);
|
| -
|
| av_cold void ff_cavsdsp_init(DSPContext* c, AVCodecContext *avctx) {
|
| #define dspfunc(PFX, IDX, NUM) \
|
| c->PFX ## _pixels_tab[IDX][ 0] = ff_ ## PFX ## NUM ## _mc00_c; \
|
|
|