Searched refs:RECON_AND_STORE4X4 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
H A Dvp9_idct_intrin_sse2.c13 #define RECON_AND_STORE4X4(dest, in_x) \ macro
164 RECON_AND_STORE4X4(dest, dc_value);
165 RECON_AND_STORE4X4(dest, dc_value);
166 RECON_AND_STORE4X4(dest, dc_value);
167 RECON_AND_STORE4X4(dest, dc_value);
/external/libvpx/libvpx/vp9/common/x86/
H A Dvp9_idct_intrin_sse2.c18 #define RECON_AND_STORE4X4(dest, in_x) \ macro
169 RECON_AND_STORE4X4(dest, dc_value);
170 RECON_AND_STORE4X4(dest, dc_value);
171 RECON_AND_STORE4X4(dest, dc_value);
172 RECON_AND_STORE4X4(dest, dc_value);

Completed in 215 milliseconds