Home
last modified time | relevance | path

Searched refs:mlp_rematrix_channel (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/x86/
H A Dmlpdsp_init.c204 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 Dmlpdsp.asm98 cglobal mlp_rematrix_channel, 0, 13, 5, samples, coeffs, blsbs_ptr, blsbs, \
/third_party/ffmpeg/libavcodec/
H A Dmlpdsp.h54 void (*mlp_rematrix_channel)(int32_t *samples, member
H A Dmlpdsp.c131 c->mlp_rematrix_channel = ff_mlp_rematrix_channel; in ff_mlpdsp_init()
H A Dmlpdec.c1124 m->dsp.mlp_rematrix_channel(&m->sample_buffer[0][0], in output_data()
/third_party/ffmpeg/libavcodec/arm/
H A Dmlpdsp_init_arm.c142 c->mlp_rematrix_channel = ff_mlp_rematrix_channel_arm; in ff_mlpdsp_init_arm()

Completed in 4 milliseconds