Searched refs:int32_to_float_fmul_scalar (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Dfmtconvert_init_arm.c48 c->int32_to_float_fmul_scalar = ff_int32_to_float_fmul_scalar_vfp;
58 c->int32_to_float_fmul_scalar = ff_int32_to_float_fmul_scalar_neon;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/arm/
H A Dfmtconvert_init_arm.c41 c->int32_to_float_fmul_scalar = ff_int32_to_float_fmul_scalar_neon;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dfmtconvert.h38 void (*int32_to_float_fmul_scalar)(float *dst, const int *src, float mul, int len); member in struct:FmtConvertContext
H A Dfmtconvert.c80 c->int32_to_float_fmul_scalar = int32_to_float_fmul_scalar_c;
H A Dac3dec.c1250 s->fmt_conv.int32_to_float_fmul_scalar(s->transform_coeffs[ch],
H A Ddca.c1206 s->fmt_conv.int32_to_float_fmul_scalar(subband_samples[k][l],
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dfmtconvert.h38 void (*int32_to_float_fmul_scalar)(float *dst, const int32_t *src, member in struct:FmtConvertContext
H A Dfmtconvert.c41 c->int32_to_float_fmul_scalar(&dst[i], &src[i], *mul++, 8);
92 c->int32_to_float_fmul_scalar = int32_to_float_fmul_scalar_c;
H A Dac3dec.c1327 s->fmt_conv.int32_to_float_fmul_scalar(s->transform_coeffs[ch],
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dfmtconvert_init.c136 c->int32_to_float_fmul_scalar = ff_int32_to_float_fmul_scalar_sse;
142 c->int32_to_float_fmul_scalar = ff_int32_to_float_fmul_scalar_sse2;
H A Dfmtconvert.asm40 cglobal int32_to_float_fmul_scalar, 3, 3, %1, dst, src, len
42 cglobal int32_to_float_fmul_scalar, 4, 4, %1, dst, src, mul, len
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Dfmtconvert_mmx.c131 c->int32_to_float_fmul_scalar = ff_int32_to_float_fmul_scalar_sse;
137 c->int32_to_float_fmul_scalar = ff_int32_to_float_fmul_scalar_sse2;
H A Dfmtconvert.asm28 ; void int32_to_float_fmul_scalar(float *dst, const int *src, float mul, int len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/ppc/
H A Dfmtconvert_altivec.c137 c->int32_to_float_fmul_scalar = int32_to_float_fmul_scalar_altivec;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/mips/
H A Dfmtconvert_mips.c340 c->int32_to_float_fmul_scalar = int32_to_float_fmul_scalar_mips;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/ppc/
H A Dfmtconvert_altivec.c171 c->int32_to_float_fmul_scalar = int32_to_float_fmul_scalar_altivec;

Completed in 135 milliseconds