Home
last modified time | relevance | path

Searched refs:ff_pw_2 (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/x86/
Dconstants.h29 extern const ymm_reg ff_pw_2;
Dconstants.c27 DECLARE_ALIGNED(32, const ymm_reg, ff_pw_2) = { 0x0002000200020002ULL, 0x0002000200020002ULL,
Dinline_asm.h40 #define MOVQ_WTWO(regd) __asm__ volatile ("movq %0, %%"#regd" \n\t" :: "m"(ff_pw_2))
/third_party/ffmpeg/libavcodec/mips/
Dconstants.c26 const union av_intfloat64 ff_pw_2 = {0x0002000200020002ULL}; variable
Dconstants.h28 extern const union av_intfloat64 ff_pw_2;
Dh264pred_mmi.c217 [ff_pb_1]"r"(ff_pb_1.i), [ff_pw_2]"f"(ff_pw_2.f) in ff_pred8x8l_top_dc_8_mmi()