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

1 2

  /frameworks/av/media/libeffects/lvm/lib/Common/src/
JoinTo2i_32x32.c 28 void JoinTo2i_32x32( const LVM_INT32 *srcL,
35 srcL += n-1;
45 *dst = *srcL;
47 srcL--;
  /external/neven/Embedded/common/src/b_BasicEm/
Memory.c 60 const uint16* srcL = ( uint16* )srcA;
64 *dstL++ = *srcL++;
79 const uint16* srcL = ( uint16* )srcA;
83 dstL[ 0 ] = srcL[ 0 ];
84 dstL[ 1 ] = srcL[ 1 ];
85 dstL[ 2 ] = srcL[ 2 ];
86 dstL[ 3 ] = srcL[ 3 ];
88 srcL += 4;
93 *dstL++ = *srcL++;
110 const uint32* srcL = ( uint32* )srcA
    [all...]
Functions.c 135 const uint32* srcL = ( uint32* )ptrA;
141 memPtrA += bbs_memWrite32( srcL++, memPtrA );
175 const uint16* srcL = ( uint16* )ptrA;
181 memPtrA += bbs_memWrite16( srcL++, memPtrA );
String.c 42 const char* srcL = srcA;
44 while( ( *dstL++ = *srcL++ ) != 0 );
65 const char* srcL = srcA;
68 while( ( *dstL++ = *srcL++ ) != 0 );
  /external/neven/Embedded/common/src/b_ImageEm/
Functions.c 50 const uint8* srcL = srcPtrA;
58 *dstL = ( ( uint32 )srcL[ 0 ] + srcL[ 1 ] + srcL[ wsL ] + srcL[ wsL + 1 ] + 2 ) >> 2;
60 srcL += 2;
62 srcL += ( wsL - w1L ) * 2;
85 const uint8* srcL = srcImagePtrA;
233 bim_downscaleBy2( bufPtrA->arrPtrE, srcL + yMinL * w0L + xMinL, w0L, wEffL, hEffL );
250 srcL = bufPtrA->arrPtrE
    [all...]
Flt16Image.c 476 const struct bbs_Complex* srcL;
480 srcL = srcPtrA->arrE.arrPtrE;
483 *dstL++ = ( *srcL++ ).realE;
495 const struct bbs_Complex* srcL;
499 srcL = srcPtrA->arrE.arrPtrE;
502 *dstL++ = ( *srcL++ ).imagE;
514 const struct bbs_Complex* srcL;
518 srcL = srcPtrA->arrE.arrPtrE;
521 *dstL++ = bbs_sqrt32( ( int32 )srcL->realE * srcL->realE + ( int32 )srcL->imagE * srcL->imagE )
    [all...]
UInt16BytePyrImage.c 358 uint16* srcL = dstPtrA->arrE.arrPtrE;
359 uint16* dstL = srcL + ( heightL * halfWidthL );
367 tmpL = ( ( *srcL & 0x0FF ) + ( *srcL >> 8 ) + ( *( srcL + halfWidthL ) & 0x0FF ) +
368 ( *( srcL + halfWidthL ) >> 8 ) + 2 ) >> 2;
374 srcL++;
376 tmpL = ( ( *srcL & 0x0FF ) + ( *srcL >> 8 ) + ( *( srcL + halfWidthL ) & 0x0FF )
    [all...]
UInt8PyramidalImage.c 352 uint8 *srcL, *dstL;
357 srcL = dstPtrA->arrE.arrPtrE;
358 dstL = srcL + widthL * heightL;
366 *dstL++ = ( ( *srcL + *( srcL + 1 ) + *( srcL + widthL ) + *( srcL + widthL + 1 ) ) + 2 ) >> 2;
367 srcL += 2;
369 srcL += widthL;
UInt16ByteImage.c 509 uint16 srcL = *( ulPtrL + khL );
510 valL = f1xL * ( srcL & 0x00FF ) + f2xL * ( srcL >> 8 );
537 uint16 srcL = *( llPtrL + khL );
538 valL = f1xL * ( srcL & 0x00FF ) + f2xL * ( srcL >> 8 );
APhImage.c 442 const struct bbs_Complex* srcL;
445 srcL = srcPtrA->arrE.arrPtrE;
448 bbs_APh_importComplex( dstL++, srcL++ );
ComplexImage.c 466 const struct bbs_APh* srcL;
469 srcL = srcPtrA->arrE.arrPtrE;
472 bbs_Complex_importAPh( dstL++, srcL++ );
  /external/valgrind/VEX/priv/
host_ppc_defs.h 554 HReg srcL;
565 HReg srcL;
573 HReg srcL;
582 HReg srcL;
596 HReg srcL;
605 HReg srcL;
698 HReg srcL;
750 HReg srcL;
775 HReg srcL;
781 HReg srcL;
    [all...]
host_tilegx_defs.c 194 HReg r_srcL = instr->GXin.Alu.srcL;
207 HReg r_srcL = instr->GXin.Shft.srcL;
229 ppHRegTILEGX(instr->GXin.Cmp.srcL);
239 ppHRegTILEGX(instr->GXin.CmpI.srcL);
251 ppHRegTILEGX(instr->GXin.Mul.srcL);
259 ppHRegTILEGX(instr->GXin.Mul.srcL);
364 ppHRegTILEGX(instr->GXin.MovCond.srcL);
691 TILEGXInstr *TILEGXInstr_Alu ( TILEGXAluOp op, HReg dst, HReg srcL,
698 i->GXin.Alu.srcL = srcL;
    [all...]
host_ppc_defs.c 714 HReg srcL, PPCRH* srcR ) {
719 i->Pin.Alu.srcL = srcL;
724 HReg dst, HReg srcL, PPCRH* srcR ) {
730 i->Pin.Shft.srcL = srcL;
735 HReg dst, HReg srcL, HReg srcR ) {
741 i->Pin.AddSubC.srcL = srcL;
746 UInt crfD, HReg srcL, PPCRH* srcR )
    [all...]
host_mips_defs.c 768 MIPSInstr *MIPSInstr_Alu(MIPSAluOp op, HReg dst, HReg srcL, MIPSRH * srcR)
774 i->Min.Alu.srcL = srcL;
779 MIPSInstr *MIPSInstr_Shft(MIPSShftOp op, Bool sz32, HReg dst, HReg srcL,
787 i->Min.Shft.srcL = srcL;
802 MIPSInstr *MIPSInstr_Cmp(Bool syned, Bool sz32, HReg dst, HReg srcL, HReg srcR,
810 i->Min.Cmp.srcL = srcL;
817 MIPSInstr *MIPSInstr_Mul(Bool syned, Bool wid, Bool sz32, HReg dst, HReg srcL,
    [all...]
host_mips_defs.h 395 HReg srcL;
406 HReg srcL;
420 HReg srcL;
430 HReg srcL;
436 HReg srcL;
528 HReg srcL;
541 HReg srcL;
573 HReg srcL;
646 extern MIPSInstr *MIPSInstr_FpBinary(MIPSFpOp op, HReg dst, HReg srcL,
651 extern MIPSInstr *MIPSInstr_FpCompare(MIPSFpOp op, HReg dst, HReg srcL,
    [all...]
host_tilegx_defs.h 332 HReg srcL;
361 HReg srcL;
375 HReg srcL;
383 HReg srcL;
392 HReg srcL;
467 HReg srcL;
517 extern TILEGXInstr *TILEGXInstr_MovCond ( HReg dst, HReg srcL, TILEGXRH * src,
host_x86_defs.h 544 HReg srcL;
589 HReg srcL;
689 extern X86Instr* X86Instr_FpBinary ( X86FpOp op, HReg srcL, HReg srcR, HReg dst );
696 extern X86Instr* X86Instr_FpCmp ( HReg srcL, HReg srcR, HReg dst );
host_x86_defs.c 759 X86Instr* X86Instr_FpBinary ( X86FpOp op, HReg srcL, HReg srcR, HReg dst ) {
763 i->Xin.FpBinary.srcL = srcL;
816 X86Instr* X86Instr_FpCmp ( HReg srcL, HReg srcR, HReg dst ) {
819 i->Xin.FpCmp.srcL = srcL;
    [all...]
host_amd64_defs.h 614 HReg srcL; /* xmm */
749 extern AMD64Instr* AMD64Instr_SseUComIS ( Int sz, HReg srcL, HReg srcR, HReg dst );
host_amd64_defs.c 861 AMD64Instr* AMD64Instr_SseUComIS ( Int sz, HReg srcL, HReg srcR, HReg dst ) {
865 i->Ain.SseUComIS.srcL = srcL;
    [all...]
  /external/neven/Embedded/common/src/b_BitFeatureEm/
Scanner.c 154 const uint8* srcL = ( uint8* )imagePtrA;
162 *dstL++ = ( uint16 )srcL[ 0 ] | ( uint16 )srcL[ 1 ] << 8;
163 srcL += 2;
167 if( ptrA->workWidthE & 1 ) *dstL++ = *srcL++;
173 const uint8* srcL = ( uint8* )imagePtrA + roiPtrA->y1E * imageWidthA + roiPtrA->x1E;
193 *dstL++ = ( uint16 )srcL[ 0 ] | ( uint16 )srcL[ 1 ] << 8;
194 srcL += 2;
198 if( ptrA->workWidthE & 1 ) *dstL++ = *srcL++
    [all...]
LocalScanner.c 299 const uint32* srcL = ptrA->bitImageE.arrE.arrPtrE + ybL * ptrA->bitImageE.widthE + xbL;
301 for( iL = 0; iL < wsrWidthL; iL++ ) dstL[ iL ] = srcL[ iL ] >> yoL;
700 uint32* srcL = ptrA->bitImageE.arrE.arrPtrE + rowL * widthL + ptrA->xE;
704 for( iL = 0; iL < sizeL; iL++ ) dstL[ iL ] = ( dstL[ iL ] >> 1 ) | ( srcL[ iL ] << shlL );
708 bbs_memcpy32( dstL, srcL, sizeL );
765 uint32* srcL = ptrA->bitImageE.arrE.arrPtrE + ( rowL - 1 ) * imgWidthL + imgOffsL;
766 for( iL = 0; iL < sizeL; iL++ ) dstL[ iL ] = srcL[ iL ] >> offL;
  /external/neven/Embedded/common/src/b_TensorEm/
Flt16Vec.c 102 const int16* srcL = ptrA->arrE.arrPtrE;
105 sumL += srcL[ iL ];
124 const int16* srcL = ptrA->arrE.arrPtrE;
127 uint16 vL = srcL[ iL ] > 0 ? srcL[ iL ] : -srcL[ iL ];
  /frameworks/av/media/libeffects/lvm/lib/Common/lib/
VectorArithmetic.h 153 void JoinTo2i_32x32( const LVM_INT32 *srcL,

Completed in 317 milliseconds

1 2