DELEM              31 libswresample/aarch64/resample_init.c #define DECLARE_RESAMPLE_COMMON_TEMPLATE(TYPE, DELEM, FELEM, FELEM2, OUT)                         \
DELEM              33 libswresample/aarch64/resample_init.c void ff_resample_common_apply_filter_x4_##TYPE##_neon(FELEM2 *acc, const DELEM *src,              \
DELEM              36 libswresample/aarch64/resample_init.c void ff_resample_common_apply_filter_x8_##TYPE##_neon(FELEM2 *acc, const DELEM *src,              \
DELEM              42 libswresample/aarch64/resample_init.c     DELEM *dst = dest;                                                                            \
DELEM              43 libswresample/aarch64/resample_init.c     const DELEM *src = source;                                                                    \
DELEM              31 libswresample/arm/resample_init.c #define DECLARE_RESAMPLE_COMMON_TEMPLATE(TYPE, DELEM, FELEM, FELEM2, OUT)                         \
DELEM              33 libswresample/arm/resample_init.c void ff_resample_common_apply_filter_x4_##TYPE##_neon(FELEM2 *acc, const DELEM *src,              \
DELEM              36 libswresample/arm/resample_init.c void ff_resample_common_apply_filter_x8_##TYPE##_neon(FELEM2 *acc, const DELEM *src,              \
DELEM              42 libswresample/arm/resample_init.c     DELEM *dst = dest;                                                                            \
DELEM              43 libswresample/arm/resample_init.c     const DELEM *src = source;                                                                    \
DELEM              55 libswresample/dither_template.c         const DELEM *src = (const DELEM*)srcs->ch[ch];
DELEM              56 libswresample/dither_template.c         DELEM *dst = (DELEM*)dsts->ch[ch];
DELEM              78 libswresample/resample_template.c     DELEM *dst = dest;
DELEM              79 libswresample/resample_template.c     const DELEM *src = source;
DELEM              92 libswresample/resample_template.c     DELEM *dst = dest;
DELEM              93 libswresample/resample_template.c     const DELEM *src = source;
DELEM             147 libswresample/resample_template.c     DELEM *dst = dest;
DELEM             148 libswresample/resample_template.c     const DELEM *src = source;