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

  /external/libyuv/files/include/libyuv/
cpu_id.h 2 * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved.
14 namespace libyuv { namespace
33 } // namespace libyuv
general.h 2 * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved.
19 #include "libyuv/basic_types.h"
21 namespace libyuv { namespace
45 } // namespace libyuv
format_conversion.h 2 * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved.
15 #include "libyuv/basic_types.h"
17 namespace libyuv { namespace
39 } // namespace libyuv
rotate.h 2 * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved.
14 #include "libyuv/basic_types.h"
16 namespace libyuv { namespace
50 } // namespace libyuv
scale.h 2 * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved.
14 #include "libyuv/basic_types.h"
16 namespace libyuv { namespace
65 } // namespace libyuv
convert.h 2 * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved.
15 #include "libyuv/basic_types.h"
17 namespace libyuv { namespace
95 } // namespace libyuv
planar_functions.h 2 * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved.
15 #include "libyuv/basic_types.h"
17 namespace libyuv { namespace
160 } // namespace libyuv
  /external/libyuv/files/source/
video_common.cc 2 * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved.
16 namespace libyuv { namespace
48 } // namespace libyuv
cpu_id.cc 2 * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved.
11 #include "libyuv/cpu_id.h"
12 #include "libyuv/basic_types.h" // for CPU_X86
39 namespace libyuv { namespace
74 } // namespace libyuv
rotate.cc 2 * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved.
11 #include "libyuv/planar_functions.h"
12 #include "libyuv/rotate.h"
15 #include "libyuv/cpu_id.h"
17 namespace libyuv { namespace
784 if (libyuv::TestCpuFlag(libyuv::kCpuHasNEON) &&
793 if (libyuv::TestCpuFlag(libyuv::kCpuHasSSSE3) &&
802 if (libyuv::TestCpuFlag(libyuv::kCpuHasSSSE3) &
    [all...]
planar_functions.cc 2 * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved.
11 #include "libyuv/planar_functions.h"
15 #include "libyuv/cpu_id.h"
18 namespace libyuv { namespace
260 if (libyuv::TestCpuFlag(libyuv::kCpuHasNEON) &&
266 if (libyuv::TestCpuFlag(libyuv::kCpuHasSSE2) &&
421 if (libyuv::TestCpuFlag(libyuv::kCpuHasNEON) &
    [all...]
convert.cc 2 * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved.
11 #include "libyuv/convert.h"
14 #include "libyuv/basic_types.h"
15 #include "libyuv/cpu_id.h"
24 namespace libyuv { namespace
653 if (libyuv::TestCpuFlag(libyuv::kCpuHasSSSE3) &&
664 if (libyuv::TestCpuFlag(libyuv::kCpuHasSSSE3) &&
706 if (libyuv::TestCpuFlag(libyuv::kCpuHasSSSE3) &
    [all...]
rotate_priv.h 2 * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved.
14 #include "libyuv/basic_types.h"
16 namespace libyuv { namespace
70 } // namespace libyuv
video_common.h 2 * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved.
21 #include "libyuv/basic_types.h"
23 namespace libyuv { namespace
80 } // namespace libyuv
format_conversion.cc 2 * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved.
13 #include "libyuv/cpu_id.h"
19 namespace libyuv { namespace
112 if (libyuv::TestCpuFlag(libyuv::kCpuHasSSSE3) &&
358 if (libyuv::TestCpuFlag(libyuv::kCpuHasSSSE3) &&
369 if (libyuv::TestCpuFlag(libyuv::kCpuHasSSSE3) &&
423 } // namespace libyuv
    [all...]
scale.cc 2 * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved.
11 #include "libyuv/scale.h"
16 #include "libyuv/cpu_id.h"
29 namespace libyuv { namespace
    [all...]
general.cc 2 * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved.
11 #include "libyuv/general.h"
15 #include "libyuv/planar_functions.h"
17 namespace libyuv { namespace
284 } // namespace libyuv
conversion_tables.h 2 * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved.
21 namespace libyuv { namespace
200 } // namespace libyuv
  /external/libyuv/files/unit_test/
scale_test.cc 2 * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved.
11 #include "libyuv/scale.h"
16 using namespace libyuv;
rotate_test.cc 2 * Copyright (c) 2011 The LibYuv project authors. All Rights Reserved.
11 #include "libyuv/rotate.h"
17 using namespace libyuv;
    [all...]

Completed in 133 milliseconds