Searched refs:pom2 (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 118 "lwc1 %[pom2], 44(%[tmpz]) \n\t" in ff_fft_calc_mips() 123 "add.s %[tmp2], %[tmp2], %[pom2] \n\t" // tmp2 = tmpz[4].im + tmpz[5].im; in ff_fft_calc_mips() 133 "lwc1 %[pom2], 56(%[tmpz]) \n\t" in ff_fft_calc_mips() 140 "sub.s %[tmp3], %[tmp3], %[pom2] \n\t" // tmp3 = tmpz[6].re - tmpz[7].re; in ff_fft_calc_mips() 141 "lwc1 %[pom2], 4(%[tmpz]) \n\t" in ff_fft_calc_mips() 145 "sub.s %[pom], %[pom2], %[tmp6] \n\t" in ff_fft_calc_mips() 146 "add.s %[pom2], %[pom2], %[tmp6] \n\t" in ff_fft_calc_mips() 150 "swc1 %[pom2], in ff_fft_calc_mips() [all...] |
Completed in 1 milliseconds