Searched refs:X0 (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/comm/src/
H A DomxVCCOMM_Copy16x16_s.s36 X0 RN 2 label
46 LDRD X0,[pSrc],#8 ;//pSrc after loading pSrc=pSrc+8
50 STRD X0,[pDst],#8
51 LDRD X0,[pSrc],#8
56 STRD X0,[pDst],#8
57 LDRD X0,[pSrc],#8
62 STRD X0,[pDst],#8
63 LDRD X0,[pSrc],#8
68 STRD X0,[pDst],#8
69 LDRD X0,[pSr
[all...]
H A DomxVCCOMM_Copy8x8_s.s36 X0 RN 2 label
45 LDRD X0,[pSrc],Count ;//pSrc after loading : pSrc=pSrc+step
48 STRD X0,[pDst],#8
49 LDRD X0,[pSrc],Count
53 STRD X0,[pDst],#8
54 LDRD X0,[pSrc],Count
58 STRD X0,[pDst],#8
59 LDRD X0,[pSrc],Count
63 STRD X0,[pDst],#8
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/comm/src/
H A DomxVCCOMM_Copy16x16_s.s36 X0 DN D0.S8 define
48 VLD1 {X0,X1},[pSrc@128],step ;// Load 16 bytes from 16 byte aligned pSrc and pSrc=pSrc + step after loading
53 VST1 {X0,X1,X2,X3},[pDst@128]! ;// Store 32 bytes to 16 byte aligned pDst
57 VLD1 {X0,X1},[pSrc@128],step
62 VST1 {X0,X1,X2,X3},[pDst@128]!
66 VLD1 {X0,X1},[pSrc@128],step
71 VST1 {X0,X1,X2,X3},[pDst@128]!
75 VLD1 {X0,X1},[pSrc@128],step
80 VST1 {X0,X1,X2,X3},[pDst@128]!
H A DomxVCCOMM_Copy8x8_s.s37 X0 DN D0.S8 define
45 VLD1 {X0},[pSrc],step ;// Load 8 bytes from 8 byte aligned pSrc, pSrc=pSrc+step after load
50 VST1 {X0,X1},[pDst]! ;// Store 16 bytes to 8 byte aligned pDst
53 VLD1 {X0},[pSrc],step
58 VST1 {X0,X1},[pDst]!
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
H A DLVPSA_QPD_Process.c73 LVM_INT32 X0; local
101 X0 = ((*pInSamps) * pLVPSA_Inst->pPostGains[BandIndex]) >> (LVPSA_GAINSHIFT-1); /* - 1 to compensate scaling in process function*/
105 if(X0 < 0)
106 X0 = -X0;
107 if (X0 > 0x7FFF)
110 Xg0 = (LVM_INT16)(X0);

Completed in 74 milliseconds