Searched defs:ch_conv_mtx (Results 1 – 3 of 3) sorted by relevance
39 float **ch_conv_mtx; /* Coefficient matrix for mixing channels. */ member302 float **ch_conv_mtx; in convert_channels() local
484 size_t s16_convert_channels(float **ch_conv_mtx, size_t num_in_ch, in s16_convert_channels()
770 FloatPtr ch_conv_mtx = CreateFloat(out_ch * in_ch); in TEST() local