Home
last modified time | relevance | path

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

/external/pdfium/third_party/libpng16/arm/
Darm_init.c72 switch ((pp->options >> PNG_ARM_NEON) & 3) in png_init_filter_functions_neon()
/external/libpng/arm/
Darm_init.c72 switch ((pp->options >> PNG_ARM_NEON) & 3) in png_init_filter_functions_neon()
/external/libpng/
DCMakeLists.txt72 set(PNG_ARM_NEON "check" CACHE STRING "Enable ARM NEON optimizations: variable
76 set_property(CACHE PNG_ARM_NEON PROPERTY STRINGS
78 list(FIND PNG_ARM_NEON_POSSIBLE_VALUES ${PNG_ARM_NEON} index)
81 "PNG_ARM_NEON must be one of [${PNG_ARM_NEON_POSSIBLE_VALUES}]")
82 elseif(NOT ${PNG_ARM_NEON} STREQUAL "off")
89 if(${PNG_ARM_NEON} STREQUAL "on")
91 elseif(${PNG_ARM_NEON} STREQUAL "check")
DMakefile.am96 if PNG_ARM_NEON
Dconfigure.ac390 AM_CONDITIONAL([PNG_ARM_NEON], condition
Dpng.h3203 # define PNG_ARM_NEON 0 /* HARDWARE: ARM Neon SIMD instructions supported */ macro
Dlibpng-manual.txt4984 added to libpng-1.5.15, with option PNG_ARM_NEON.
DCHANGES4446 run-time tests used by the ARM Neon code, using the PNG_ARM_NEON option.
/external/libpng/scripts/
Dpnglibconf.dfa222 # ARM_NEON_API: (PNG_ARM_NEON == 1) allow the optimization to be switched on
224 # ARM_NEON_CHECK: (PNG_ARM_NEON == 1) compile a run-time check to see if Neon
/external/pdfium/third_party/libpng16/
Dpng.h3203 # 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()