Home
last modified time | relevance | path

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

/external/libpng/arm/
Darm_init.c69 switch ((pp->options >> PNG_ARM_NEON) & 3) in png_init_filter_functions_neon()
/external/libpng/
DMakefile.am87 if PNG_ARM_NEON
Dconfigure.ac310 AM_CONDITIONAL([PNG_ARM_NEON], condition
Dpng.h3243 # define PNG_ARM_NEON 0 /* HARDWARE: ARM Neon SIMD instructions supported */ macro
/external/libpng/scripts/
Dpnglibconf.dfa218 # ARM_NEON_API: (PNG_ARM_NEON == 1) allow the optimization to be switched on
220 # ARM_NEON_CHECK: (PNG_ARM_NEON == 1) compile a run-time check to see if Neon
/external/libpng/contrib/libtests/
Dpngvalid.c10355 option = PNG_ARM_NEON, arg += 9; in main()