HomeSort by relevance Sort by last modified time
    Searched refs:ptrA (Results 126 - 150 of 170) sorted by null

1 2 3 4 56 7

  /external/neven/Embedded/common/src/b_TensorEm/
Int32Mat.h 59 struct bts_Int32Mat* ptrA );
63 struct bts_Int32Mat* ptrA );
69 struct bts_Int32Mat* ptrA,
78 struct bts_Int32Mat* ptrA,
86 const struct bts_Int32Mat* ptrA );
90 const struct bts_Int32Mat* ptrA,
95 struct bts_Int32Mat* ptrA,
Flt16Alt2D.h 57 void bts_Flt16Alt2D_init( struct bts_Flt16Alt2D* ptrA );
60 void bts_Flt16Alt2D_exit( struct bts_Flt16Alt2D* ptrA );
65 void bts_Flt16Alt2D_copy( struct bts_Flt16Alt2D* ptrA,
69 flag bts_Flt16Alt2D_equal( const struct bts_Flt16Alt2D* ptrA,
80 const struct bts_Flt16Alt2D* ptrA );
84 const struct bts_Flt16Alt2D* ptrA,
89 struct bts_Flt16Alt2D* ptrA,
95 void bts_Flt16Alt2D_invert( struct bts_Flt16Alt2D* ptrA );
98 struct bts_Flt16Alt2D bts_Flt16Alt2D_inverted( const struct bts_Flt16Alt2D* ptrA );
Cluster2D.c 87 struct bts_Cluster2D* ptrA )
89 ptrA->mspE = NULL;
90 ptrA->vecArrE = NULL;
91 ptrA->allocatedSizeE = 0;
92 ptrA->sizeE = 0;
93 ptrA->bbpE = 0;
99 struct bts_Cluster2D* ptrA )
101 bbs_MemSeg_free( cpA, ptrA->mspE, ptrA->vecArrE );
102 ptrA->vecArrE = NULL
    [all...]
Flt16Mat3D.c 41 void bts_Flt16Mat3D_init( struct bts_Flt16Mat3D* ptrA )
43 ptrA->bbpE = 0;
44 ptrA->xxE = 0;
45 ptrA->xyE = 0;
46 ptrA->xzE = 0;
47 ptrA->yxE = 0;
48 ptrA->yyE = 0;
49 ptrA->yzE = 0;
50 ptrA->zxE = 0;
51 ptrA->zyE = 0
    [all...]
Int32Mat.c 35 void bts_Int32Mat_reduceToNBits( int32* ptrA, uint32 sizeA, int32* bbpPtrA, uint32 nBitsA )
41 int32* ptrL = ptrA;
55 ptrL = ptrA;
78 struct bts_Int32Mat* ptrA )
80 ptrA->widthE = 0;
81 bbs_Int32Arr_init( cpA, &ptrA->arrE );
87 struct bts_Int32Mat* ptrA )
89 ptrA->widthE = 0;
90 bbs_Int32Arr_exit( cpA, &ptrA->arrE );
119 struct bts_Int32Mat* ptrA,
    [all...]
Flt16Mat3D.h 82 void bts_Flt16Mat3D_init( struct bts_Flt16Mat3D* ptrA );
85 void bts_Flt16Mat3D_exit( struct bts_Flt16Mat3D* ptrA );
97 const struct bts_Flt16Mat3D* ptrA );
101 const struct bts_Flt16Mat3D* ptrA,
106 struct bts_Flt16Mat3D* ptrA,
130 void bts_Flt16Mat3D_scale( struct bts_Flt16Mat3D* ptrA, int32 scaleA, int32 scaleBbpA );
Int16Mat2D.c 113 void bts_Int16Mat2D_scale( struct bts_Int16Mat2D* ptrA, struct flt16 scaleA )
115 int32 xxL = ( int32 ) ptrA->xxE * scaleA.valE;
116 int32 xyL = ( int32 ) ptrA->xyE * scaleA.valE;
117 int32 yxL = ( int32 ) ptrA->yxE * scaleA.valE;
118 int32 yyL = ( int32 ) ptrA->yyE * scaleA.valE;
122 ptrA->xxE = xxL >> shiftL;
123 ptrA->xyE = xyL >> shiftL;
124 ptrA->yxE = yxL >> shiftL;
125 ptrA->yyE = yyL >> shiftL;
127 ptrA->bbpE += scaleA.bbpE - shiftL
    [all...]
Flt16Alt3D.h 57 void bts_Flt16Alt3D_init( struct bts_Flt16Alt3D* ptrA );
60 void bts_Flt16Alt3D_exit( struct bts_Flt16Alt3D* ptrA );
72 const struct bts_Flt16Alt3D* ptrA );
76 const struct bts_Flt16Alt3D* ptrA,
81 struct bts_Flt16Alt3D* ptrA,
Flt16Alt3D.c 42 void bts_Flt16Alt3D_init( struct bts_Flt16Alt3D* ptrA )
44 bts_Flt16Mat3D_init( &ptrA->matE );
45 bts_Flt16Vec3D_init( &ptrA->vecE );
50 void bts_Flt16Alt3D_exit( struct bts_Flt16Alt3D* ptrA )
52 bts_Flt16Mat3D_exit( &ptrA->matE );
53 bts_Flt16Vec3D_exit( &ptrA->vecE );
91 const struct bts_Flt16Alt3D *ptrA )
100 const struct bts_Flt16Alt3D* ptrA,
110 struct bts_Flt16Alt3D* ptrA,
  /external/neven/Embedded/common/src/b_BitFeatureEm/
L06Dns4x4Ftr.c 42 struct bbf_L06Dns4x4Ftr* ptrA )
44 bbf_Feature_init( cpA, &ptrA->baseE );
45 ptrA->baseE.typeE = ( uint32 )bbf_FT_L06_DNS_4X4_FTR;
46 ptrA->baseE.vpActivityE = bbf_L06Dns4x4Ftr_activity;
47 bbs_UInt32Arr_init( cpA, &ptrA->dataArrE );
48 ptrA->activityFactorE = 0;
54 struct bbf_L06Dns4x4Ftr* ptrA )
56 bbf_Feature_exit( cpA, &ptrA->baseE );
57 bbs_UInt32Arr_exit( cpA, &ptrA->dataArrE );
58 ptrA->activityFactorE = 0
    [all...]
LocalScanDetector.h 154 struct bbf_LocalScanDetector* ptrA );
158 struct bbf_LocalScanDetector* ptrA );
164 struct bbf_LocalScanDetector* ptrA,
169 const struct bbf_LocalScanDetector* ptrA,
180 const struct bbf_LocalScanDetector* ptrA );
184 const struct bbf_LocalScanDetector* ptrA, uint16* memPtrA );
188 struct bbf_LocalScanDetector* ptrA,
198 const struct bbf_LocalScanDetector* ptrA,
  /external/neven/Embedded/common/src/b_ImageEm/
UInt8Image.c 42 struct bim_UInt8Image* ptrA )
44 bbs_UInt8Arr_init( cpA, &ptrA->arrE );
45 ptrA->widthE = 0;
46 ptrA->heightE = 0;
52 struct bim_UInt8Image* ptrA,
58 if( ptrA->arrE.arrPtrE != 0 )
60 bim_UInt8Image_size( cpA, ptrA, widthA, heightA );
64 bbs_UInt8Arr_create( cpA, &ptrA->arrE, widthA * heightA, mspA );
65 ptrA->widthE = widthA;
66 ptrA->heightE = heightA
    [all...]
UInt16ByteImage.c 42 struct bim_UInt16ByteImage* ptrA )
44 bbs_UInt16Arr_init( cpA, &ptrA->arrE );
45 ptrA->widthE = 0;
46 ptrA->heightE = 0;
52 struct bim_UInt16ByteImage* ptrA )
54 bbs_UInt16Arr_exit( cpA, &ptrA->arrE );
55 ptrA->widthE = 0;
56 ptrA->heightE = 0;
70 struct bim_UInt16ByteImage* ptrA,
74 if( ptrA->arrE.sizeE < srcPtrA->arrE.sizeE
    [all...]
  /external/neven/Embedded/common/src/b_BasicEm/
Complex.c 90 const struct bbs_Complex* ptrA,
93 memPtrA += bbs_memWrite16( &ptrA->realE, memPtrA );
94 memPtrA += bbs_memWrite16( &ptrA->imagE, memPtrA );
95 return bbs_Complex_memSize( cpA, *ptrA );
101 struct bbs_Complex* ptrA,
105 memPtrA += bbs_memRead16( &ptrA->realE, memPtrA );
106 memPtrA += bbs_memRead16( &ptrA->imagE, memPtrA );
107 return bbs_Complex_memSize( cpA, *ptrA );
APh.h 76 const struct bbs_APh* ptrA,
81 struct bbs_APh* ptrA,
  /external/deqp/framework/delibs/decpp/
deSharedPtr.cpp 88 SharedPtr<Object> ptrA(m_ptr);
91 ptrB = ptrA;
92 ptrA = SharedPtr<Object>();
124 WeakPtr<Object> ptrA(m_ptr);
127 ptrB = ptrA;
128 ptrA = SharedPtr<Object>();
172 SharedPtr<Object> ptrA;
173 SharedPtr<Object> ptrB(ptrA);
179 SharedPtr<Object> ptrA;
181 ptrB = ptrA;
    [all...]
  /external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign/
auto_ptr_Y.pass.cpp 47 A* ptrA = pA.get();
55 assert(pB.get() == ptrA);
64 A* ptrA = pA.get();
72 assert(pB.get() == ptrA);
81 A* ptrA = pA.get();
89 assert(pB.get() == ptrA);
98 A* ptrA = pA.get();
106 assert(pB.get() == ptrA);
unique_ptr_Y.pass.cpp 47 A* ptrA = pA.get();
55 assert(pB.get() == ptrA);
64 A* ptrA = pA.get();
72 assert(pB.get() == ptrA);
81 A* ptrA = pA.get();
89 assert(pB.get() == ptrA);
98 A* ptrA = pA.get();
106 assert(pB.get() == ptrA);
shared_ptr.pass.cpp 47 A* ptrA = pA.get();
56 assert(pB.get() == ptrA);
66 A* ptrA = pA.get();
75 assert(pB.get() == ptrA);
85 A* ptrA = pA.get();
94 assert(pB.get() == ptrA);
104 A* ptrA = pA.get();
113 assert(pB.get() == ptrA);
  /external/neven/FaceRecEm/common/src/b_FDSDK/
SDK.c 32 void btk_SDK_init( struct btk_SDK* ptrA )
34 bbs_Context_init( &ptrA->contextE );
35 ptrA->hidE = btk_HID_SDK;
36 ptrA->refCtrE = 0;
37 ptrA->mallocFPtrE = NULL;
38 ptrA->freeFPtrE = NULL;
39 ptrA->errorFPtrE = NULL;
40 ptrA->maxImageWidthE = 0;
41 ptrA->maxImageHeightE = 0;
46 void btk_SDK_exit( struct btk_SDK* ptrA )
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign/
auto_ptr_Y.pass.cpp 47 A* ptrA = pA.get();
55 assert(pB.get() == ptrA);
64 A* ptrA = pA.get();
72 assert(pB.get() == ptrA);
81 A* ptrA = pA.get();
89 assert(pB.get() == ptrA);
98 A* ptrA = pA.get();
106 assert(pB.get() == ptrA);
unique_ptr_Y.pass.cpp 47 A* ptrA = pA.get();
55 assert(pB.get() == ptrA);
64 A* ptrA = pA.get();
72 assert(pB.get() == ptrA);
81 A* ptrA = pA.get();
89 assert(pB.get() == ptrA);
98 A* ptrA = pA.get();
106 assert(pB.get() == ptrA);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
h264bsd_interpolate_chroma_hor_ver.s 36 ptrA RN 0
148 ADD ptrA, ref, tmp3 ;// ptrA = ref + y0*width+x0
180 LDRB tmp1, [ptrA]
181 LDRB tmp3, [ptrA, width]
182 LDRB tmp5, [ptrA, width, LSL #1]
193 LDRB tmp2, [ptrA, #1]!
194 LDRB tmp4, [ptrA, width]
195 LDRB tmp6, [ptrA, width, LSL #1]
214 LDRB tmp1, [ptrA, #1]
    [all...]
h264bsd_interpolate_chroma_hor.s 35 ptrA RN 0
143 ADD ptrA, ref, tmp3 ;// ptrA = ref + y0*width+x0
176 LDRB tmp1, [ptrA, width]
177 LDRB tmp2, [ptrA], #1
180 LDRB tmp3, [ptrA, width]
181 LDRB tmp4, [ptrA], #1
186 LDRB tmp1, [ptrA, width]
187 LDRB tmp2, [ptrA], #1
217 ADD ptrA, ptrA, width, LSL #
    [all...]
h264bsd_interpolate_chroma_ver.s 34 ptrA RN 0
141 ADD ptrA, ref, tmp3 ;// ptrA = ref + y0*width+x0
176 LDRB tmp2, [ptrA,width] ;// 2 row, 1 col
177 LDRB tmp3, [ptrA,width, LSL #1] ;// 3 row, 1 col
178 LDRB tmp1, [ptrA],#1 ;// 1 row, 1 col
180 LDRB tmp5, [ptrA,width] ;// 2 row, 2 col
181 LDRB tmp6, [ptrA,width, LSL #1] ;// 3 row, 2 col
182 LDRB tmp4, [ptrA],#1 ;// 1 row, 2 col
212 ADD ptrA, ptrA, width, LSL #
    [all...]

Completed in 578 milliseconds

1 2 3 4 56 7