Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/mips/
H A Dfft_mips.c73 FFTComplex * tmpz_n2, * tmpz_n34, * tmpz_n4; in ff_fft_calc_mips() local
216 tmpz_n34 = tmpz + n34; in ff_fft_calc_mips()
220 "lwc1 %[pom], 0(%[tmpz_n34]) \n\t" in ff_fft_calc_mips()
222 "lwc1 %[pom3], 4(%[tmpz_n34]) \n\t" in ff_fft_calc_mips()
243 "swc1 %[pom], 0(%[tmpz_n34]) \n\t" // tmpz[n34].re = tmpz[n4].re - tmp2; in ff_fft_calc_mips()
245 "swc1 %[temp1],4(%[tmpz_n34]) \n\t" // tmpz[n34].im = tmpz[n4].im + tmp1; in ff_fft_calc_mips()
251 : [tmpz]"r"(tmpz), [tmpz_n2]"r"(tmpz_n2), [tmpz_n34]"r"(tmpz_n34), [tmpz_n4]"r"(tmpz_n4) in ff_fft_calc_mips()
263 tmpz_n34_i= tmpz_n34 + i; in ff_fft_calc_mips()

Completed in 3 milliseconds