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

  /external/libpng/contrib/arm-neon/
android-ndk.c 16 * png_have_neon implemented for the Android NDK, see:
30 png_have_neon(png_structp png_ptr) function
linux.c 16 * png_have_neon implemented for Linux by reading the widely available
25 png_have_neon(png_structp png_ptr) function
150 png_error(png_ptr, "png_have_neon: internal error (bug)");
linux-auxv.c 16 * png_have_neon implemented for Linux versions which allow access to
97 png_have_neon(png_structp png_ptr) function
README 49 static int png_have_neon(png_structp png_ptr);
  /external/libpng/arm/
arm_init.c 29 * a fragment of C source code which defines the png_have_neon function. There
43 static int png_have_neon(png_structp png_ptr);
59 * png_have_neon is compiled in for ARM_NEON_CHECK. If both are defined
83 no_neon = !png_have_neon(pp);

Completed in 1726 milliseconds