Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/arm/
H A Dfmtconvert_init_arm.c46 c->int32_to_float_fmul_array8 = ff_int32_to_float_fmul_array8_vfp; in ff_fmt_convert_init_arm()
50 c->int32_to_float_fmul_array8 = ff_int32_to_float_fmul_array8_neon; in ff_fmt_convert_init_arm()
/third_party/ffmpeg/libavcodec/aarch64/
H A Dfmtconvert_init.c40 c->int32_to_float_fmul_array8 = ff_int32_to_float_fmul_array8_neon; in ff_fmt_convert_init_aarch64()
/third_party/ffmpeg/libavcodec/x86/
H A Dfmtconvert_init.c45 c->int32_to_float_fmul_array8 = ff_int32_to_float_fmul_array8_sse2; in ff_fmt_convert_init_x86()
H A Dfmtconvert.asm66 cglobal int32_to_float_fmul_array8, 5, 5, 5, c, dst, src, mul, len
/third_party/ffmpeg/libavcodec/
H A Dfmtconvert.h63 void (*int32_to_float_fmul_array8)(struct FmtConvertContext *c, member
H A Dfmtconvert.c57 c->int32_to_float_fmul_array8 = int32_to_float_fmul_array8_c; in ff_fmt_convert_init()
/third_party/ffmpeg/tests/checkasm/
H A Dfmtconvert.c84 if (check_func(c.int32_to_float_fmul_array8, "int32_to_float_fmul_array8")) { in checkasm_check_fmtconvert()
98 fprintf(stderr, "int32_to_float_fmul_array8: len: %d\n", length[j]); in checkasm_check_fmtconvert()

Completed in 5 milliseconds