Searched refs:filter_alloc (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswresample/
H A Dresample.h34 int filter_alloc; member in struct:ResampleContext
H A Dresample_template.c99 FELEM *filter = ((FELEM *) c->filter_bank) + c->filter_alloc * index;
142 FELEM *filter = ((FELEM *) c->filter_bank) + c->filter_alloc * index;
148 v2 += src[sample_index + i] * (FELEM2)filter[i + c->filter_alloc];
H A Dresample.c219 c->filter_alloc = FFALIGN(c->filter_length, 8);
220 c->filter_bank = av_calloc(c->filter_alloc, (phase_count+1)*c->felem_size);
225 if (build_filter(c, (void*)c->filter_bank, factor, c->filter_length, c->filter_alloc, phase_count, 1<<c->filter_shift, filter_type, kaiser_beta))
227 memcpy(c->filter_bank + (c->filter_alloc*phase_count+1)*c->felem_size, c->filter_bank, (c->filter_alloc-1)*c->felem_size);
228 memcpy(c->filter_bank + (c->filter_alloc*phase_count )*c->felem_size, c->filter_bank + (c->filter_alloc - 1)*c->felem_size, c->felem_size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswresample/x86/
H A Dresample.asm35 .filter_alloc: resd 1
96 mov edi, [ctxq+ResampleContext.filter_alloc]
98 DEFINE_ARGS filter_alloc, dst, src, phase_shift, index, frac, dst_incr_mod, \
102 mov R9d, [ctxq+ResampleContext.filter_alloc]
105 DEFINE_ARGS phase_shift, dst, src, filter_alloc, index, frac, dst_incr_mod, \
128 PUSH dword [ctxq+ResampleContext.filter_alloc]
220 DEFINE_ARGS filter_alloc, dst, src, phase_shift, index, frac, dst_incr_mod, \
224 DEFINE_ARGS phase_shift, dst, src, filter_alloc, index, frac, dst_incr_mod, \
321 mov edi, [ctxq+ResampleContext.filter_alloc]
323 DEFINE_ARGS filter_alloc, ds
[all...]

Completed in 63 milliseconds