Searched refs:tcos1 (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 351 tcos1 = tcos; in ff_imdct_half_mips() 361 "lwc1 %[temp2], 0(%[tcos1]) \t\n" in ff_imdct_half_mips() 367 "lwc1 %[temp6], 4(%[tcos1]) \t\n" in ff_imdct_half_mips() 374 PTR_ADDIU " %[tcos1], %[tcos1], 8 \t\n" in ff_imdct_half_mips() 389 [tsin1]"+r"(tsin1), [tcos1]"+r"(tcos1), in ff_imdct_half_mips() 407 tcos1 = &tcos[n8 - k - 2]; in ff_imdct_half_mips() 417 "lwc1 %[temp3], 4(%[tcos1]) \ in ff_imdct_half_mips() [all...] |
Completed in 2 milliseconds