Home
last modified time | relevance | path

Searched refs:w_im_ptr (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/mips/
Dfft_mips.c68 float *w_re_ptr, *w_im_ptr; in ff_fft_calc_mips() local
255 w_im_ptr = (float*)(ff_cos_131072 + MAX_FFT_SIZE/4 - step); in ff_fft_calc_mips()
259 w_im = w_im_ptr[0]; in ff_fft_calc_mips()
312 w_im_ptr -= step; in ff_fft_calc_mips()
/third_party/ffmpeg/libavcodec/
Dfft_template.c416 const FFTSample *w_im_ptr = ff_w_tab_sr + MAX_FFT_SIZE/(4*16) - step; in fft_calc_c() local
436 FFTSample w_im = w_im_ptr[0]; in fft_calc_c()
465 w_im_ptr -= step; in fft_calc_c()