Home
last modified time | relevance | path

Searched refs:w_re_ptr (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/mips/
H A Dfft_mips.c69 float *w_re_ptr, *w_im_ptr; in ff_fft_calc_mips() local
255 w_re_ptr = (float*)(ff_cos_131072 + step); in ff_fft_calc_mips()
259 w_re = w_re_ptr[0]; in ff_fft_calc_mips()
312 w_re_ptr += step; in ff_fft_calc_mips()
/third_party/ffmpeg/libavcodec/
H A Dfft_template.c420 const FFTSample *w_re_ptr = ff_w_tab_sr + step; in fft_calc_c() local
440 FFTSample w_re = w_re_ptr[0]; in fft_calc_c()
469 w_re_ptr += step; in fft_calc_c()

Completed in 3 milliseconds