/external/chromium_org/media/webm/chromeos/ |
DEPS | 2 "+libyuv",
|
/external/chromium_org/content/common/gpu/media/ |
DEPS | 4 "+third_party/libyuv",
|
/external/libyuv/files/include/ |
libyuv.h | 2 * Copyright 2011 The LibYuv Project Authors. All rights reserved. 14 #include "libyuv/basic_types.h" 15 #include "libyuv/compare.h" 16 #include "libyuv/convert.h" 17 #include "libyuv/convert_argb.h" 18 #include "libyuv/convert_from.h" 19 #include "libyuv/cpu_id.h" 20 #include "libyuv/format_conversion.h" 21 #include "libyuv/planar_functions.h" 22 #include "libyuv/rotate.h [all...] |
/external/libyuv/files/ |
libyuv.gyp | 1 # Copyright 2011 The LibYuv Project Authors. All rights reserved. 15 'target_name': 'libyuv', 47 'include/libyuv.h', 48 'include/libyuv/basic_types.h', 49 'include/libyuv/compare.h', 50 'include/libyuv/convert.h', 51 'include/libyuv/convert_argb.h', 52 'include/libyuv/convert_from.h', 53 'include/libyuv/cpu_id.h', 54 'include/libyuv/format_conversion.h' [all...] |
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_test.gyp | 1 # Copyright 2011 The LibYuv Project Authors. All rights reserved. 15 'libyuv.gyp:libyuv', 52 'libyuv.gyp:libyuv',
|
codereview.settings | 2 # The LibYuv code review is via WebRtc's code review
|
/external/chromium_org/chrome/browser/media/ |
DEPS | 4 "+third_party/libyuv",
|
/external/chromium_org/media/cast/ |
DEPS | 6 "+third_party/libyuv",
|
/external/libyuv/ |
README.google | 1 URL: http://libyuv.googlecode.com/svn-history/r397/trunk/ 7 libyuv is an open-source library for yuv scaling, conversion, comparison 9 Specifically libyuv is optimized for SSE2/SSSE3 and Neon and has demonstrated
|
BUILD | 4 # The libyuv package provides implementation yuv image conversion and
|
/external/libvpx/libvpx/third_party/libyuv/ |
README.webm | 1 Name: libyuv 2 URL: http://code.google.com/p/libyuv/ 8 libyuv is an open source project that includes YUV conversion and scaling 11 The optimized scaler in libyuv is used in multiple resolution encoder example,
|
/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
|
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
|
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/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/chromium_org/media/cast/test/utility/ |
utility.gyp | 16 '<(DEPTH)/third_party/libyuv/libyuv.gyp: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
|
/external/libyuv/files/source/ |
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
|
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
|
/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
|
/external/libvpx/libvpx/third_party/libyuv/include/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
|
cpu_id.h | 2 * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved. 15 namespace libyuv { namespace 46 } // namespace libyuv
|
/external/chromium_org/remoting/ |
DEPS | 18 "+third_party/libyuv",
|