Searched defs:_fin (Results 1 – 4 of 4) sorted by relevance
/external/libopus/celt/arm/ |
D | fft_arm.h | 62 #define opus_fft(_st, _fin, _fout, arch) \ argument 65 #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/libvpx/libvpx/ |
D | y4minput.c | 772 int y4m_input_open(y4m_input *_y4m, FILE *_fin, char *_skip, int _nskip, in y4m_input_open() 1073 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()
|