Home
last modified time | relevance | path

Searched refs:JSIMD_MIPS_DSPR2 (Results 1 – 2 of 2) sorted by relevance

/external/libjpeg-turbo/simd/
Djsimd_mips.c46 simd_support |= JSIMD_MIPS_DSPR2; in parse_proc_cpuinfo()
74 simd_support |= JSIMD_MIPS_DSPR2; in init_simd()
86 simd_support = JSIMD_MIPS_DSPR2; in init_simd()
131 if (simd_support & JSIMD_MIPS_DSPR2) in jsimd_can_rgb_ycc()
150 if (simd_support & JSIMD_MIPS_DSPR2) in jsimd_can_rgb_gray()
169 if (simd_support & JSIMD_MIPS_DSPR2) in jsimd_can_ycc_rgb()
192 if (simd_support & JSIMD_MIPS_DSPR2) in jsimd_c_can_null_convert()
234 if (simd_support & JSIMD_MIPS_DSPR2) in jsimd_rgb_ycc_convert()
274 if (simd_support & JSIMD_MIPS_DSPR2) in jsimd_rgb_gray_convert()
314 if (simd_support & JSIMD_MIPS_DSPR2) in jsimd_ycc_rgb_convert()
[all …]
Djsimd.h24 #define JSIMD_MIPS_DSPR2 0x20 macro