Searched refs:dst_index (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavresample/aarch64/
H A Dresample_init.c36 int dst_index, const void *src0,
39 int dst_index, const void *src0,
42 int dst_index, const void *src0,
45 int dst_index, const void *src0,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswresample/
H A Dresample_template.c78 int dst_index; local
80 for (dst_index = 0; dst_index < dst_size; dst_index++) {
81 dst[dst_index] = src[index2 >> 32];
92 int dst_index; local
98 for (dst_index = 0; dst_index < n; dst_index++) {
106 OUT(dst[dst_index], va
132 int dst_index; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavresample/
H A Dresample.h46 int dst_index, const void *src0,
48 void (*resample_nearest)(void *dst0, int dst_index,
H A Dresample_template.c57 static void SET_TYPE(resample_nearest)(void *dst0, int dst_index, const void *src0, unsigned int index) argument
61 dst[dst_index] = src[index];
64 static void SET_TYPE(resample_linear)(ResampleContext *c, void *dst0, int dst_index, argument
82 OUT(dst[dst_index], val);
86 void *dst0, int dst_index, const void *src0,
100 OUT(dst[dst_index], val);
85 resample_one(ResampleContext *c, void *dst0, int dst_index, const void *src0, unsigned int index, int frac) argument
H A Dresample.c320 int dst_index; local
338 for(dst_index = 0; dst_index < dst_size; dst_index++) {
339 c->resample_nearest(dst, dst_index, src, index2 >> 32);
343 dst_index = dst_size;
345 index += dst_index * dst_incr;
346 index += (frac + dst_index * (int64_t)dst_incr_frac) / c->src_incr;
347 frac = (frac + dst_index * (int64_t)dst_incr_frac) % c->src_incr;
349 for (dst_index
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dresample2.c238 int dst_index, i; local
250 for(dst_index=0; dst_index < dst_size; dst_index++){
251 dst[dst_index] = src[index2>>32];
254 index += dst_index * dst_incr;
255 index += (frac + dst_index * (int64_t)dst_incr_frac) / c->src_incr;
256 frac = (frac + dst_index * (int64_t)dst_incr_frac) % c->src_incr;
258 for(dst_index=0; dst_index < dst_siz
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dresample2.c233 int dst_index, i; local
245 for(dst_index=0; dst_index < dst_size; dst_index++){
246 dst[dst_index] = src[index2>>32];
249 frac += dst_index * dst_incr_frac;
250 index += dst_index * dst_incr;
254 for(dst_index=0; dst_index < dst_size; dst_index
[all...]

Completed in 76 milliseconds