Home
last modified time | relevance | path

Searched refs:int32_to_float_fmul_scalar (Results 1 – 10 of 10) sorted by relevance

/third_party/ffmpeg/libavcodec/arm/
Dfmtconvert_init_arm.c45 c->int32_to_float_fmul_scalar = ff_int32_to_float_fmul_scalar_vfp; in ff_fmt_convert_init_arm()
51 c->int32_to_float_fmul_scalar = ff_int32_to_float_fmul_scalar_neon; in ff_fmt_convert_init_arm()
/third_party/ffmpeg/libavcodec/x86/
Dfmtconvert_init.c47 c->int32_to_float_fmul_scalar = ff_int32_to_float_fmul_scalar_sse; in ff_fmt_convert_init_x86()
51 c->int32_to_float_fmul_scalar = ff_int32_to_float_fmul_scalar_sse2; in ff_fmt_convert_init_x86()
Dfmtconvert.asm32 cglobal int32_to_float_fmul_scalar, 3, 3, %1, dst, src, len
34 cglobal int32_to_float_fmul_scalar, 4, 4, %1, dst, src, mul, len
/third_party/ffmpeg/libavcodec/
Dfmtconvert.c49 c->int32_to_float_fmul_scalar(&dst[i], &src[i], *mul++, 8); in int32_to_float_fmul_array8_c()
55 c->int32_to_float_fmul_scalar = int32_to_float_fmul_scalar_c; in ff_fmt_convert_init()
Dfmtconvert.h38 void (*int32_to_float_fmul_scalar)(float *dst, const int32_t *src, member
Dac3dec.c1412 s->fmt_conv.int32_to_float_fmul_scalar(s->transform_coeffs[ch], in decode_audio_block()
/third_party/ffmpeg/libavcodec/aarch64/
Dfmtconvert_init.c41 c->int32_to_float_fmul_scalar = ff_int32_to_float_fmul_scalar_neon; in ff_fmt_convert_init_aarch64()
/third_party/ffmpeg/libavcodec/ppc/
Dfmtconvert_altivec.c64 c->int32_to_float_fmul_scalar = int32_to_float_fmul_scalar_altivec; in ff_fmt_convert_init_ppc()
/third_party/ffmpeg/libavcodec/mips/
Dfmtconvert_mips.c139 c->int32_to_float_fmul_scalar = int32_to_float_fmul_scalar_mips; in ff_fmt_convert_init_mips()
/third_party/ffmpeg/tests/checkasm/
Dfmtconvert.c64 if (check_func(c.int32_to_float_fmul_scalar, "int32_to_float_fmul_scalar")) { in checkasm_check_fmtconvert()