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

1 2 3 4 5

  /external/libvpx/libvpx/third_party/libyuv/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
cpu_id.h 2 * Copyright 2011 The LibYuv Project Authors. All rights reserved.
14 #include "libyuv/basic_types.h"
17 namespace libyuv { namespace
78 } // 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
54 } // 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
  /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
  /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
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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/libvpx/libvpx/third_party/libyuv/source/
compare_neon.cc 2 * Copyright 2012 The LibYuv Project Authors. All rights reserved.
11 #include "libyuv/basic_types.h"
12 #include "libyuv/row.h"
15 namespace libyuv { namespace
63 } // namespace libyuv
mjpeg_validate.cc 2 * Copyright 2012 The LibYuv Project Authors. All rights reserved.
11 #include "libyuv/mjpeg_decoder.h"
14 namespace libyuv { namespace
45 } // namespace libyuv
compare_common.cc 2 * Copyright 2012 The LibYuv Project Authors. All rights reserved.
11 #include "libyuv/basic_types.h"
14 namespace libyuv { namespace
41 } // namespace libyuv
rotate_mips.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
484 } // 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
62 } // namespace libyuv
compare_posix.cc 2 * Copyright 2012 The LibYuv Project Authors. All rights reserved.
11 #include "libyuv/basic_types.h"
12 #include "libyuv/row.h"
15 namespace libyuv { namespace
156 } // 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
  /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/
examples.mk 11 LIBYUV_SRCS += third_party/libyuv/include/libyuv/basic_types.h \
12 third_party/libyuv/include/libyuv/convert.h \
13 third_party/libyuv/include/libyuv/convert_argb.h \
14 third_party/libyuv/include/libyuv/convert_from.h \
15 third_party/libyuv/include/libyuv/cpu_id.h
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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

Completed in 463 milliseconds

1 2 3 4 5