OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:imagE
(Results
1 - 5
of
5
) sorted by null
/external/neven/Embedded/common/src/b_BasicEm/
Complex.c
52
return ( compl1A.realE == compl2A.realE ) && ( compl1A.
imagE
== compl2A.
imagE
);
84
return bbs_SIZEOF16( complA.realE ) + bbs_SIZEOF16( complA.
imagE
);
94
memPtrA += bbs_memWrite16( &ptrA->
imagE
, memPtrA );
106
memPtrA += bbs_memRead16( &ptrA->
imagE
, memPtrA );
121
resultL.
imagE
= - complA.
imagE
;
131
( int32 ) complA.
imagE
* complA.
imagE
;
147
imagL = complA.
imagE
;
[
all
...]
APh.c
130
dstPtrA->absE = bbs_sqrt32( ( int32 ) srcPtrA->realE * srcPtrA->realE + ( int32 ) srcPtrA->
imagE
* srcPtrA->
imagE
);
131
dstPtrA->phaseE = bbs_phase16( srcPtrA->realE, srcPtrA->
imagE
);
Complex.h
48
int16
imagE
;
/external/neven/Embedded/common/src/b_ImageEm/
Flt16Image.c
82
"Unsufficient allocated memory in destination
image
." );
155
bbs_ERROR0( "void bim_Flt16Image_assignExternalImage( ... ):
image
was already created once" );
325
The
image
boundaries are indicated by letter "I" ( 0, 0 ) to ( srcPtrA->widthE, srcPtrA->heightE )
328
In the above example the intersection of the
image
and the rectange is
331
The size of the destination
image
is always ( ( sectionL->x2E, sectionL->y2E ) - ( sectionL->x1E, sectionL->y1E ) )
333
All coordinates are assumed to be relative to the original
image
.
350
/** copies a section of given
image
*/
371
/* find the intersection betweem the rectangle and the
image
, the
image
always starts at 0,0 */
377
/* If the
image
and the rectangle do not intersect in X direction, set the intersecting rectangle to the image coo (…)
[
all
...]
ComplexImage.c
78
"Unsufficient allocated memory in destination
image
." );
117
sumL += ptrL->
imagE
+ ptrL->realE;
316
The
image
boundaries are indicated by letter "I" ( 0, 0 ) to ( srcPtrA->widthE, srcPtrA->heightE )
319
In the above example the intersection of the
image
and the rectange is
322
The size of the destination
image
is always ( ( sectionL->x2E, sectionL->y2E ) - ( sectionL->x1E, sectionL->y1E ) )
324
All coordinates are assumed to be relative to the original
image
.
341
/** copies a section of given
image
*/
362
/* find the intersection betweem the rectangle and the
image
, the
image
always starts at 0,0 */
368
/* If the
image
and the rectangle do not intersect in X direction, set the intersecting rectangle to the image coo (…)
[
all
...]
Completed in 259 milliseconds