Searched refs:PNG_ARM_NEON (Results 1 – 15 of 15) sorted by relevance
71 switch ((pp->options >> PNG_ARM_NEON) & 3) in png_init_filter_functions_neon()
12 # "if PNG_ARM_NEON ... endif" statement.
90 directly beneath the "if PNG_ARM_NEON ... endif" statement:
6 AM_CONDITIONAL([PNG_ARM_NEON],62 if PNG_ARM_NEON
90 set(PNG_ARM_NEON "check" CACHE STRING "Enable ARM NEON optimizations: variable94 set_property(CACHE PNG_ARM_NEON PROPERTY STRINGS96 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")
96 if PNG_ARM_NEON
391 AM_CONDITIONAL([PNG_ARM_NEON], condition
3234 # define PNG_ARM_NEON 0 /* HARDWARE: ARM Neon SIMD instructions supported */ macro
4983 added to libpng-1.5.15, with option PNG_ARM_NEON.
4447 run-time tests used by the ARM Neon code, using the PNG_ARM_NEON option.
221 # ARM_NEON_API: (PNG_ARM_NEON == 1) allow the optimization to be switched on223 # ARM_NEON_CHECK: (PNG_ARM_NEON == 1) compile a run-time check to see if Neon
3220 # define PNG_ARM_NEON 0 /* HARDWARE: ARM Neon SIMD instructions supported */ macro
11998 #ifdef PNG_ARM_NEON in main()12000 option = PNG_ARM_NEON, arg += 9; in main()