Home
last modified time | relevance | path

Searched refs:w_re_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
254 w_re_ptr = (float*)(ff_cos_131072 + step); in ff_fft_calc_mips()
258 w_re = w_re_ptr[0]; in ff_fft_calc_mips()
311 w_re_ptr += step; in ff_fft_calc_mips()
/third_party/ffmpeg/libavcodec/
Dfft_template.c415 const FFTSample *w_re_ptr = ff_w_tab_sr + step; in fft_calc_c() local
435 FFTSample w_re = w_re_ptr[0]; in fft_calc_c()
464 w_re_ptr += step; in fft_calc_c()