Searched refs:_cfg (Results 1 – 3 of 3) sorted by relevance
/external/libopus/celt/ |
D | kiss_fft.h | 171 #define opus_fft(_cfg, _fin, _fout, arch) \ argument 172 ((*OPUS_FFT[(arch)&OPUS_ARCHMASK])(_cfg, _fin, _fout)) 176 #define opus_ifft(_cfg, _fin, _fout, arch) \ argument 177 ((*OPUS_IFFT[(arch)&OPUS_ARCHMASK])(_cfg, _fin, _fout)) 187 #define opus_fft(_cfg, _fin, _fout, arch) \ argument 188 ((void)(arch), opus_fft_c(_cfg, _fin, _fout)) 190 #define opus_ifft(_cfg, _fin, _fout, arch) \ argument 191 ((void)(arch), opus_ifft_c(_cfg, _fin, _fout))
|
/external/libopus/celt/tests/ |
D | test_unit_mdct.c | 118 mdct_lookup _cfg; in test1d() local 119 clt_mdct_init(&_cfg, nfft, 0, arch); in test1d() 120 cfg = &_cfg; in test1d() 181 clt_mdct_clear(&_cfg, arch); in test1d()
|
/external/u-boot/drivers/pinctrl/ |
D | pinctrl_pic32.c | 42 #define PIN_CONFIG(_prt, _pin, _cfg) \ argument 43 {.port = (_prt), .pin = (_pin), .config = (_cfg), }
|