Searched refs:PNG_ARM_NEON_OPT (Results 1 - 5 of 5) sorted by relevance

/external/libpng/arm/
H A Darm_init.c20 #if PNG_ARM_NEON_OPT > 0
132 #endif /* PNG_ARM_NEON_OPT > 0 */
H A Dfilter_neon.S14 * includes the definition (or not) of PNG_ARM_NEON_OPT and
32 #if PNG_ARM_NEON_OPT > 0
244 #endif /* PNG_ARM_NEON_OPT > 0 */
H A Dfilter_neon_intrinsics.c39 #if PNG_ARM_NEON_OPT > 0
370 #endif /* PNG_ARM_NEON_OPT > 0 */
/external/libpng/
H A Dconfig.h.in80 #undef PNG_ARM_NEON_OPT
H A Dpngpriv.h110 #ifndef PNG_ARM_NEON_OPT
119 * PNG_ARM_NEON_OPT is set in CPPFLAGS (to >0) then arm/arm_init.c will fail
128 # define PNG_ARM_NEON_OPT 2 macro
130 # define PNG_ARM_NEON_OPT 0 macro
134 #if PNG_ARM_NEON_OPT > 0
181 #endif /* PNG_ARM_NEON_OPT > 0 */

Completed in 355 milliseconds