Searched refs:pom1 (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
H A D | fft_mips.c | 71 float pom, pom1, pom2, pom3; in ff_fft_calc_mips() local 116 "lwc1 %[pom1], 56(%[tmpz]) \n\t" in ff_fft_calc_mips() 122 "add.s %[tmp3], %[tmp3], %[pom1] \n\t" // tmp3 = tmpz[6].re + tmpz[7].re; in ff_fft_calc_mips() 129 "lwc1 %[pom1], 44(%[tmpz]) \n\t" in ff_fft_calc_mips() 139 "sub.s %[tmp2], %[tmp2], %[pom1] \n\t" // tmp2 = tmpz[4].im - tmpz[5].im; in ff_fft_calc_mips() 142 "sub.s %[pom1], %[pom], %[tmp5] \n\t" in ff_fft_calc_mips() 147 "swc1 %[pom1], 32(%[tmpz]) \n\t" // tmpz[4].re = tmpz[0].re - tmp5; in ff_fft_calc_mips() 151 "lwc1 %[pom1], 16(%[tmpz]) \n\t" in ff_fft_calc_mips() 154 "sub.s %[temp], %[pom1], %[tmp8] \n\t" in ff_fft_calc_mips() 160 "add.s %[pom1], in ff_fft_calc_mips() [all...] |
Completed in 1 milliseconds