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

/external/libvpx/libvpx/vp9/common/x86/
H A Dvp9_asm_stubs.c110 #define FUN_CONV_2D(avg, opt) \ macro
192 FUN_CONV_2D(, avx2);
271 FUN_CONV_2D(, ssse3);
272 FUN_CONV_2D(avg_ , ssse3);
337 FUN_CONV_2D(, sse2);
338 FUN_CONV_2D(avg_ , sse2);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
H A Dvp9_asm_stubs.c110 #define FUN_CONV_2D(avg, opt) \ macro
339 FUN_CONV_2D(, avx2);
418 FUN_CONV_2D(, ssse3);
419 FUN_CONV_2D(avg_ , ssse3);
484 FUN_CONV_2D(, sse2);
485 FUN_CONV_2D(avg_ , sse2);

Completed in 127 milliseconds