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

1 2 3 4 5 6 7

  /external/libvpx/libvpx/vp8/common/
reconintra4x4.c 19 const uint8_t *above, const uint8_t *left);
43 unsigned char Left[4];
46 Left[0] = yleft[0];
47 Left[1] = yleft[left_stride];
48 Left[2] = yleft[2 * left_stride];
49 Left[3] = yleft[3 * left_stride];
53 pred[b_mode](dst, dst_stride, Above, Left);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/
reconintra_arm.c 24 int Left);
33 int Left = x->left_available;
35 vp8_build_intra_predictors_mby_neon_func(y_buffer, ypred_ptr, y_stride, mode, Up, Left);
44 int Left);
53 int Left = x->left_available;
55 vp8_build_intra_predictors_mby_s_neon_func(y_buffer, ypred_ptr, y_stride, mode, Up, Left);
  /external/clang/test/CodeGenCXX/
microsoft-abi-multiple-nonvirtual-inheritance.cpp 3 struct Left {
4 virtual void left();
11 struct ChildNoOverride : Left, Right {
14 struct ChildOverride : Left, Right {
15 virtual void left();
25 child->left();
26 // Only need to cast 'this' to Left*.
27 // CHECK: %[[LEFT:.*]] = bitcast %struct.ChildNoOverride* %[[CHILD]] to %struct.Left*
28 // CHECK: %[[VFPTR:.*]] = bitcast %struct.Left* %[[LEFT]] to void (%struct.Left*)**
36 void ChildOverride::left() { function in class:ChildOverride
    [all...]
  /external/clang/test/Modules/Inputs/
category_left.h 3 @interface Foo(Left)
4 -(void)left;
8 -(void)left;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
reconintra4x4.c 24 unsigned char Left[4];
25 Left[0] = yleft[0];
26 Left[1] = yleft[left_stride];
27 Left[2] = yleft[2 * left_stride];
28 Left[3] = yleft[3 * left_stride];
39 expected_dc += Left[i];
62 int pred = Above[c] - top_left + Left[r];
106 lp[0] = (top_left + 2 * Left[0] + Left[1] + 2) >> 2;
107 lp[1] = (Left[0] + 2 * Left[1] + Left[2] + 2) >> 2
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
AGC_MIX_VOL_2St1Mon_D32_WRA.c 84 LVM_INT32 Left; /* Left sample */
125 Left = *pStSrc++; /* Get the left sample */
136 Left += Mono; /* Mix in the mono signal */
143 HighWord = (Vol_Mult * (Left >> 16)); /* signed long (Left) by unsigned short (Vol_Mult) multiply */
144 LowWord = (Vol_Mult * (Left & 0xffff));
145 Left = (HighWord + (LowWord >> 16)) << (Vol_Shift);
149 *pDst++ = Left; /* Save the results *
    [all...]
  /external/clang/include/clang/AST/
AttrIterator.h 99 friend bool operator==(specific_attr_iterator Left,
101 assert((Left.Current == nullptr) == (Right.Current == nullptr));
102 if (Left.Current < Right.Current)
103 Left.AdvanceToNext(Right.Current);
105 Right.AdvanceToNext(Left.Current);
106 return Left.Current == Right.Current;
108 friend bool operator!=(specific_attr_iterator Left,
110 return !(Left == Right);
  /external/clang/lib/Format/
TokenAnnotator.cpp 47 FormatToken *Left = CurrentToken->Previous;
48 Left->ParentBracket = Contexts.back().ContextKind;
59 Left->Previous && Left->Previous->Tok.isNot(tok::kw_template);
67 Left->MatchingParen = CurrentToken;
68 CurrentToken->MatchingParen = Left;
92 updateParameterCount(Left, CurrentToken);
102 FormatToken *Left = CurrentToken->Previous;
103 Left->ParentBracket = Contexts.back().ContextKind;
113 Left->Type = TT_ObjCBlockLParen
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
DefaultName.cpp 17 return fileName.Left(dotPos) + addSubExtension;
21 return fileName.Left(dotPos) + addSubExtension;
ArchiveName.cpp 20 FString archiveName2 = resultName.Left(dotPos);
58 FString archiveName2 = resultName.Left(dotPos);
WorkDir.cpp 23 FString prefix = path.Left(3);
45 return path.Left(pos);;
  /external/webrtc/webrtc/modules/video_render/ios/
video_render_ios_view.h 25 Left:(const float)left
video_render_ios_channel.mm 47 const float left,
52 Left:left
  /external/clang/tools/diagtool/
DiagnosticNames.cpp 47 static bool orderByID(const DiagnosticRecord &Left,
49 return Left.DiagID < Right.DiagID;
  /external/clang/lib/StaticAnalyzer/Checkers/
CastSizeChecker.cpp 81 CharUnits Left = RegionSize - TypeSize;
82 if (Left.isNegative())
85 if (Left % FlexSize == 0)
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
test_tools.hpp 70 // L - left argument
533 template <class Left, class Right>
534 predicate_result equal_impl( Left const& left, Right const& right )
536 return left == right;
541 predicate_result BOOST_TEST_DECL equal_impl( char const* left, char const* right );
542 inline predicate_result equal_impl( char* left, char const* right ) { return equal_impl( static_cast<char const*>(left), static_cast<char const*>(right) ); }
543 inline predicate_result equal_impl( char const* left, char* right ) { return equal_impl( static_cast<char const*>(left), static_cast<char const*>(right) );
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListButtonsDiagonalAcrossItems.java 52 final Slot slot = position == 0 ? Slot.Left :
  /external/skia/src/images/
SkMovie_gif.cpp 141 uint32_t* dst = bm->getAddr32(imageDesc.Left, imageDesc.Top + row);
156 if (frame->ImageDesc.Left + copyWidth > width) {
157 copyWidth = width - frame->ImageDesc.Left;
187 uint32_t* dst = bm->getAddr32(frame->ImageDesc.Left, frame->ImageDesc.Top);
189 if (frame->ImageDesc.Left + copyWidth > width) {
190 copyWidth = width - frame->ImageDesc.Left;
205 static void fillRect(SkBitmap* bm, GifWord left, GifWord top, GifWord width, GifWord height,
210 uint32_t* dst = bm->getAddr32(left, top);
212 if (left + copyWidth > bmWidth) {
213 copyWidth = bmWidth - left;
    [all...]
  /frameworks/ex/framesequence/jni/
FrameSequence_gif.cpp 142 return target.Left <= covered.Left
143 && covered.Left + covered.Width <= target.Left + target.Width
166 if (imageDesc.Left + copyWidth > maxWidth) {
167 copyWidth = maxWidth - imageDesc.Left;
279 Color8888* dst = outputPtr + prevFrame.ImageDesc.Left +
315 Color8888* dst = outputPtr + frame.ImageDesc.Left +
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
pic-gc-73.d 7 # Left-over code coverage case from pic-gc-72; local symbol.
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/
iterator_range_core.hpp 66 template< class Left, class Right >
67 inline bool less_than( const Left& l, const Right& r )
75 template< class Left, class Right >
76 inline bool greater_than( const Left& l, const Right& r )
81 template< class Left, class Right >
82 inline bool less_or_equal_than( const Left& l, const Right& r )
87 template< class Left, class Right >
88 inline bool greater_or_equal_than( const Left& l, const Right& r )
95 template< class Left, class Right >
96 inline bool equal(const Left& l, const Right& r
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursslk.h 47 typedef enum { Left=0, Center=1, Right=2 } Justification;
54 Soft_Label_Key() : label(NULL), format(Left), num(-1) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursslk.h 47 typedef enum { Left=0, Center=1, Right=2 } Justification;
54 Soft_Label_Key() : label(NULL), format(Left), num(-1) {
  /prebuilts/go/darwin-x86/lib/time/
update.bash 45 echo Left workspace behind in work/.
  /prebuilts/go/linux-x86/lib/time/
update.bash 45 echo Left workspace behind in work/.

Completed in 489 milliseconds

1 2 3 4 5 6 7