Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/mips/
H A Dfft_mips.c68 float w_re, w_im; in ff_fft_calc_mips() local
259 w_re = w_re_ptr[0]; in ff_fft_calc_mips()
275 "msub.s %[tmp2], %[temp3], %[w_re], %[temp1] \n\t" // tmp2 = w_re * tmpz[ n2+i].im - w_im * tmpz[ n2+i].re; in ff_fft_calc_mips()
276 "madd.s %[tmp1], %[temp4], %[w_re], %[temp] \n\t" // tmp1 = w_re * tmpz[ n2+i].re + w_im * tmpz[ n2+i].im; in ff_fft_calc_mips()
277 "msub.s %[tmp3], %[pom2], %[w_re], %[pom] \n\t" // tmp3 = w_re * tmpz[n34+i].re - w_im * tmpz[n34+i].im; in ff_fft_calc_mips()
278 "madd.s %[tmp4], %[pom3], %[w_re], %[pom1] \n\t" // tmp4 = w_re * tmp in ff_fft_calc_mips()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dfft_template.c440 FFTSample w_re = w_re_ptr[0]; in fft_calc_c() local
442 accu = (int64_t)w_re*tmpz[ n2+i].re; in fft_calc_c()
445 accu = (int64_t)w_re*tmpz[ n2+i].im; in fft_calc_c()
448 accu = (int64_t)w_re*tmpz[n34+i].re; in fft_calc_c()
451 accu = (int64_t)w_re*tmpz[n34+i].im; in fft_calc_c()

Completed in 4 milliseconds