Home
last modified time | relevance | path

Searched refs:recon_and_store (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/common/x86/
Dvp9_idct_intrin_sse2.c106 recon_and_store(dest + 0 * stride, in[0]); in vp9_iht8x8_64_add_sse2()
107 recon_and_store(dest + 1 * stride, in[1]); in vp9_iht8x8_64_add_sse2()
108 recon_and_store(dest + 2 * stride, in[2]); in vp9_iht8x8_64_add_sse2()
109 recon_and_store(dest + 3 * stride, in[3]); in vp9_iht8x8_64_add_sse2()
110 recon_and_store(dest + 4 * stride, in[4]); in vp9_iht8x8_64_add_sse2()
111 recon_and_store(dest + 5 * stride, in[5]); in vp9_iht8x8_64_add_sse2()
112 recon_and_store(dest + 6 * stride, in[6]); in vp9_iht8x8_64_add_sse2()
113 recon_and_store(dest + 7 * stride, in[7]); in vp9_iht8x8_64_add_sse2()
175 recon_and_store(dest + 0 * stride, in[0]); in write_buffer_8x16()
176 recon_and_store(dest + 1 * stride, in[1]); in write_buffer_8x16()
[all …]
/external/libvpx/libvpx/vpx_dsp/x86/
Dinv_txfm_sse2.h135 static INLINE void recon_and_store(uint8_t *const dest, const __m128i in_x) { in recon_and_store() function
173 recon_and_store(dest + 0 * stride, t[0]); in write_buffer_8x8()
174 recon_and_store(dest + 1 * stride, t[1]); in write_buffer_8x8()
175 recon_and_store(dest + 2 * stride, t[2]); in write_buffer_8x8()
176 recon_and_store(dest + 3 * stride, t[3]); in write_buffer_8x8()
177 recon_and_store(dest + 4 * stride, t[4]); in write_buffer_8x8()
178 recon_and_store(dest + 5 * stride, t[5]); in write_buffer_8x8()
179 recon_and_store(dest + 6 * stride, t[6]); in write_buffer_8x8()
180 recon_and_store(dest + 7 * stride, t[7]); in write_buffer_8x8()
221 recon_and_store(dst, in[j]); in store_buffer_8x32()
[all …]