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

123456

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DomxVCM4P10_PredictIntra_16x16_s.s148 ADD dstStepx2, dstStep, dstStep ;// double dstStep
149 ADD pDst2, pDst, dstStep ;// pDst2- pDst advanced by dstStep
156 ADD pDst, pDst, dstStepx2 ;// pDst advanced by dstStep
158 ADD pDst2, pDst2, dstStepx2 ;// pDst advanced by dstStep
171 ADD pDst2, pDst, dstStep ;// pDst2- pDst advanced by dstStep
173 ADD dstStepx2, dstStep, dstStep ;// double dstStep
214 ADD count, count, #1 ;// if upper inc count by 1
238 ADD tVal2, tVal2, tVal2, LSR #16 ;// sum(pSrcAbove[0] to pSrcAbove[15])
247 ADD leftStepx2, leftStep,leftStep ;// leftStepx2 = 2 * leftStep
248 ADD pSrcLeft
[all...]
H A DomxVCM4P10_PredictIntraChroma_8x8_s.s157 ADD leftStepx2, leftStep,leftStep ;// leftStepx2 = 2 * leftStep
158 ADD pSrcLeft2, pSrcLeft, leftStep ;// pSrcLeft2 = pSrcLeft + leftStep
169 ADD sum1, sum1, sum1, LSR #16 ;// sum(pSrcAbove[0] to pSrcAbove[3])
170 ADD sum2, sum2, sum2, LSR #16 ;// sum(pSrcAbove[4] to pSrcAbove[7])
178 ADD tVal2, tVal8, tVal9 ;// tVal14 = tVal8 + tVal9
182 ADD tVal14, tVal4, tVal12 ;// tVal14 = tVal4 + tVal12
186 ADD tVal8, tVal8, tVal9 ;// tVal8 = tVal8 + tVal9
187 ADD tVal2, tVal2, tVal14 ;// leftsum1 = sum(pSrcLeft[0] to pSrcLeft[3])
188 ADD tVal4, tVal4, tVal12 ;// tVal4 = tVal4 + tVal12
189 ADD tVal1
[all...]
H A DarmVCM4P10_Interpolate_Chroma_s.s130 ADD pSrc1, pSrc, iSrcStep
135 ADD dxEightMinusdx, EightMinusdx, dx, LSL #16
200 ADD pDst1, pDst, iDstStep
228 ADD iWidth, iWidth, #1<<16
233 ADD pDst, pDst, iDstStepx2MinusWidth
234 ADD pSrc1, pSrc1, iSrcStepx2MinusWidth
235 ADD pSrc, pSrc, iSrcStepx2MinusWidth
254 ADD pDst2, pDst, iDstStep
266 ADD iWidth, iWidth, #1<<16
271 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.s49 ADD r10, r3
53 ADD r6, r13, #60 @ get x[L_FIR - 1] address
80 ADD r14, r14, #8
97 ADD r1, r1, r2 @ x[i] + x[i + 30]
98 ADD r6, r6, r7 @ x[i + 1] + x[i + 29]
103 ADD r8, r8, r9 @ x[i + 2] + x[i + 28]
111 ADD r1, r1, r2 @ x[i+3] + x[i+27]
112 ADD r6, r6, r7 @ x[i+4] + x[i+26]
117 ADD r8, r8, r9 @ x[i+5] + x[i+25]
127 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.S55 ADD sp,sp,#0xc
67 ADD r3,r5,#0x10
68 ADD r2,r4,#0x10
71 ADD r3,r8,#2
72 ADD r2,r7,#2
76 ADD sp,sp,#0xc
H A DomxVCM4P10_PredictIntra_4x4_s.S45 P0: ADD pc, r8
48 ADD r9,r0,r4
49 ADD r10,r4,r4
54 ADD r11,r3,r5
55 ADD r12,r5,r5
63 ADD r11,r3,r5
64 ADD r12,r5,r5
74 ADD r9,r0,r4
75 ADD r10,r4,r4
88 ADD r1
[all...]
H A DomxVCM4P10_InterpolateLuma_s.S37 ADD r6,r6,r7,LSL #2
38 ADD r11,sp,#0
43 ADD pc,pc,r6,LSL #2
62 ADD r12,r0,r1,LSL #1
67 ADD r12,r2,r3,LSL #1
72 ADD r11,sp,#0
81 ADD r12,r2,r3,LSL #1
86 ADD r11,sp,#0
91 ADD r12,r2,r3,LSL #1
96 ADD r1
[all...]
H A DomxVCM4P10_FilterDeblockingLuma_HorEdge_I_s.S32 ADD r7,r2,#1
33 ADD r8,r3,#1
42 ADD r10,r1,r1
46 ADD r6,r0,r1
85 ADD r0,r6,#8
89 ADD r0,r0,#8
91 ADD r5,r5,#2
105 ADD r5,r5,#2
107 ADD r0,r6,#8
112 ADD r
[all...]
H A DomxVCM4P10_FilterDeblockingLuma_VerEdge_I_s.S32 ADD r7,r2,#1
33 ADD r8,r3,#1
43 ADD r11,r1,r1
48 ADD r10,r0,r1
95 ADD r10,r0,r1
111 ADD r5,r5,#2
115 ADD r0,r0,#4
120 ADD r0,r0,#4
123 ADD r5,r5,#4
134 ADD r1
[all...]
H A DarmVCM4P10_DecodeCoeffsToPair_s.S51 P0: ADD r6, pc
56 ADD r12,r12,#8
70 ADD r12,r12,#4
76 ADD r7,r7,r8,LSR #29
91 ADD r2,sp,#0xc
121 ADD r12,r12,r7
144 ADD r12,r12,lr
158 ADD r7,r3,r7
160 ADD r7,r7,r1
166 P1: ADD r
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DarmVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s177 ADD temp2,storeRun,Count
194 ADD Count,Count,storeRun
196 ADD Count,Count,#1
259 ADD temp1, pLMAXTableL0L1, Last, LSL#4 ;// If the Last=1 add 32 to table address
263 ADD storeLevel,temp1,storeLevel
274 ADD temp1, pRMAXTableL0L1, Last, LSL#4 ;// If Last=1 add 32 to table address
279 ADD storeRun,storeRun,#1
280 ADD storeRun,temp1
294 ADD temp1,storeRun,Count ;// Exit with an error message if Run + Count exceeds 63
305 ADD Coun
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DarmVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s177 ADD temp2,storeRun,Count
194 ADD Count,Count,storeRun
196 ADD Count,Count,#1
259 ADD temp1, pLMAXTableL0L1, Last, LSL#4 ;// If the Last=1 add 32 to table address
263 ADD storeLevel,temp1,storeLevel
274 ADD temp1, pRMAXTableL0L1, Last, LSL#4 ;// If Last=1 add 32 to table address
279 ADD storeRun,storeRun,#1
280 ADD storeRun,temp1
294 ADD temp1,storeRun,Count ;// Exit with an error message if Run + Count exceeds 63
305 ADD Coun
[all...]
/frameworks/base/graphics/java/android/graphics/
H A DPorterDuff.java345 ADD (12), enum constant in enum:PorterDuff.Mode
399 case 12: return Mode.ADD;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
H A DomxVCM4P10_PredictIntra_4x4_s.s192 ADD pSrcTmp, pSrcLeft, leftStep
193 ADD srcStep, leftStep, leftStep
200 ADD pDstTmp, pDst, dstStep
201 ADD dstep, dstStep, dstStep
214 ADD pDstTmp, pDst, dstStep
215 ADD dstep, dstStep, dstStep
232 ADD pSrcTmp, pSrcLeft, leftStep
233 ADD srcStep, leftStep, leftStep
251 ADD pDstTmp, pDst, dstStep
252 ADD dste
[all...]

Completed in 796 milliseconds

123456