Searched defs:v1L (Results 1 - 5 of 5) sorted by path

/external/neven/Embedded/common/src/b_BasicEm/
H A DMath.c869 uint32 v1L = v1A; local
877 v1L = ( ( v1L >> ( exp1L - 1 ) ) + 1 ) >> 1;
883 v1L = ( ( v1L >> ( exp1L - 1 ) ) + 1 ) >> 1;
891 *manPtrA = v1L * v2L;
910 int32 v1L = v1A; local
918 v1L = ( ( v1L >> ( exp1L - 1 ) ) + 1 ) >> 1;
924 v1L
[all...]
/external/neven/Embedded/common/src/b_ImageEm/
H A DFunctions.c315 uint32 v1L = ( ( uint32 )srcL[ idxL ] * xf1L + ( uint32 )srcL[ idxL + 1 ] * xf2L + 0x0800 ) >> 12; local
317 *dstL++ = ( v1L * yf1L + v2L * yf2L + 0x080000 ) >> 20;
388 uint32 v1L = ( ( uint32 )srcL[ idxL ] * xf1L + ( uint32 )srcL[ idxL + 1 ] * xf2L + 0x0800 ) >> 12; local
390 *dstL++ = ( v1L * yf1L + v2L * yf2L + 0x080000 ) >> 20;
H A DUInt16ByteImage.c573 int32 v1L; local
583 v1L = f1xL * ( *( ptr1L + khL ) >> 8 ) + f2xL * ( *( ptr1L + khL ) & 0x0FF );
586 v1L = f1xL * ( *( ptr1L + khL ) & 0x0FF ) + f2xL * ( *( ptr1L + khL ) >> 8 );
593 v1L = f1xL * ( *( ptr1L + khL ) & 0x0FF ) + f2xL * ( *( ptr1L + khL + 1 ) >> 8 );
596 v1L = f1xL * ( *( ptr1L + khL ) >> 8 ) + f2xL * ( *( ptr1L + khL + 1 ) & 0x0FF );
601 valL = v1L * f1yL + v2L * f2yL + halfL;
850 int32 v1L; local
857 v1L = *( ptr1L + kL ) * f1xL + *( ptr1L + kL + 1 ) * f2xL;
861 valL = v1L * f1yL + v2L * f2yL + halfL;
H A DUInt8Image.c743 int32 v1L; local
750 v1L = *( ptr1L + kL ) * f1xL + *( ptr1L + kL + 1 ) * f2xL;
754 valL = v1L * f1yL + v2L * f2yL + halfL;
/external/neven/Embedded/common/src/b_TensorEm/
H A DCompactMat.c191 uint16 v1L = *rowPtrL++; local
193 lSumL += ( ( int8 )( ( v1L << 4 ) ) * ( int32 )inPtrL[ 0 ] );
194 lSumL += ( ( int8 )( ( v1L ) & 0xF0 ) * ( int32 )inPtrL[ 1 ] );
195 lSumL += ( ( int8 )( ( v1L >> 4 ) & 0xF0 ) * ( int32 )inPtrL[ 2 ] );
196 lSumL += ( ( int8 )( ( v1L >> 8 ) & 0xF0 ) * ( int32 )inPtrL[ 3 ] );
201 uint16 v1L = *rowPtrL++; local
203 if( iL-- > 0 ) lSumL += ( ( int8 )( ( v1L << 4 ) ) * ( int32 )inPtrL[ 0 ] );
204 if( iL-- > 0 ) lSumL += ( ( int8 )( ( v1L ) & 0xF0 ) * ( int32 )inPtrL[ 1 ] );
205 if( iL-- > 0 ) lSumL += ( ( int8 )( ( v1L >> 4 ) & 0xF0 ) * ( int32 )inPtrL[ 2 ] );
251 uint16 v1L local
268 uint16 v1L = *rowPtrL++; local
278 uint16 v1L = *rowPtrL++; local
[all...]

Completed in 302 milliseconds