Home
last modified time | relevance | path

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

/external/pdfium/third_party/libpng16/arm/
Darm_init.c71 switch ((pp->options >> PNG_ARM_NEON) & 3) in png_init_filter_functions_neon()
/external/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/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/libpng/
DCMakeLists.txt90 set(PNG_ARM_NEON "check" CACHE STRING "Enable ARM NEON optimizations: variable
94 set_property(CACHE PNG_ARM_NEON PROPERTY STRINGS
96 list(FIND PNG_ARM_NEON_POSSIBLE_VALUES ${PNG_ARM_NEON} index)
99 " PNG_ARM_NEON must be one of [${PNG_ARM_NEON_POSSIBLE_VALUES}]")
100 elseif(NOT ${PNG_ARM_NEON} STREQUAL "no")
106 if(${PNG_ARM_NEON} STREQUAL "on")
108 elseif(${PNG_ARM_NEON} STREQUAL "check")
DMakefile.am96 if PNG_ARM_NEON
Dconfigure.ac391 AM_CONDITIONAL([PNG_ARM_NEON], condition
Dpng.h3234 # define PNG_ARM_NEON 0 /* HARDWARE: ARM Neon SIMD instructions supported */ macro
Dlibpng-manual.txt4983 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/pdfium/third_party/libpng16/
Dpng.h3220 # define PNG_ARM_NEON 0 /* HARDWARE: ARM Neon SIMD instructions supported */ macro
/external/libpng/contrib/libtests/
Dpngvalid.c11998 #ifdef PNG_ARM_NEON in main()
12000 option = PNG_ARM_NEON, arg += 9; in main()