Home
last modified time | relevance | path

Searched defs:_fin (Results 1 – 5 of 5) sorted by relevance

/external/libopus/celt/arm/
Dfft_arm.h61 #define opus_fft(_st, _fin, _fout, arch) \ argument
64 #define opus_ifft(_st, _fin, _fout, arch) \ argument
/external/libopus/celt/
Dkiss_fft.h171 #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/libaom/libaom/common/
Dy4minput.c782 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/
Dy4minput.c787 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/
Dopus_compare.c54 static size_t read_pcm16(float **_samples,FILE *_fin,int _nchannels){ in read_pcm16()