Searched defs:_fin (Results 1 – 6 of 6) sorted by relevance
/external/libopus/celt/arm/ |
D | fft_arm.h | 61 #define opus_fft(_st, _fin, _fout, arch) \ argument 64 #define opus_ifft(_st, _fin, _fout, arch) \ argument
|
/external/libopus/celt/ |
D | kiss_fft.h | 171 #define opus_fft(_cfg, _fin, _fout, arch) \ argument 176 #define opus_ifft(_cfg, _fin, _fout, arch) \ argument 187 #define opus_fft(_cfg, _fin, _fout, arch) \ argument 190 #define opus_ifft(_cfg, _fin, _fout, arch) \ argument
|
/external/rnnoise/src/ |
D | kiss_fft.h | 174 #define opus_fft(_cfg, _fin, _fout, arch) \ argument 179 #define opus_ifft(_cfg, _fin, _fout, arch) \ argument 190 #define opus_fft(_cfg, _fin, _fout, arch) \ argument 193 #define opus_ifft(_cfg, _fin, _fout, arch) \ argument
|
/external/libaom/libaom/common/ |
D | y4minput.c | 782 int y4m_input_open(y4m_input *_y4m, FILE *_fin, char *_skip, int _nskip, in y4m_input_open() 1094 int y4m_input_fetch_frame(y4m_input *_y4m, FILE *_fin, aom_image_t *_img) { in y4m_input_fetch_frame()
|
/external/libvpx/libvpx/ |
D | y4minput.c | 787 int y4m_input_open(y4m_input *_y4m, FILE *_fin, char *_skip, int _nskip, in y4m_input_open() 1066 int y4m_input_fetch_frame(y4m_input *_y4m, FILE *_fin, vpx_image_t *_img) { in y4m_input_fetch_frame()
|
/external/libopus/src/ |
D | opus_compare.c | 54 static size_t read_pcm16(float **_samples,FILE *_fin,int _nchannels){ in read_pcm16()
|