HomeSort by relevance Sort by last modified time
    Searched refs:libyuv (Results 51 - 75 of 168) sorted by null

1 23 4 5 6 7

  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
scale.h 2 * Copyright 2011 The LibYuv Project Authors. All rights reserved.
14 #include "libyuv/basic_types.h"
17 namespace libyuv { namespace
100 } // namespace libyuv
rotate_row.h 2 * Copyright 2013 The LibYuv Project Authors. All rights reserved.
14 #include "libyuv/basic_types.h"
17 namespace libyuv { namespace
135 } // 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
179 } // namespace libyuv
  /external/libyuv/files/include/libyuv/
mjpeg_decoder.h 2 * Copyright 2012 The LibYuv Project Authors. All rights reserved.
14 #include "libyuv/basic_types.h"
23 namespace libyuv { namespace
189 } // namespace libyuv
rotate.h 2 * Copyright 2011 The LibYuv Project Authors. All rights reserved.
14 #include "libyuv/basic_types.h"
17 namespace libyuv { namespace
114 } // namespace libyuv
scale.h 2 * Copyright 2011 The LibYuv Project Authors. All rights reserved.
14 #include "libyuv/basic_types.h"
17 namespace libyuv { namespace
100 } // namespace libyuv
rotate_row.h 2 * Copyright 2013 The LibYuv Project Authors. All rights reserved.
14 #include "libyuv/basic_types.h"
17 namespace libyuv { namespace
118 } // 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
181 } // namespace libyuv
  /external/libyuv/files/source/
row_mips.cc 2 * Copyright (c) 2012 The LibYuv project authors. All Rights Reserved.
11 #include "libyuv/row.h"
14 namespace libyuv { namespace
    [all...]
rotate_common.cc 2 * Copyright 2011 The LibYuv Project Authors. All rights reserved.
11 #include "libyuv/row.h"
12 #include "libyuv/rotate_row.h"
15 namespace libyuv { namespace
91 } // namespace libyuv
rotate_neon.cc 2 * Copyright 2011 The LibYuv Project Authors. All rights reserved.
11 #include "libyuv/row.h"
12 #include "libyuv/rotate_row.h"
14 #include "libyuv/basic_types.h"
17 namespace libyuv { namespace
532 } // namespace libyuv
rotate_neon64.cc 2 * Copyright 2014 The LibYuv Project Authors. All rights reserved.
11 #include "libyuv/row.h"
12 #include "libyuv/rotate_row.h"
14 #include "libyuv/basic_types.h"
17 namespace libyuv { namespace
542 } // namespace libyuv
  /external/webrtc/talk/media/base/
videoframe.cc 32 #include "libyuv/compare.h"
33 #include "libyuv/planar_functions.h"
34 #include "libyuv/scale.h"
109 return libyuv::I420Copy(GetYPlane(), GetYPitch(),
138 if (libyuv::ConvertFromI420(GetYPlane(), GetYPitch(), GetUPlane(),
196 libyuv::Scale(src_y, src_u, src_v,
232 return libyuv::I420Rect(GetYPlane(), GetYPitch(),
testutils.h 34 #include "libyuv/compare.h"
192 return libyuv::SumSquareErrorToPsnr(static_cast<uint64_t>(sse),
199 return static_cast<double>(libyuv::ComputeSumSquareError(org, rec, size));
  /external/webrtc/talk/media/webrtc/
webrtcvideoframe.cc 30 #include "libyuv/convert.h"
230 int r = libyuv::ConvertToI420(
238 static_cast<libyuv::RotationMode>(
299 // VideoRotation to libyuv::RotationMode.
300 int ret = libyuv::I420Rotate(
305 static_cast<libyuv::RotationMode>(GetVideoRotation()));
  /external/libyuv/files/unit_test/
rotate_test.cc 2 * Copyright 2012 The LibYuv Project Authors. All rights reserved.
13 #include "libyuv/cpu_id.h"
14 #include "libyuv/rotate.h"
17 namespace libyuv { namespace
21 libyuv::RotationMode mode,
146 libyuv::RotationMode mode,
296 } // namespace libyuv
scale_argb_test.cc 2 * Copyright 2011 The LibYuv Project Authors. All rights reserved.
14 #include "libyuv/convert_argb.h"
15 #include "libyuv/cpu_id.h"
16 #include "libyuv/scale_argb.h"
17 #include "libyuv/video_common.h"
20 namespace libyuv { namespace
396 libyuv::FOURCC_I420,
399 libyuv::FOURCC_I420,
408 libyuv::FOURCC_I420,
411 libyuv::FOURCC_I420
    [all...]
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
139 } // 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"
19 #include "libyuv/video_common.h"
21 namespace libyuv { namespace
160 EXPECT_EQ(libyuv::FOURCC_BGRA, fourcc);
165 EXPECT_EQ(libyuv::FOURCC_ARGB, fourcc);
188 EXPECT_EQ(libyuv::FOURCC_BGRA, fourcc);
193 EXPECT_EQ(libyuv::FOURCC_ARGB, fourcc)
    [all...]
  /external/libvpx/libvpx/
configure 62 ${toggle_libyuv} enable libyuv
312 libyuv
371 libyuv
677 soft_enable libyuv
681 soft_enable libyuv
690 soft_enable libyuv
702 check_cxx "$@" <<EOF && soft_enable libyuv
713 check_cxx "$@" <<EOF && soft_enable libyuv
  /external/libyuv/files/util/
psnr_main.cc 2 * Copyright 2013 The LibYuv Project Authors. All rights reserved.
36 #include "libyuv/compare.h"
37 #include "libyuv/convert.h"
98 if (0 == libyuv::MJPGSize(ch_org, total_size, width_ptr, height_ptr)) {
250 libyuv::ComputeSumSquareError(ch_org, ch_rec, y_size));
252 libyuv::ComputeSumSquareError(u_org, u_rec, uv_size));
254 libyuv::ComputeSumSquareError(v_org, v_rec, uv_size));
435 if (0 != libyuv::MJPGToI420(ch_jpeg, bytes_org,
465 if (0 != libyuv::MJPGToI420(ch_jpeg, bytes_rec,
  /external/libvpx/libvpx/third_party/libyuv/source/
rotate_common.cc 2 * Copyright 2011 The LibYuv Project Authors. All rights reserved.
11 #include "libyuv/row.h"
12 #include "libyuv/rotate_row.h"
15 namespace libyuv { namespace
91 } // namespace libyuv
rotate_neon.cc 2 * Copyright 2011 The LibYuv Project Authors. All rights reserved.
11 #include "libyuv/row.h"
12 #include "libyuv/rotate_row.h"
14 #include "libyuv/basic_types.h"
17 namespace libyuv { namespace
534 } // namespace libyuv
rotate_neon64.cc 2 * Copyright 2014 The LibYuv Project Authors. All rights reserved.
11 #include "libyuv/row.h"
12 #include "libyuv/rotate_row.h"
14 #include "libyuv/basic_types.h"
17 namespace libyuv { namespace
542 } // namespace libyuv
row_mips.cc 2 * Copyright (c) 2012 The LibYuv project authors. All Rights Reserved.
11 #include "libyuv/row.h"
14 namespace libyuv { namespace
    [all...]

Completed in 2156 milliseconds

1 23 4 5 6 7