|
|
@ -142,7 +142,6 @@ void ff_avg_h264_chroma_mc8_neon(uint8_t *, uint8_t *, int, int, int, int); |
|
|
|
void ff_avg_h264_chroma_mc4_neon(uint8_t *, uint8_t *, int, int, int, int); |
|
|
|
void ff_avg_h264_chroma_mc4_neon(uint8_t *, uint8_t *, int, int, int, int); |
|
|
|
void ff_avg_h264_chroma_mc2_neon(uint8_t *, uint8_t *, int, int, int, int); |
|
|
|
void ff_avg_h264_chroma_mc2_neon(uint8_t *, uint8_t *, int, int, int, int); |
|
|
|
|
|
|
|
|
|
|
|
void ff_butterflies_float_neon(float *v1, float *v2, int len); |
|
|
|
|
|
|
|
float ff_scalarproduct_float_neon(const float *v1, const float *v2, int len); |
|
|
|
float ff_scalarproduct_float_neon(const float *v1, const float *v2, int len); |
|
|
|
|
|
|
|
|
|
|
|
void ff_vector_clipf_neon(float *dst, const float *src, float min, float max, |
|
|
|
void ff_vector_clipf_neon(float *dst, const float *src, float min, float max, |
|
|
@ -294,7 +293,6 @@ void ff_dsputil_init_neon(DSPContext *c, AVCodecContext *avctx) |
|
|
|
c->avg_h264_qpel_pixels_tab[1][15] = ff_avg_h264_qpel8_mc33_neon; |
|
|
|
c->avg_h264_qpel_pixels_tab[1][15] = ff_avg_h264_qpel8_mc33_neon; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
c->butterflies_float = ff_butterflies_float_neon; |
|
|
|
|
|
|
|
c->scalarproduct_float = ff_scalarproduct_float_neon; |
|
|
|
c->scalarproduct_float = ff_scalarproduct_float_neon; |
|
|
|
c->vector_clipf = ff_vector_clipf_neon; |
|
|
|
c->vector_clipf = ff_vector_clipf_neon; |
|
|
|
c->vector_clip_int32 = ff_vector_clip_int32_neon; |
|
|
|
c->vector_clip_int32 = ff_vector_clip_int32_neon; |
|
|
|