Home
last modified time | relevance | path

Searched refs:float_to_fixed24 (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/x86/
Dac3dsp_init.c51 c->float_to_fixed24 = ff_float_to_fixed24_3dnow; in ff_ac3dsp_init_x86()
58 c->float_to_fixed24 = ff_float_to_fixed24_sse; in ff_ac3dsp_init_x86()
62 c->float_to_fixed24 = ff_float_to_fixed24_sse2; in ff_ac3dsp_init_x86()
Dac3dsp.asm87 cglobal float_to_fixed24, 3, 3, 0, dst, src, len
114 cglobal float_to_fixed24, 3, 3, 3, dst, src, len
139 cglobal float_to_fixed24, 3, 3, 9, dst, src, len
/third_party/ffmpeg/libavcodec/arm/
Dac3dsp_init_arm.c59 c->float_to_fixed24 = ff_float_to_fixed24_neon; in ff_ac3dsp_init_arm()
/third_party/ffmpeg/libavcodec/
Dac3dsp.h56 void (*float_to_fixed24)(int32_t *dst, const float *src, unsigned int len); member
Dac3enc_float.c52 s->ac3dsp.float_to_fixed24(s->fixed_coef_buffer + (chan_size * !cpl), in scale_coefficients()
Dac3dsp.c371 c->float_to_fixed24 = float_to_fixed24_c; in ff_ac3dsp_init()
Dac3enc_template.c265 s->ac3dsp.float_to_fixed24(fixed_cpl_coords[blk][1], in apply_channel_coupling()
/third_party/ffmpeg/libavcodec/mips/
Dac3dsp_mips.c411 c->float_to_fixed24 = float_to_fixed24_mips; in ff_ac3dsp_init_mips()