Searched defs:recon_and_store_4x2 (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/x86/
H A Dhighbd_inv_txfm_sse2.h294 static INLINE void recon_and_store_4x2(const __m128i in, uint16_t *const dest, function
308 recon_and_store_4x2(in[0], dest, stride, bd);
310 recon_and_store_4x2(in[1], dest, stride, bd);

Completed in 188 milliseconds