Searched refs:tsin1 (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
H A D | fft_mips.c | 335 const float *tcos1, *tsin1, *tcos2, *tsin2; in ff_imdct_half_mips() local 352 tsin1 = tsin; in ff_imdct_half_mips() 362 "lwc1 %[temp3], 0(%[tsin1]) \t\n" in ff_imdct_half_mips() 368 "lwc1 %[temp7], 4(%[tsin1]) \t\n" in ff_imdct_half_mips() 375 PTR_ADDIU " %[tsin1], %[tsin1], 8 \t\n" in ff_imdct_half_mips() 389 [tsin1]"+r"(tsin1), [tcos1]"+r"(tcos1), in ff_imdct_half_mips() 408 tsin1 = &tsin[n8 - k - 2]; in ff_imdct_half_mips() 416 "lwc1 %[temp2], 4(%[tsin1]) \ in ff_imdct_half_mips() [all...] |
Completed in 3 milliseconds