OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestCpuFlag
(Results
26 - 30
of
30
) sorted by null
1
2
/external/libvpx/libvpx/third_party/libyuv/source/
scale_common.cc
880
if (
TestCpuFlag
(kCpuHasSSE2)) {
888
if (
TestCpuFlag
(kCpuHasSSSE3)) {
896
if (
TestCpuFlag
(kCpuHasAVX2)) {
904
if (
TestCpuFlag
(kCpuHasNEON)) {
912
if (
TestCpuFlag
(kCpuHasMIPS_DSPR2) &&
954
if (
TestCpuFlag
(kCpuHasSSE2)) {
962
if (
TestCpuFlag
(kCpuHasSSSE3)) {
970
if (
TestCpuFlag
(kCpuHasAVX2)) {
978
if (
TestCpuFlag
(kCpuHasNEON)) {
986
if (
TestCpuFlag
(kCpuHasMIPS_DSPR2) &
[
all
...]
/external/libyuv/files/source/
scale.cc
[
all
...]
scale_argb.cc
803
if (
TestCpuFlag
(kCpuHasSSE2) &&
838
if (
TestCpuFlag
(kCpuHasSSE2) &&
874
if (
TestCpuFlag
(kCpuHasSSE2) &&
880
if (
TestCpuFlag
(kCpuHasSSSE3) &&
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
scale.c
[
all
...]
/external/libyuv/files/unit_test/
planar_test.cc
[
all
...]
Completed in 142 milliseconds
1
2