Home
last modified time | relevance | path

Searched refs:tmpz_n2 (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
214 tmpz_n2 = tmpz + n2; in ff_fft_calc_mips()
219 "lwc1 %[pom1], 0(%[tmpz_n2]) \n\t" in ff_fft_calc_mips()
221 "lwc1 %[pom2], 4(%[tmpz_n2]) \n\t" in ff_fft_calc_mips()
233 "swc1 %[temp], 0(%[tmpz_n2]) \n\t" // tmpz[ n2].re = tmpz[ 0].re - tmp5; in ff_fft_calc_mips()
236 "swc1 %[temp4],4(%[tmpz_n2]) \n\t" // tmpz[ n2].im = tmpz[ 0].im - tmp6; 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()
261 tmpz_n2_i = tmpz_n2 + i; in ff_fft_calc_mips()

Completed in 1 milliseconds