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

1 2

  /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
  /external/libyuv/files/include/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
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
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
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
mjpeg_decoder.h 2 * Copyright 2012 The LibYuv Project Authors. All rights reserved.
14 #include "libyuv/basic_types.h"
22 namespace libyuv { namespace
186 } // 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
video_common.h 2 * Copyright 2011 The LibYuv Project Authors. All rights reserved.
16 #include "libyuv/basic_types.h"
19 namespace libyuv { namespace
156 } // 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
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
  /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
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
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
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
  /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
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/libyuv/files/util/
compare.cc 2 * Copyright 2012 The LibYuv Project Authors. All rights reserved.
16 #include "libyuv/basic_types.h"
17 #include "libyuv/compare.h"
18 #include "libyuv/version.h"
22 printf("libyuv compare v%d\n", LIBYUV_VERSION);
42 if (amt1 > 0) hash1 = libyuv::HashDjb2(buf1, amt1, hash1);
45 if (amt2 > 0) hash2 = libyuv::HashDjb2(buf2, amt2, hash2);
48 sum_square_err += libyuv::ComputeSumSquareError(buf1, buf2, amt_min);
58 double psnr = libyuv::SumSquareErrorToPsnr(sum_square_err, size_min);
  /external/libvpx/libvpx/third_party/libyuv/source/
cpu_id.c 2 * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved.
11 #include "third_party/libyuv/include/libyuv/cpu_id.h"
20 #include "third_party/libyuv/include/libyuv/basic_types.h" // for CPU_X86
44 namespace libyuv {
80 } // namespace libyuv
row.h 2 * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved.
14 #include "third_party/libyuv/include/libyuv/basic_types.h"
76 namespace libyuv { namespace
261 } // namespace libyuv
  /external/libvpx/libvpx/
examples.mk 103 += third_party/libyuv/include/libyuv/basic_types.h \
104 third_party/libyuv/include/libyuv/cpu_id.h \
105 third_party/libyuv/include/libyuv/scale.h \
106 third_party/libyuv/source/row.h \
107 third_party/libyuv/source/scale.c \
108 third_party/libyuv/source/cpu_id.c

Completed in 848 milliseconds

1 2