OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:libyuv
(Results
1 - 25
of
46
) sorted by null
1
2
/external/libyuv/files/include/libyuv/
convert_from.h
2
* Copyright 2011 The
LibYuv
Project Authors. All rights reserved.
14
#include "
libyuv
/basic_types.h"
15
#include "
libyuv
/rotate.h"
18
namespace
libyuv
{
namespace
162
} // namespace
libyuv
rotate_argb.h
2
* Copyright 2012 The
LibYuv
Project Authors. All rights reserved.
14
#include "
libyuv
/basic_types.h"
15
#include "
libyuv
/rotate.h" // For RotationMode.
18
namespace
libyuv
{
namespace
30
} // namespace
libyuv
scale_argb.h
2
* Copyright 2012 The
LibYuv
Project Authors. All rights reserved.
14
#include "
libyuv
/basic_types.h"
15
#include "
libyuv
/scale.h" // For FilterMode
18
namespace
libyuv
{
namespace
31
} // namespace
libyuv
compare.h
2
* Copyright 2011 The
LibYuv
Project Authors. All rights reserved.
14
#include "
libyuv
/basic_types.h"
17
namespace
libyuv
{
namespace
70
} // namespace
libyuv
convert.h
2
* Copyright 2011 The
LibYuv
Project Authors. All rights reserved.
14
#include "
libyuv
/basic_types.h"
16
#include "
libyuv
/convert_from.h"
17
#include "
libyuv
/planar_functions.h"
18
#include "
libyuv
/rotate.h"
21
namespace
libyuv
{
namespace
247
} // namespace
libyuv
convert_argb.h
2
* Copyright 2012 The
LibYuv
Project Authors. All rights reserved.
14
#include "
libyuv
/basic_types.h"
16
#include "
libyuv
/convert_from.h"
17
#include "
libyuv
/planar_functions.h"
18
#include "
libyuv
/rotate.h"
27
namespace
libyuv
{
namespace
225
} // namespace
libyuv
format_conversion.h
2
* Copyright 2011 The
LibYuv
Project Authors. All rights reserved.
14
#include "
libyuv
/basic_types.h"
17
namespace
libyuv
{
namespace
165
} // namespace
libyuv
scale.h
2
* Copyright 2011 The
LibYuv
Project Authors. All rights reserved.
14
#include "
libyuv
/basic_types.h"
17
namespace
libyuv
{
namespace
79
} // namespace
libyuv
planar_functions.h
2
* Copyright 2011 The
LibYuv
Project Authors. All rights reserved.
14
#include "
libyuv
/basic_types.h"
17
#include "
libyuv
/convert.h"
18
#include "
libyuv
/convert_argb.h"
21
namespace
libyuv
{
namespace
335
} // namespace
libyuv
rotate.h
2
* Copyright 2011 The
LibYuv
Project Authors. All rights reserved.
14
#include "
libyuv
/basic_types.h"
17
namespace
libyuv
{
namespace
107
} // namespace
libyuv
cpu_id.h
2
* Copyright 2011 The
LibYuv
Project Authors. All rights reserved.
14
#include "
libyuv
/basic_types.h"
17
namespace
libyuv
{
namespace
67
} // namespace
libyuv
/external/libyuv/files/source/
compare_neon.cc
2
* Copyright 2012 The
LibYuv
Project Authors. All rights reserved.
11
#include "
libyuv
/basic_types.h"
14
namespace
libyuv
{
namespace
60
} // namespace
libyuv
rotate_neon.cc
2
* Copyright 2011 The
LibYuv
Project Authors. All rights reserved.
11
#include "
libyuv
/row.h"
13
#include "
libyuv
/basic_types.h"
16
namespace
libyuv
{
namespace
405
} // namespace
libyuv
video_common.cc
2
* Copyright 2011 The
LibYuv
Project Authors. All rights reserved.
12
#include "
libyuv
/video_common.h"
15
namespace
libyuv
{
namespace
53
} // namespace
libyuv
conversion_tables.h
2
* Copyright (c) 2011 The
LibYuv
project authors. All Rights Reserved.
22
namespace
libyuv
{
namespace
205
} // namespace
libyuv
rotate_argb.cc
2
* Copyright 2012 The
LibYuv
Project Authors. All rights reserved.
11
#include "
libyuv
/rotate.h"
13
#include "
libyuv
/cpu_id.h"
14
#include "
libyuv
/convert.h"
15
#include "
libyuv
/planar_functions.h"
16
#include "
libyuv
/row.h"
19
namespace
libyuv
{
namespace
174
} // namespace
libyuv
cpu_id.cc
2
* Copyright 2011 The
LibYuv
Project Authors. All rights reserved.
11
#include "
libyuv
/cpu_id.h"
27
#include "
libyuv
/basic_types.h" // For CPU_X86
49
namespace
libyuv
{
namespace
213
} // namespace
libyuv
scale_neon.cc
2
* Copyright 2011 The
LibYuv
Project Authors. All rights reserved.
11
#include "
libyuv
/basic_types.h"
12
#include "
libyuv
/row.h"
15
namespace
libyuv
{
namespace
532
} // namespace
libyuv
/external/libyuv/files/unit_test/
version_test.cc
2
* Copyright 2012 The
LibYuv
Project Authors. All rights reserved.
14
#include "
libyuv
/basic_types.h"
15
#include "
libyuv
/version.h"
18
namespace
libyuv
{
namespace
20
// Tests SVN version against include/
libyuv
/version.h
42
} // namespace
libyuv
cpu_test.cc
2
* Copyright 2012 The
LibYuv
Project Authors. All rights reserved.
14
#include "
libyuv
/basic_types.h"
15
#include "
libyuv
/cpu_id.h"
16
#include "
libyuv
/version.h"
19
namespace
libyuv
{
namespace
100
} // namespace
libyuv
compare_test.cc
2
* Copyright 2011 The
LibYuv
Project Authors. All rights reserved.
16
#include "
libyuv
/basic_types.h"
17
#include "
libyuv
/compare.h"
18
#include "
libyuv
/cpu_id.h"
20
namespace
libyuv
{
namespace
450
} // namespace
libyuv
planar_test.cc
2
* Copyright 2011 The
LibYuv
Project Authors. All rights reserved.
14
#include "
libyuv
/convert_argb.h"
15
#include "
libyuv
/convert_from.h"
16
#include "
libyuv
/compare.h"
17
#include "
libyuv
/cpu_id.h"
18
#include "
libyuv
/format_conversion.h"
19
#include "
libyuv
/planar_functions.h"
20
#include "
libyuv
/rotate.h"
29
namespace
libyuv
{
namespace
[
all
...]
rotate_argb_test.cc
2
* Copyright 2012 The
LibYuv
Project Authors. All rights reserved.
14
#include "
libyuv
/cpu_id.h"
15
#include "
libyuv
/rotate_argb.h"
18
namespace
libyuv
{
namespace
22
libyuv
::RotationMode mode, int runs) {
195
} // namespace
libyuv
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
cpu_id.h
2
* Copyright (c) 2011 The
LibYuv
project authors. All Rights Reserved.
15
namespace
libyuv
{
namespace
46
} // namespace
libyuv
scale.h
2
* Copyright (c) 2011 The
LibYuv
project authors. All Rights Reserved.
14
#include "third_party/
libyuv
/include/
libyuv
/basic_types.h"
17
namespace
libyuv
{
namespace
67
} // namespace
libyuv
Completed in 112 milliseconds
1
2