Searched refs:PNG_ARM_NEON (Results 1 – 11 of 11) sorted by relevance
72 switch ((pp->options >> PNG_ARM_NEON) & 3) in png_init_filter_functions_neon()
72 set(PNG_ARM_NEON "check" CACHE STRING "Enable ARM NEON optimizations: variable76 set_property(CACHE PNG_ARM_NEON PROPERTY STRINGS78 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")
96 if PNG_ARM_NEON
390 AM_CONDITIONAL([PNG_ARM_NEON], condition
3203 # define PNG_ARM_NEON 0 /* HARDWARE: ARM Neon SIMD instructions supported */ macro
4984 added to libpng-1.5.15, with option PNG_ARM_NEON.
4446 run-time tests used by the ARM Neon code, using the PNG_ARM_NEON option.
222 # ARM_NEON_API: (PNG_ARM_NEON == 1) allow the optimization to be switched on224 # ARM_NEON_CHECK: (PNG_ARM_NEON == 1) compile a run-time check to see if Neon
11998 #ifdef PNG_ARM_NEON in main()12000 option = PNG_ARM_NEON, arg += 9; in main()