Home
last modified time | relevance | path

Searched refs:WITH_SIMD (Results 1 – 15 of 15) sorted by relevance

/external/skia/third_party/libjpeg-turbo/
Djconfig.h65 #define WITH_SIMD 1 macro
/external/skqp/third_party/libjpeg-turbo/
Djconfig.h65 #define WITH_SIMD 1 macro
/external/libjpeg-turbo/
Djconfig.h22 #define WITH_SIMD 1 macro
DCMakeLists.txt148 …h 12-bit samples (implies WITH_ARITH_DEC=0 WITH_ARITH_ENC=0 WITH_JAVA=0 WITH_SIMD=0 WITH_TURBOJPEG…
162 option(WITH_SIMD "Include SIMD extensions, if available for this platform" TRUE) option
163 boolean_number(WITH_SIMD)
200 set(WITH_SIMD 0) variable
532 if(WITH_SIMD)
535 message(STATUS "SIMD extensions: None (WITH_SIMD = ${WITH_SIMD})")
537 if(WITH_SIMD)
538 message(STATUS "SIMD extensions: ${CPU_TYPE} (WITH_SIMD = ${WITH_SIMD})")
850 if(WITH_SIMD)
865 # This causes FLOATTEST to reset to the default value if WITH_SIMD has
[all …]
Djmorecfg.h404 #ifndef WITH_SIMD
Djconfig.h.in22 #cmakedefine WITH_SIMD 1
Djdct.h34 #ifndef WITH_SIMD
Djcphuff.c674 #ifdef WITH_SIMD in encode_mcu_AC_first()
939 #ifdef WITH_SIMD in encode_mcu_AC_refine()
Djcdctmgr.c212 #ifdef WITH_SIMD in compute_reciprocal()
Djdmaster.c73 #ifdef WITH_SIMD in use_merged_upsample()
Djmemmgr.c89 #ifndef WITH_SIMD
/external/libjpeg-turbo/win/
Djconfig.h.in8 #cmakedefine WITH_SIMD
/external/libjpeg-turbo/sharedlib/
DCMakeLists.txt26 if(WITH_SIMD AND MSVC_IDE)
/external/libjpeg-turbo/release/
Drpm.spec.in99 #--> -DWITH_MEM_SRCDST=@WITH_MEM_SRCDST@ -DWITH_SIMD=@WITH_SIMD@ \
/external/libjpeg-turbo/simd/
DCMakeLists.txt6 set(WITH_SIMD 0 PARENT_SCOPE) variable