Searched refs:DELEM (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswresample/
H A Ddither_template.c4 # define DELEM double macro
9 # define DELEM float macro
14 # define DELEM int32_t macro
19 # define DELEM int16_t macro
38 const DELEM *src = (const DELEM*)srcs->ch[ch];
39 DELEM *dst = (DELEM*)dsts->ch[ch];
66 #undef DELEM macro
H A Dresample_template.c32 # define DELEM double macro
41 # define DELEM float macro
50 # define DELEM int32_t macro
62 # define DELEM int16_t macro
76 DELEM *dst = dest;
77 const DELEM *src = source;
90 DELEM *dst = dest;
91 const DELEM *src = source;
130 DELEM *dst = dest;
131 const DELEM *sr
181 #undef DELEM macro
[all...]

Completed in 70 milliseconds