Lines Matching refs:TestCpuFlag
2303 if (TestCpuFlag(kCpuHasNEON) &&
2308 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(dst_width, 16)) {
2341 if (TestCpuFlag(kCpuHasNEON) &&
2346 if (TestCpuFlag(kCpuHasSSE2) &&
2377 if (TestCpuFlag(kCpuHasSSE2) &&
2415 if (TestCpuFlag(kCpuHasNEON) && (dst_width % 24 == 0)) {
2426 if (TestCpuFlag(kCpuHasSSE2) && (dst_width % 24 == 0) &&
2433 if (TestCpuFlag(kCpuHasSSSE3) && (dst_width % 24 == 0) &&
2504 if (TestCpuFlag(kCpuHasNEON) && (dst_width % 12 == 0)) {
2514 if (TestCpuFlag(kCpuHasSSSE3) && (dst_width % 24 == 0) &&
2658 if (TestCpuFlag(kCpuHasSSE2) &&
2741 if (TestCpuFlag(kCpuHasNEON)) {
2746 if (TestCpuFlag(kCpuHasSSE2) &&
2752 if (TestCpuFlag(kCpuHasSSSE3) &&