HomeSort by relevance Sort by last modified time
    Searched refs:PNG_ARM_NEON_OPT (Results 1 - 5 of 5) sorted by null

  /external/libpng/arm/
arm_init.c 20 #if PNG_ARM_NEON_OPT > 0
132 #endif /* PNG_ARM_NEON_OPT > 0 */
filter_neon.S 14 * 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 */
filter_neon_intrinsics.c 39 #if PNG_ARM_NEON_OPT > 0
370 #endif /* PNG_ARM_NEON_OPT > 0 */
  /external/libpng/
config.h.in 80 #undef PNG_ARM_NEON_OPT
pngpriv.h 110 #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
130 # define PNG_ARM_NEON_OPT 0
134 #if PNG_ARM_NEON_OPT > 0
181 #endif /* PNG_ARM_NEON_OPT > 0 */
    [all...]

Completed in 4407 milliseconds