Home
last modified time | relevance | path

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

/external/skia/third_party/libpng/arm/
Darm_init.c71 switch ((pp->options >> PNG_ARM_NEON) & 3) in png_init_filter_functions_neon()
/external/libpng/contrib/intel/
DMakefile.am.patch12 # "if PNG_ARM_NEON ... endif" statement.
DINSTALL90 directly beneath the "if PNG_ARM_NEON ... endif" statement:
/external/libpng/arm/
Darm_init.c71 switch ((pp->options >> PNG_ARM_NEON) & 3) in png_init_filter_functions_neon()
/external/pdfium/third_party/libpng16/arm/
Darm_init.c71 switch ((pp->options >> PNG_ARM_NEON) & 3) in png_init_filter_functions_neon()
/external/pdfium/third_party/libpng16/contrib/intel/
Dintel_sse.patch6 AM_CONDITIONAL([PNG_ARM_NEON],
62 if PNG_ARM_NEON
DINSTALL90 directly beneath the "if PNG_ARM_NEON ... endif" statement:
/external/skia/third_party/libpng/contrib/intel/
Dintel_sse.patch20 AM_CONDITIONAL([PNG_ARM_NEON],
90 if PNG_ARM_NEON
DINSTALL108 directly beneath the "if PNG_ARM_NEON ... endif" statement:
/external/libpng/
DMakefile.am95 if PNG_ARM_NEON
Dconfigure.ac342 AM_CONDITIONAL([PNG_ARM_NEON], condition
Dpng.h3226 # define PNG_ARM_NEON 0 /* HARDWARE: ARM Neon SIMD instructions supported */ macro
Dlibpng-manual.txt4931 added to libpng-1.5.15, with option PNG_ARM_NEON.
DCHANGES4447 run-time tests used by the ARM Neon code, using the PNG_ARM_NEON option.
/external/libpng/scripts/
Dpnglibconf.dfa221 # ARM_NEON_API: (PNG_ARM_NEON == 1) allow the optimization to be switched on
223 # ARM_NEON_CHECK: (PNG_ARM_NEON == 1) compile a run-time check to see if Neon
/external/skia/third_party/libpng/
Dpng.h3220 # define PNG_ARM_NEON 0 /* HARDWARE: ARM Neon SIMD instructions supported */ macro
Dlibpng-manual.txt4926 added to libpng-1.5.15, with option PNG_ARM_NEON.
/external/pdfium/third_party/libpng16/
Dpng.h3220 # define PNG_ARM_NEON 0 /* HARDWARE: ARM Neon SIMD instructions supported */ macro
/external/libpng/contrib/libtests/
Dpngvalid.c11985 #ifdef PNG_ARM_NEON in main()
11987 option = PNG_ARM_NEON, arg += 9; in main()