Home
last modified time | relevance | path

Searched refs:PNG_MIPS_MSA (Results 1 – 6 of 6) sorted by relevance

/external/libpng/mips/
Dmips_init.c67 switch ((pp->options >> PNG_MIPS_MSA) & 3) in png_init_filter_functions_msa()
/external/libpng/contrib/intel/
Dintel_sse.patch7 AM_CONDITIONAL([PNG_MIPS_MSA],
63 if PNG_MIPS_MSA
/external/libpng/
DCMakeLists.txt168 set(PNG_MIPS_MSA "on" CACHE STRING "Enable MIPS_MSA optimizations: variable
170 set_property(CACHE PNG_MIPS_MSA PROPERTY STRINGS
172 list(FIND PNG_MIPS_MSA_POSSIBLE_VALUES ${PNG_MIPS_MSA} index)
175 " PNG_MIPS_MSA must be one of [${PNG_MIPS_MSA_POSSIBLE_VALUES}]")
176 elseif(NOT ${PNG_MIPS_MSA} STREQUAL "no")
180 if(${PNG_MIPS_MSA} STREQUAL "on")
DMakefile.am101 if PNG_MIPS_MSA
Dconfigure.ac437 AM_CONDITIONAL([PNG_MIPS_MSA], condition
Dpng.h3239 # define PNG_MIPS_MSA 6 /* HARDWARE: MIPS Msa SIMD instructions supported */ macro