Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
Dvp9_idct_intrin_sse2.c530 #define RECON_AND_STORE(dest, in_x) \ macro
599 RECON_AND_STORE(dest, in0); in vp9_idct8x8_64_add_sse2()
600 RECON_AND_STORE(dest, in1); in vp9_idct8x8_64_add_sse2()
601 RECON_AND_STORE(dest, in2); in vp9_idct8x8_64_add_sse2()
602 RECON_AND_STORE(dest, in3); in vp9_idct8x8_64_add_sse2()
603 RECON_AND_STORE(dest, in4); in vp9_idct8x8_64_add_sse2()
604 RECON_AND_STORE(dest, in5); in vp9_idct8x8_64_add_sse2()
605 RECON_AND_STORE(dest, in6); in vp9_idct8x8_64_add_sse2()
606 RECON_AND_STORE(dest, in7); in vp9_idct8x8_64_add_sse2()
620 RECON_AND_STORE(dest, dc_value); in vp9_idct8x8_1_add_sse2()
[all …]