HomeSort by relevance Sort by last modified time
    Searched full:libyuv (Results 1 - 25 of 34) sorted by null

1 2

  /external/libyuv/files/include/
libyuv.h 2 * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved.
15 #include "libyuv/basic_types.h"
16 #include "libyuv/convert.h"
17 #include "libyuv/cpu_id.h"
18 #include "libyuv/format_conversion.h"
19 #include "libyuv/general.h"
20 #include "libyuv/planar_functions.h"
21 #include "libyuv/rotate.h"
22 #include "libyuv/scale.h"
  /external/libyuv/
README.google 1 URL: http://libyuv.googlecode.com/svn-history/r52/trunk/
7 libyuv is an open-source library for yuv conversion and scaling.
8 Specifically libyuv is optimized for SSE2/SSSE3 and Neon and has demonstrated
BUILD 4 # The libyuv package provides implementation yuv image conversion and
  /external/libyuv/files/
PATENTS 4 Google as part of the LibYuv code package.
10 implementation of the LibYuv code package, where such license applies
13 infringed by this implementation of the LibYuv code package. This
19 implementation of the LibYuv code package or any code incorporated
20 within this implementation of the LibYuv code package constitutes
23 for this implementation of the LibYuv code package shall terminate as
libyuv.gyp 1 # Copyright (c) 2011 The LibYuv project authors. All Rights Reserved.
12 'target_name': 'libyuv',
  /external/libyuv/files/include/libyuv/
format_conversion.h 2 * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved.
15 #include "libyuv/basic_types.h"
17 namespace libyuv { namespace
39 } // namespace libyuv
general.h 2 * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved.
19 #include "libyuv/basic_types.h"
21 namespace libyuv { namespace
45 } // namespace libyuv
rotate.h 2 * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved.
14 #include "libyuv/basic_types.h"
16 namespace libyuv { namespace
50 } // namespace libyuv
cpu_id.h 2 * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved.
14 namespace libyuv { namespace
33 } // namespace libyuv
convert.h 2 * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved.
15 #include "libyuv/basic_types.h"
17 namespace libyuv { namespace
95 } // namespace libyuv
scale.h 2 * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved.
14 #include "libyuv/basic_types.h"
16 namespace libyuv { namespace
65 } // namespace libyuv
basic_types.h 2 * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved.
planar_functions.h 2 * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved.
15 #include "libyuv/basic_types.h"
17 namespace libyuv { namespace
160 } // namespace libyuv
  /external/libyuv/files/source/
rotate_priv.h 2 * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved.
14 #include "libyuv/basic_types.h"
16 namespace libyuv { namespace
70 } // namespace libyuv
video_common.cc 2 * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved.
16 namespace libyuv { namespace
48 } // namespace libyuv
cpu_id.cc 2 * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved.
11 #include "libyuv/cpu_id.h"
12 #include "libyuv/basic_types.h" // for CPU_X86
39 namespace libyuv { namespace
74 } // namespace libyuv
video_common.h 2 * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved.
21 #include "libyuv/basic_types.h"
23 namespace libyuv { namespace
80 } // namespace libyuv
convert.cc 2 * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved.
11 #include "libyuv/convert.h"
14 #include "libyuv/basic_types.h"
15 #include "libyuv/cpu_id.h"
24 namespace libyuv { namespace
653 if (libyuv::TestCpuFlag(libyuv::kCpuHasSSSE3) &&
664 if (libyuv::TestCpuFlag(libyuv::kCpuHasSSSE3) &&
706 if (libyuv::TestCpuFlag(libyuv::kCpuHasSSSE3) &
    [all...]
planar_functions.cc 2 * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved.
11 #include "libyuv/planar_functions.h"
15 #include "libyuv/cpu_id.h"
18 namespace libyuv { namespace
260 if (libyuv::TestCpuFlag(libyuv::kCpuHasNEON) &&
266 if (libyuv::TestCpuFlag(libyuv::kCpuHasSSE2) &&
421 if (libyuv::TestCpuFlag(libyuv::kCpuHasNEON) &
    [all...]
format_conversion.cc 2 * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved.
13 #include "libyuv/cpu_id.h"
19 namespace libyuv { namespace
112 if (libyuv::TestCpuFlag(libyuv::kCpuHasSSSE3) &&
358 if (libyuv::TestCpuFlag(libyuv::kCpuHasSSSE3) &&
369 if (libyuv::TestCpuFlag(libyuv::kCpuHasSSSE3) &&
423 } // namespace libyuv
    [all...]
general.cc 2 * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved.
11 #include "libyuv/general.h"
15 #include "libyuv/planar_functions.h"
17 namespace libyuv { namespace
284 } // namespace libyuv
rotate.cc 2 * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved.
11 #include "libyuv/planar_functions.h"
12 #include "libyuv/rotate.h"
15 #include "libyuv/cpu_id.h"
17 namespace libyuv { namespace
784 if (libyuv::TestCpuFlag(libyuv::kCpuHasNEON) &&
793 if (libyuv::TestCpuFlag(libyuv::kCpuHasSSSE3) &&
802 if (libyuv::TestCpuFlag(libyuv::kCpuHasSSSE3) &
    [all...]
  /external/libyuv/files/unit_test/
unit_test.h 2 * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved.
unit_test.cc 2 * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved.
  /external/webrtc/test/
metrics.gyp 16 # avoid a circular dependency error due to the dependency on libyuv.
18 # GYP generation would occur, because the libyuv.gypi unittest target

Completed in 1015 milliseconds

1 2