Searched refs:mlp_rematrix_channel (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/x86/ |
H A D | mlpdsp_init.c | 204 c->mlp_rematrix_channel = ff_mlp_rematrix_channel_sse4; in ff_mlpdsp_init_x86() 206 c->mlp_rematrix_channel = ff_mlp_rematrix_channel_avx2_bmi2; in ff_mlpdsp_init_x86()
|
H A D | mlpdsp.asm | 98 cglobal mlp_rematrix_channel, 0, 13, 5, samples, coeffs, blsbs_ptr, blsbs, \
|
/third_party/ffmpeg/libavcodec/ |
H A D | mlpdsp.h | 54 void (*mlp_rematrix_channel)(int32_t *samples, member
|
H A D | mlpdsp.c | 131 c->mlp_rematrix_channel = ff_mlp_rematrix_channel; in ff_mlpdsp_init()
|
H A D | mlpdec.c | 1124 m->dsp.mlp_rematrix_channel(&m->sample_buffer[0][0], in output_data()
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | mlpdsp_init_arm.c | 142 c->mlp_rematrix_channel = ff_mlp_rematrix_channel_arm; in ff_mlpdsp_init_arm()
|
Completed in 4 milliseconds