Searched refs:ff_pw_9 (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
H A D | constants.h | 34 extern const union av_intfloat64 ff_pw_9;
|
H A D | constants.c | 32 const union av_intfloat64 ff_pw_9 = {0x0009000900090009ULL}; variable
|
H A D | vc1dsp_mmi.c | 1728 "pmullh $f6, $f6, %[ff_pw_9] \n\t" \ 1729 "pmullh $f8, $f8, %[ff_pw_9] \n\t" \ 1747 [ff_pw_9]"f"(ff_pw_9.f), [ff_pw_128]"f"(ff_pw_128.f) \ 1790 "pmullh $f6, $f6, %[ff_pw_9] \n\t" /* 0,9,9,0*/ \ 1791 "pmullh $f8, $f8, %[ff_pw_9] \n\t" /* 0,9,9,0*/ \ 1818 [ff_pw_9]"f"(ff_pw_9.f) \
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | constants.h | 34 extern const xmm_reg ff_pw_9;
|
H A D | vc1dsp_mmx.c | 89 "movq "MANGLE(ff_pw_9)", %%mm6\n\t"\ 127 NAMED_CONSTRAINTS_ADD(ff_pw_9)\
|
Completed in 7 milliseconds