Home
last modified time | relevance | path

Searched refs:DELEM (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libswresample/
Ddither_template.c21 # define DELEM double macro
26 # define DELEM float macro
31 # define DELEM int32_t macro
36 # define DELEM int16_t macro
55 const DELEM *src = (const DELEM*)srcs->ch[ch]; in RENAME()
56 DELEM *dst = (DELEM*)dsts->ch[ch]; in RENAME()
83 #undef DELEM
Dresample_template.c32 # define DELEM double macro
42 # define DELEM float macro
52 # define DELEM int32_t macro
64 # define DELEM int16_t macro
78 DELEM *dst = dest; in RENAME()
79 const DELEM *src = source; in RENAME()
92 DELEM *dst = dest; in RENAME()
93 const DELEM *src = source; in RENAME()
147 DELEM *dst = dest; in RENAME()
148 const DELEM *src = source; in RENAME()
[all …]
/third_party/ffmpeg/libswresample/aarch64/
Dresample_init.c31 #define DECLARE_RESAMPLE_COMMON_TEMPLATE(TYPE, DELEM, FELEM, FELEM2, OUT) \ argument
33 void ff_resample_common_apply_filter_x4_##TYPE##_neon(FELEM2 *acc, const DELEM *src, \
36 void ff_resample_common_apply_filter_x8_##TYPE##_neon(FELEM2 *acc, const DELEM *src, \
42 DELEM *dst = dest; \
43 const DELEM *src = source; \
/third_party/ffmpeg/libswresample/arm/
Dresample_init.c31 #define DECLARE_RESAMPLE_COMMON_TEMPLATE(TYPE, DELEM, FELEM, FELEM2, OUT) \ argument
33 void ff_resample_common_apply_filter_x4_##TYPE##_neon(FELEM2 *acc, const DELEM *src, \
36 void ff_resample_common_apply_filter_x8_##TYPE##_neon(FELEM2 *acc, const DELEM *src, \
42 DELEM *dst = dest; \
43 const DELEM *src = source; \