Searched refs:storeu_uint32 (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp8/common/x86/ |
D | bilinear_filter_sse2.c | 316 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/ |
D | mem_sse2.h | 19 static INLINE void storeu_uint32(void *dst, uint32_t v) { in storeu_uint32() function
|
D | loopfilter_sse2.c | 214 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()
|