Home
last modified time | relevance | path

Searched refs:storeu_uint32 (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp8/common/x86/
Dbilinear_filter_sse2.c316 storeu_uint32(dst, _mm_cvtsi128_si32(packed)); in vertical_4x4()
319 storeu_uint32(dst, _mm_cvtsi128_si32(packed)); in vertical_4x4()
/external/libvpx/libvpx/vpx_dsp/x86/
Dmem_sse2.h19 static INLINE void storeu_uint32(void *dst, uint32_t v) { in storeu_uint32() function
Dloopfilter_sse2.c214 storeu_uint32(s + 0 * pitch - 2, _mm_cvtsi128_si32(ps1ps0)); in vpx_lpf_vertical_4_sse2()
216 storeu_uint32(s + 1 * pitch - 2, _mm_cvtsi128_si32(ps1ps0)); in vpx_lpf_vertical_4_sse2()
218 storeu_uint32(s + 2 * pitch - 2, _mm_cvtsi128_si32(ps1ps0)); in vpx_lpf_vertical_4_sse2()
220 storeu_uint32(s + 3 * pitch - 2, _mm_cvtsi128_si32(ps1ps0)); in vpx_lpf_vertical_4_sse2()
222 storeu_uint32(s + 4 * pitch - 2, _mm_cvtsi128_si32(qs1qs0)); in vpx_lpf_vertical_4_sse2()
224 storeu_uint32(s + 5 * pitch - 2, _mm_cvtsi128_si32(qs1qs0)); in vpx_lpf_vertical_4_sse2()
226 storeu_uint32(s + 6 * pitch - 2, _mm_cvtsi128_si32(qs1qs0)); in vpx_lpf_vertical_4_sse2()
228 storeu_uint32(s + 7 * pitch - 2, _mm_cvtsi128_si32(qs1qs0)); in vpx_lpf_vertical_4_sse2()