Lines Matching refs:temp0
98 : [temp0]"=&r"(temp[0]), [temp1]"=&r"(temp[1]), in float_copy()
149 float temp0, temp1, temp2, temp3; in imdct_and_windowing_mips() local
164 temp0 = src0_prev[0]; in imdct_and_windowing_mips()
170 dst0[0] = temp0 * wj - temp1 * wi; in imdct_and_windowing_mips()
171 dst1[0] = temp0 * wi + temp1 * wj; in imdct_and_windowing_mips()
176 temp0 = src0[128]; in imdct_and_windowing_mips()
183 dst0[256] = temp0 * wj - temp1 * wi; in imdct_and_windowing_mips()
184 dst1[256] = temp0 * wi + temp1 * wj; in imdct_and_windowing_mips()
188 temp0 = src0[384]; in imdct_and_windowing_mips()
190 dst0[512] = temp0 * wj - temp1 * wi; in imdct_and_windowing_mips()
191 dst2[0] = temp0 * wi + temp1 * wj; in imdct_and_windowing_mips()
323 : [temp0]"=&f"(temp[0]), [temp1]"=&f"(temp[1]), in fmul_and_reverse()
343 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; in update_ltp_mips() local
411 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), in update_ltp_mips()