Searched refs:float_to_int16_interleave (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/arm/
H A Dfmtconvert_init_arm.c45 c->float_to_int16_interleave = ff_float_to_int16_interleave_neon;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dfmtconvert.h69 void (*float_to_int16_interleave)(int16_t *dst, const float **src, member in struct:FmtConvertContext
H A Dfmtconvert.c82 c->float_to_int16_interleave = float_to_int16_interleave_c;
H A Dbinkaudio.c64 float *coeffs_ptr[MAX_CHANNELS]; ///< pointers to the coeffs arrays for float_to_int16_interleave
268 s->fmt_conv.float_to_int16_interleave(s->current,
271 s->fmt_conv.float_to_int16_interleave(out, (const float **)s->coeffs_ptr,
H A Datrac3.c885 q->fmt_conv.float_to_int16_interleave(samples_s16,
H A Dwmadec.c797 s->fmt_conv.float_to_int16_interleave(samples, output, n, incr);
H A Dac3dec.c1430 s->fmt_conv.float_to_int16_interleave(out_samples_s16, output, 256,
H A Daacdec.c2253 ac->fmt_conv.float_to_int16_interleave((int16_t *)ac->frame.data[0],
H A Ddca.c1918 s->fmt_conv.float_to_int16_interleave(samples_s16,
H A Dvorbisdec.c1689 vc->fmt_conv.float_to_int16_interleave((int16_t *)vc->frame.data[0],
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dfmtconvert_init.c127 c->float_to_int16_interleave = float_to_int16_interleave_3dnow;
132 c->float_to_int16_interleave = float_to_int16_interleave_3dnowext;
138 c->float_to_int16_interleave = float_to_int16_interleave_sse;
144 c->float_to_int16_interleave = float_to_int16_interleave_sse2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Dfmtconvert_init_arm.c62 c->float_to_int16_interleave = ff_float_to_int16_interleave_neon;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dfmtconvert.h86 void (*float_to_int16_interleave)(int16_t *dst, const float **src, member in struct:FmtConvertContext
H A Dfmtconvert.c95 c->float_to_int16_interleave = float_to_int16_interleave_c;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Dfmtconvert_mmx.c122 c->float_to_int16_interleave = float_to_int16_interleave_3dnow;
127 c->float_to_int16_interleave = float_to_int16_interleave_3dn2;
133 c->float_to_int16_interleave = float_to_int16_interleave_sse;
139 c->float_to_int16_interleave = float_to_int16_interleave_sse2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/ppc/
H A Dfmtconvert_altivec.c140 c->float_to_int16_interleave = float_to_int16_interleave_altivec;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/mips/
H A Dfmtconvert_mips.c337 c->float_to_int16_interleave = float_to_int16_interleave_mips;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/ppc/
H A Dfmtconvert_altivec.c174 c->float_to_int16_interleave = float_to_int16_interleave_altivec;

Completed in 169 milliseconds