/external/neven/Embedded/common/src/b_BasicEm/ |
Phase.c | 271 phase16 bbs_phase16( int32 xA, int32 yA ) 274 uint32 yL = ( yA > 0 ) ? yA : -yA; 306 if( yA >= 0 ) 317 if( yA >= 0 )
|
Phase.h | 128 phase16 bbs_phase16( int32 xA, int32 yA );
|
/external/neven/Embedded/common/src/b_TensorEm/ |
Flt16Vec2D.h | 81 struct bts_Flt16Vec2D bts_Flt16Vec2D_create16( int16 xA, int16 yA, int16 bbpA ); 87 struct bts_Flt16Vec2D bts_Flt16Vec2D_create32( int32 xA, int32 yA, int32 bbpA );
|
Flt16Vec3D.h | 95 struct bts_Flt16Vec3D bts_Flt16Vec3D_create16( int16 xA, int16 yA, int16 zA, int16 bbpA ); 98 struct bts_Flt16Vec3D bts_Flt16Vec3D_create32( int32 xA, int32 yA, int32 zA, int32 bbpA );
|
Flt16Vec3D.c | 169 struct bts_Flt16Vec3D bts_Flt16Vec3D_create16( int16 xA, int16 yA, int16 zA, int16 bbpA ) 173 vecL.yE = yA; 181 struct bts_Flt16Vec3D bts_Flt16Vec3D_create32( int32 xA, int32 yA, int32 zA, int32 bbpA ) 184 if( ( xA | yA | zA ) == 0 ) 193 int32 shiftL = bts_maxAbsIntLog2Of3( xA, yA, zA ) - 13; 199 vecL.yE = ( ( yA >> sh1L ) + 1 ) >> 1; 205 vecL.yE = yA << -shiftL;
|
Flt16Alt3D.c | 165 int16 xA, int16 yA, int16 zA, 174 altL.vecE = bts_Flt16Vec3D_create16( xA, yA, zA, vecBbpA ); 184 int32 xA, int32 yA, int32 zA, 193 altL.vecE = bts_Flt16Vec3D_create32( xA, yA, zA, vecBbpA );
|
Flt16Alt2D.h | 131 int16 yA, 141 int32 yA,
|
Flt16Alt3D.h | 103 int16 xA, int16 yA, int16 zA, 111 int32 xA, int32 yA, int32 zA,
|
Flt16Vec2D.c | 148 struct bts_Flt16Vec2D bts_Flt16Vec2D_create16( int16 xA, int16 yA, int16 bbpA ) 152 vecL.yE = yA; 170 struct bts_Flt16Vec2D bts_Flt16Vec2D_create32( int32 xA, int32 yA, int32 bbpA ) 173 if( ( xA | yA ) == 0 ) 181 int32 shiftL = bts_maxAbsIntLog2Of2( xA, yA ) - 13; 187 vecL.yE = ( ( yA >> sh1L ) + 1 ) >> 1; 192 vecL.yE = yA << -shiftL;
|
Flt16Alt2D.c | 232 int16 yA, 237 altL.vecE = bts_Flt16Vec2D_create16( xA, yA, vecBbpA ); 249 int32 yA, 254 altL.vecE = bts_Flt16Vec2D_create32( xA, yA, vecBbpA );
|
/external/neven/Embedded/common/src/b_BitFeatureEm/ |
Scanner.h | 266 void bbf_Scanner_goToXY( struct bbs_Context* cpA, struct bbf_Scanner* ptrA, int32 xA, int32 yA ); 273 int32 xA, int32 yA, uint32 scaleA ); 290 int32 yA,
|
LocalScanner.h | 239 void bbf_LocalScanner_goToXY( struct bbs_Context* cpA, struct bbf_LocalScanner* ptrA, int32 xA, int32 yA );
|
Scanner.c | 887 void bbf_Scanner_goToXY( struct bbs_Context* cpA, struct bbf_Scanner* ptrA, int32 xA, int32 yA ) 889 bbs_DEF_fNameL( "void bbf_Scanner_goToXY( struct bbs_Context* cpA, struct bbf_Scanner* ptrA, int32 xA, int32 yA )" ) 899 if( ptrA->yE == yA ) return; 901 if( yA >= ( int32 )( ptrA->currentHeightE - ptrA->patchHeightE ) ) 907 if( yA == ptrA->yE + 1 ) 914 ptrA->yE = yA; 946 ptrA->yE = yA; 987 int32 xA, int32 yA, uint32 scaleA ) 990 int32 yL = ( yA / ( int32 )( ptrA->scaleE >> 4 ) ) + ptrA->borderHeightE; [all...] |
LocalScanner.c | 722 void bbf_LocalScanner_goToXY( struct bbs_Context* cpA, struct bbf_LocalScanner* ptrA, int32 xA, int32 yA ) 724 bbs_DEF_fNameL( "void bbf_LocalScanner_goToXY( struct bbs_Context* cpA, struct bbf_LocalScanner* ptrA, int32 xA, int32 yA )" ) 731 if( ptrA->yE == yA ) return; 732 if( yA < ptrA->workScanRegionE.y1E || yA >= ptrA->workScanRegionE.y2E - ( int32 )ptrA->patchHeightE ) 737 ptrA->yE = yA;
|
/external/skia/gm/ |
complexclip2.cpp | 31 SkScalar yA = SkFloatToScalar(0.65f); 39 fHeight = yF - yA; 45 fRects[1].set(xA, yA, xD, yD); 49 fRects[2].set(xC, yA, xF, yD);
|
/external/opencv/cvaux/src/ |
cvepilines.cpp | 462 double xA,yA,zA; 467 yA = pointNewA.y; 479 len1 = sqrt( (xA-xB)*(xA-xB) + (yA-yB)*(yA-yB) + (zA-zB)*(zA-zB) ); 531 double xA,yA,zA; 538 yA = point11.y; 556 a11 = (xB-xA)*(xB-xA)+(yB-yA)*(yB-yA)+(zB-zA)*(zB-zA); 557 a12 = -(xD-xC)*(xB-xA)-(yD-yC)*(yB-yA)-(zD-zC)*(zB-zA); 558 a21 = (xB-xA)*(xD-xC)+(yB-yA)*(yD-yC)+(zB-zA)*(zD-zC) [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_reconstruct.h | 56 u32 yA,
|
h264bsd_reconstruct.c | [all...] |
/external/chromium/third_party/libjingle/source/talk/session/phone/testdata/ |
video.rtpdump | [all...] |