Searched refs:float_to_fixed24 (Results 1 – 8 of 8) sorted by relevance
/third_party/ffmpeg/libavcodec/x86/ |
D | ac3dsp_init.c | 51 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()
|
D | ac3dsp.asm | 87 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/ |
D | ac3dsp_init_arm.c | 59 c->float_to_fixed24 = ff_float_to_fixed24_neon; in ff_ac3dsp_init_arm()
|
/third_party/ffmpeg/libavcodec/ |
D | ac3dsp.h | 56 void (*float_to_fixed24)(int32_t *dst, const float *src, unsigned int len); member
|
D | ac3enc_float.c | 52 s->ac3dsp.float_to_fixed24(s->fixed_coef_buffer + (chan_size * !cpl), in scale_coefficients()
|
D | ac3dsp.c | 371 c->float_to_fixed24 = float_to_fixed24_c; in ff_ac3dsp_init()
|
D | ac3enc_template.c | 265 s->ac3dsp.float_to_fixed24(fixed_cpl_coords[blk][1], in apply_channel_coupling()
|
/third_party/ffmpeg/libavcodec/mips/ |
D | ac3dsp_mips.c | 411 c->float_to_fixed24 = float_to_fixed24_mips; in ff_ac3dsp_init_mips()
|