Searched refs:ff_pw_32 (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
D | h264chroma_mmi.c | 166 : [stride]"r"((mips_reg)stride),[ff_pw_32]"f"(ff_pw_32.f), in ff_put_h264_chroma_mc8_mmi() 216 [ff_pw_32]"f"(ff_pw_32.f), [tmp0]"r"(0x06), in ff_put_h264_chroma_mc8_mmi() 285 [ff_pw_32]"f"(ff_pw_32.f), [A]"f"(A.f), in ff_put_h264_chroma_mc8_mmi() 393 : [stride]"r"((mips_reg)stride),[ff_pw_32]"f"(ff_pw_32.f), in ff_avg_h264_chroma_mc8_mmi() 444 [ff_pw_32]"f"(ff_pw_32.f), [tmp0]"r"(0x06), in ff_avg_h264_chroma_mc8_mmi() 493 [ff_pw_32]"f"(ff_pw_32.f), [tmp0]"r"(0x06), in ff_avg_h264_chroma_mc8_mmi() 555 : [stride]"r"((mips_reg)stride),[ff_pw_32]"f"(ff_pw_32.f), in ff_put_h264_chroma_mc4_mmi() 594 [ff_pw_32]"f"(ff_pw_32.f), [tmp0]"r"(0x06), in ff_put_h264_chroma_mc4_mmi() 678 : [stride]"r"((mips_reg)stride),[ff_pw_32]"f"(ff_pw_32.f), in ff_avg_h264_chroma_mc4_mmi() 719 [ff_pw_32]"f"(ff_pw_32.f), [tmp0]"r"(0x06), in ff_avg_h264_chroma_mc4_mmi()
|
D | constants.c | 42 const union av_intfloat64 ff_pw_32 = {0x0020002000200020ULL}; variable
|
D | constants.h | 44 extern const union av_intfloat64 ff_pw_32;
|
D | h264dsp_mmi.c | 165 [stride]"r"((mips_reg)stride), [ff_pw_32]"f"(ff_pw_32.f) in ff_h264_idct_add_8_mmi()
|
/third_party/ffmpeg/libavcodec/x86/ |
D | constants.h | 39 extern const xmm_reg ff_pw_32;
|
D | constants.c | 39 DECLARE_ALIGNED(16, const xmm_reg, ff_pw_32) = { 0x0020002000200020ULL, 0x0020002000200020ULL };
|