Searched refs:ff_pw_3 (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vc1dsp_mmx.c | 150 "pmullw "MANGLE(ff_pw_3)", %%mm1\n\t" \ 151 "pmullw "MANGLE(ff_pw_3)", %%mm2\n\t" \ 230 NAMED_CONSTRAINTS_ADD(ff_pw_3,ff_pw_53,ff_pw_18) \ 268 NAMED_CONSTRAINTS_ADD(ff_pw_3,ff_pw_18,ff_pw_53,ff_pw_128) \ 304 NAMED_CONSTRAINTS_ADD(ff_pw_53,ff_pw_18,ff_pw_3) \
|
H A D | constants.h | 30 extern const xmm_reg ff_pw_3;
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | constants.h | 29 extern const union av_intfloat64 ff_pw_3;
|
H A D | constants.c | 27 const union av_intfloat64 ff_pw_3 = {0x0003000300030003ULL}; variable
|
H A D | vc1dsp_mmi.c | 1844 "pmullh $f2, $f2, %[ff_pw_3] \n\t" \ 1845 "pmullh $f4, $f4, %[ff_pw_3] \n\t" \ 1946 [ff_pw_3]"f"(ff_pw_3.f) \ 1993 [ff_pw_3]"f"(ff_pw_3.f), [ff_pw_128]"f"(ff_pw_128.f) \ 2040 [ff_pw_3]"f"(ff_pw_3.f) \
|
Completed in 7 milliseconds