Searched refs:ADD (Results 1 - 25 of 115) sorted by relevance

12345

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DomxVCM4P10_PredictIntra_16x16_s.s134 ADD dstStepx2, dstStep, dstStep ;// double dstStep
135 ADD pDst2, pDst, dstStep ;// pDst2- pDst advanced by dstStep
142 ADD pDst, pDst, dstStepx2 ;// pDst advanced by dstStep
144 ADD pDst2, pDst2, dstStepx2 ;// pDst advanced by dstStep
157 ADD pDst2, pDst, dstStep ;// pDst2- pDst advanced by dstStep
159 ADD dstStepx2, dstStep, dstStep ;// double dstStep
200 ADD count, count, #1 ;// if upper inc count by 1
224 ADD tVal2, tVal2, tVal2, LSR #16 ;// sum(pSrcAbove[0] to pSrcAbove[15])
233 ADD leftStepx2, leftStep,leftStep ;// leftStepx2 = 2 * leftStep
234 ADD pSrcLeft
[all...]
H A DomxVCM4P10_PredictIntraChroma_8x8_s.s143 ADD leftStepx2, leftStep,leftStep ;// leftStepx2 = 2 * leftStep
144 ADD pSrcLeft2, pSrcLeft, leftStep ;// pSrcLeft2 = pSrcLeft + leftStep
155 ADD sum1, sum1, sum1, LSR #16 ;// sum(pSrcAbove[0] to pSrcAbove[3])
156 ADD sum2, sum2, sum2, LSR #16 ;// sum(pSrcAbove[4] to pSrcAbove[7])
164 ADD tVal2, tVal8, tVal9 ;// tVal14 = tVal8 + tVal9
168 ADD tVal14, tVal4, tVal12 ;// tVal14 = tVal4 + tVal12
172 ADD tVal8, tVal8, tVal9 ;// tVal8 = tVal8 + tVal9
173 ADD tVal2, tVal2, tVal14 ;// leftsum1 = sum(pSrcLeft[0] to pSrcLeft[3])
174 ADD tVal4, tVal4, tVal12 ;// tVal4 = tVal4 + tVal12
175 ADD tVal1
[all...]
H A DarmVCM4P10_Interpolate_Chroma_s.s116 ADD pSrc1, pSrc, iSrcStep
121 ADD dxEightMinusdx, EightMinusdx, dx, LSL #16
186 ADD pDst1, pDst, iDstStep
214 ADD iWidth, iWidth, #1<<16
219 ADD pDst, pDst, iDstStepx2MinusWidth
220 ADD pSrc1, pSrc1, iSrcStepx2MinusWidth
221 ADD pSrc, pSrc, iSrcStepx2MinusWidth
240 ADD pDst2, pDst, iDstStep
252 ADD iWidth, iWidth, #1<<16
257 ADD pDs
[all...]
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
H A Dcor_h_vec_opt.s41 ADD r7, r4, r2, LSL #5 @r7 --- p0 = rrixix[track]
49 ADD r9, r1, r2, LSL #1 @p2 = &vec[pos]
67 ADD r10, r6, r14
68 ADD r9, r5, r14
71 ADD r9, r3, r2, LSL #1 @address of sign[pos]
72 ADD r8, r7, #32
83 ADD r9, r9, r4, LSL #1
84 ADD r12, r12, r4, LSL #1
85 ADD r5, r5, r10
86 ADD r
[all...]
H A Dconvolve_opt.s39 ADD r4, r1, r3, LSL #1 @ tmpH address
40 ADD r5, r3, #1 @ i = n + 1
68 ADD r5, r11, r8, LSL #1
70 ADD r3, r3, #1
74 ADD r4, r1, r3, LSL #1 @tmpH address
75 ADD r5, r3, #1
105 ADD r8, r11, r8, LSL #1
107 ADD r3, r3, #1
110 ADD r4, r1, r3, LSL #1
111 ADD r
[all...]
H A DFilt_6k_7k_opt.s48 ADD r10, r3
52 ADD r6, r13, #60 @ get x[L_FIR - 1] address
79 ADD r14, r14, #8
96 ADD r1, r1, r2 @ x[i] + x[i + 30]
97 ADD r6, r6, r7 @ x[i + 1] + x[i + 29]
102 ADD r8, r8, r9 @ x[i + 2] + x[i + 28]
110 ADD r1, r1, r2 @ x[i+3] + x[i+27]
111 ADD r6, r6, r7 @ x[i+4] + x[i+26]
116 ADD r8, r8, r9 @ x[i+5] + x[i+25]
126 ADD r
[all...]
H A DNorm_Corr_opt.s56 ADD r8, r13, #20 @get the excf[L_SUBFR]
59 ADD r5, r0, r11, LSL #1 @get the &exc[k]
92 ADD r9, r7, r6, LSL #1 @L_tmp = (L_tmp << 1) + 1
108 ADD r14, r13, #20 @copy of excf[]
129 ADD r5, r10, r5, LSL #1 @L_tmp = (L_tmp << 1) + 1
130 ADD r6, r10, r6, LSL #1 @L_tmp1 = (L_tmp1 << 1) + 1
156 ADD r1, sp, #4
157 ADD r0, sp, #0
170 ADD r12, r12, r12 @L_tmp = vo_L_mult(corr, norm)
172 ADD r
[all...]
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
H A Dcor_h_vec_neon.s41 ADD r7, r4, r2, LSL #5 @r7 --- p0 = rrixix[track]
50 ADD r9, r1, r2, LSL #1 @p2 = &vec[pos]
68 ADD r10, r6, r14
69 ADD r9, r5, r14
72 ADD r9, r3, r2, LSL #1 @address of sign[pos]
73 ADD r8, r7, #32
84 ADD r9, r9, r4, LSL #1
85 ADD r12, r12, r4, LSL #1
86 ADD r5, r5, r10
87 ADD r
[all...]
H A Dconvolve_neon.s40 ADD r4, r1, r3, LSL #1 @ tmpH address
41 ADD r5, r3, #1 @ i = n + 1
64 ADD r5, r5, r8
65 ADD r5, r11, r5, LSL #1
67 ADD r3, r3, #1
72 ADD r4, r1, r3, LSL #1 @tmpH address
73 ADD r5, r3, #1
100 ADD r8, r8, r5
101 ADD r8, r11, r8, LSL #1
103 ADD r
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
H A Dh264bsd_interpolate_ver_half.s95 ADD tmp5, x0, partW ;// (x0+partWidth)
103 ADD tmp6, y0, partH ;// (y0+partHeight)
104 ADD tmp6, tmp6, #5 ;// (y0+partH+5)
112 ADD tmp5, partH, #5 ;// r2 = partH + 5;
120 ADD buff, sp, #0x28 ;// buff = p1[21*21/4+1]
126 ADD ref,sp,#0x28 ;// ref = p1
135 ADD ref, ref, tmp6 ;// ref += y0*width+x0
138 ADD count, partW, partH, LSL #16 ;// |partH|partW|
147 ADD count, count, tmp1, LSL #24 ;// partWidth-1 to top byte
161 ADD tmp
[all...]
H A Dh264bsd_interpolate_ver_quarter.s94 ADD tmp5, x0, partW ;// (x0+partWidth)
102 ADD tmp6, y0, partH ;// (y0+partHeight)
103 ADD tmp6, tmp6, #5 ;// (y0+partH+5)
111 ADD tmp5, partH, #5 ;// r2 = partH + 5;
119 ADD buff, sp, #0x28 ;// buff = p1[21*21/4+1]
125 ADD ref,sp,#0x28 ;// ref = p1
134 ADD ref, ref, tmp6 ;// ref += y0*width+x0
137 ADD count, partW, partH, LSL #8 ;// |xx|xx|partH|partW|
141 ADD count, count, tmp2 ;// |xx|partH-1|partW-1|verOffset|
148 ADD coun
[all...]
H A Dh264bsd_interpolate_chroma_hor_ver.s100 ADD tmp1, x0, chrPW ;// tmp1 = x0+ chromaPartWidth
101 ADD tmp1, tmp1, #1 ;// tmp1 = x0+ chromaPartWidth+1
109 ADD tmp1, y0, chrPH ;// tmp1 = y0 + chromaPartHeight
110 ADD tmp1, tmp1, #1 ;// tmp1 = y0 + chromaPartHeight + 1
117 ADD tmp3, chrPW, #1 ;// tmp3 = chromaPartWidth+1
118 ADD tmp1, chrPW, #1 ;// tmp1 = chromaPartWidth+1
119 ADD tmp2, chrPH, #1 ;// tmp2 = chromaPartHeight+1
121 ADD block, sp, #0x1c ;// block
128 ADD block, sp, #0x1c ;// block
137 ADD re
[all...]
H A Dh264bsd_interpolate_hor_ver_quarter.s102 ADD tmpa, x0, partW ;// (x0+partWidth)
103 ADD tmpa, tmpa, #5 ;// (x0+partW+5)
111 ADD tmp5, y0, partH ;// (y0+partHeight)
112 ADD tmp5, tmp5, #5 ;// (y0+partH+5)
121 ADD tmp5, partH, #5 ;// tmp5 = partH + 5
122 ADD tmpa, partW, #5 ;// tmpa = partW + 5
128 ADD buff, sp, #0x28 ;// buff = p1[21*21/4+1]
134 ADD ref,sp,#0x28 ;// ref = p1
145 ADD ref, ref, tmp5 ;// ref += y0*width+x0
149 ADD tmp
[all...]
H A Dh264bsd_interpolate_chroma_hor.s97 ADD tmp6, x0, chrPW ;// tmp6 = x0+ chromaPartWidth
98 ADD tmp6, tmp6, #1 ;// tmp6 = x0 + chromaPartWidth + 1
106 ADD tmp6, y0, chrPH ;// tmp6 = y0 + chromaPartHeight
113 ADD tmp8, chrPW, #1 ;// tmp8 = chromaPartWidth+1
116 ADD block, sp, #0x1c ;// block
123 ADD block, sp, #0x1c ;// block
132 ADD ref, sp, #0x1c ;// ref = block
143 ADD ptrA, ref, tmp3 ;// ptrA = ref + y0*width+x0
158 ADD count, count, tmp2, LSL #16 ;// chromaPartHeight-1
159 ADD coun
[all...]
H A Dh264bsd_interpolate_chroma_ver.s96 ADD tmp1, x0, chrPW ;// tmp1 = x0+ chromaPartWidth
104 ADD tmp1, y0, chrPH ;// tmp1 = y0 + chromaPartHeight
105 ADD tmp1, tmp1, #1 ;// tmp1 = y0 + chromaPartHeight + 1
112 ADD tmp1, chrPH, #1 ;// tmp1 = chromaPartHeight+1
115 ADD block, sp, #0x1c ;// block
122 ADD block, sp, #0x1c ;// block
131 ADD ref, sp, #0x1c ;// ref = block
141 ADD ptrA, ref, tmp3 ;// ptrA = ref + y0*width+x0
156 ADD count, count, tmp2, LSL #16 ;// chromaPartHeight-1
157 ADD coun
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
H A DomxVCM4P10_DeblockLuma_I.S41 ADD sp,sp,#0xc
53 ADD r3,r5,#0x10
54 ADD r2,r4,#0x10
57 ADD r3,r8,#2
58 ADD r2,r7,#2
62 ADD sp,sp,#0xc
H A DomxVCM4P10_PredictIntra_4x4_s.S31 P0: ADD pc, r8
34 ADD r9,r0,r4
35 ADD r10,r4,r4
40 ADD r11,r3,r5
41 ADD r12,r5,r5
49 ADD r11,r3,r5
50 ADD r12,r5,r5
60 ADD r9,r0,r4
61 ADD r10,r4,r4
74 ADD r1
[all...]
H A DomxVCM4P10_InterpolateLuma_s.S23 ADD r6,r6,r7,LSL #2
24 ADD r11,sp,#0
29 ADD pc,pc,r6,LSL #2
48 ADD r12,r0,r1,LSL #1
53 ADD r12,r2,r3,LSL #1
58 ADD r11,sp,#0
67 ADD r12,r2,r3,LSL #1
72 ADD r11,sp,#0
77 ADD r12,r2,r3,LSL #1
82 ADD r1
[all...]
H A DomxVCM4P10_FilterDeblockingLuma_HorEdge_I_s.S18 ADD r7,r2,#1
19 ADD r8,r3,#1
28 ADD r10,r1,r1
32 ADD r6,r0,r1
71 ADD r0,r6,#8
75 ADD r0,r0,#8
77 ADD r5,r5,#2
91 ADD r5,r5,#2
93 ADD r0,r6,#8
98 ADD r
[all...]
H A DomxVCM4P10_FilterDeblockingLuma_VerEdge_I_s.S18 ADD r7,r2,#1
19 ADD r8,r3,#1
29 ADD r11,r1,r1
34 ADD r10,r0,r1
81 ADD r10,r0,r1
97 ADD r5,r5,#2
101 ADD r0,r0,#4
106 ADD r0,r0,#4
109 ADD r5,r5,#4
120 ADD r1
[all...]
H A DarmVCM4P10_DecodeCoeffsToPair_s.S21 P0: ADD r6, pc
26 ADD r12,r12,#8
40 ADD r12,r12,#4
46 ADD r7,r7,r8,LSR #29
61 ADD r2,sp,#0xc
91 ADD r12,r12,r7
114 ADD r12,r12,lr
128 ADD r7,r3,r7
130 ADD r7,r7,r1
136 P1: ADD r
[all...]
/frameworks/base/graphics/java/android/graphics/
H A DPorterDuff.java58 ADD (16), enum constant in enum:PorterDuff.Mode
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DarmVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s163 ADD temp2,storeRun,Count
180 ADD Count,Count,storeRun
182 ADD Count,Count,#1
245 ADD temp1, pLMAXTableL0L1, Last, LSL#4 ;// If the Last=1 add 32 to table address
249 ADD storeLevel,temp1,storeLevel
260 ADD temp1, pRMAXTableL0L1, Last, LSL#4 ;// If Last=1 add 32 to table address
265 ADD storeRun,storeRun,#1
266 ADD storeRun,temp1
280 ADD temp1,storeRun,Count ;// Exit with an error message if Run + Count exceeds 63
291 ADD Coun
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DarmVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s163 ADD temp2,storeRun,Count
180 ADD Count,Count,storeRun
182 ADD Count,Count,#1
245 ADD temp1, pLMAXTableL0L1, Last, LSL#4 ;// If the Last=1 add 32 to table address
249 ADD storeLevel,temp1,storeLevel
260 ADD temp1, pRMAXTableL0L1, Last, LSL#4 ;// If Last=1 add 32 to table address
265 ADD storeRun,storeRun,#1
266 ADD storeRun,temp1
280 ADD temp1,storeRun,Count ;// Exit with an error message if Run + Count exceeds 63
291 ADD Coun
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
H A DomxVCM4P10_PredictIntra_4x4_s.s178 ADD pSrcTmp, pSrcLeft, leftStep
179 ADD srcStep, leftStep, leftStep
186 ADD pDstTmp, pDst, dstStep
187 ADD dstep, dstStep, dstStep
200 ADD pDstTmp, pDst, dstStep
201 ADD dstep, dstStep, dstStep
218 ADD pSrcTmp, pSrcLeft, leftStep
219 ADD srcStep, leftStep, leftStep
237 ADD pDstTmp, pDst, dstStep
238 ADD dste
[all...]

Completed in 3855 milliseconds

12345