/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
D | omxVCM4P10_PredictIntra_16x16_s.s | 148 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 pSrcLeft2, pSrcLeft, leftStep ;// pSrcLeft2 = pSrcLeft + leftStep [all …]
|
D | omxVCM4P10_PredictIntraChroma_8x8_s.s | 157 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 tVal14, tVal8, tVal4 ;// leftsum2 = sum(pSrcLeft[4] to pSrcLeft[7]) [all …]
|
D | armVCM4P10_Interpolate_Chroma_s.s | 130 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 pDst, pDst, iDstStepx2MinusWidth [all …]
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/ |
D | h264bsd_interpolate_ver_half.s | 95 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 tmpa, tmpa, tmpa, LSL #2 ;// 5(G+M) [all …]
|
D | h264bsd_interpolate_ver_quarter.s | 94 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 count, count, tmp1, LSL #16 ;// partWidth-1 to top byte [all …]
|
D | h264bsd_interpolate_hor_ver_quarter.s | 102 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 tmp6, tmpa, tmp6, LSR #1 [all …]
|
D | h264bsd_interpolate_chroma_ver.s | 96 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 count, count, tmp2, LSL #24 ;// loop_y [all …]
|
D | h264bsd_interpolate_chroma_hor.s | 97 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 count, count, tmp2, LSL #24 ;// loop_y [all …]
|
D | h264bsd_interpolate_chroma_hor_ver.s | 100 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 ref, sp, #0x1c ;// ref = block [all …]
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/ |
D | cor_h_vec_neon.s | 41 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 r6, r6, r11 [all …]
|
D | convolve_neon.s | 40 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 r3, r3, #1 [all …]
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/ |
D | cor_h_vec_opt.s | 41 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 r6, r6, r11 [all …]
|
D | Filt_6k_7k_opt.s | 49 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 r1, r1, r2 @ (x[i+6] + x[i+24]) [all …]
|
D | Norm_Corr_opt.s | 56 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 r6, r10, r5 [all …]
|
D | convolve_opt.s | 39 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 r5, r3, #1 [all …]
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/ |
D | omxVCM4P10_InterpolateLuma_s.S | 38 ADD r6,r6,r7,LSL #2 39 ADD r11,sp,#0 44 ADD pc,pc,r6,LSL #2 63 ADD r12,r0,r1,LSL #1 68 ADD r12,r2,r3,LSL #1 73 ADD r11,sp,#0 82 ADD r12,r2,r3,LSL #1 87 ADD r11,sp,#0 92 ADD r12,r2,r3,LSL #1 97 ADD r11,sp,#0 [all …]
|
D | omxVCM4P10_PredictIntra_4x4_s.S | 46 P0: ADD pc, r8 49 ADD r9,r0,r4 50 ADD r10,r4,r4 55 ADD r11,r3,r5 56 ADD r12,r5,r5 64 ADD r11,r3,r5 65 ADD r12,r5,r5 75 ADD r9,r0,r4 76 ADD r10,r4,r4 89 ADD r11,r3,r5 [all …]
|
D | armVCM4P10_DecodeCoeffsToPair_s.S | 52 P0: ADD r6, pc 57 ADD r12,r12,#8 71 ADD r12,r12,#4 77 ADD r7,r7,r8,LSR #29 92 ADD r2,sp,#0xc 122 ADD r12,r12,r7 145 ADD r12,r12,lr 159 ADD r7,r3,r7 161 ADD r7,r7,r1 167 P1: ADD r9, pc [all …]
|
D | omxVCM4P10_FilterDeblockingLuma_HorEdge_I_s.S | 33 ADD r7,r2,#1 34 ADD r8,r3,#1 43 ADD r10,r1,r1 47 ADD r6,r0,r1 86 ADD r0,r6,#8 90 ADD r0,r0,#8 92 ADD r5,r5,#2 106 ADD r5,r5,#2 108 ADD r0,r6,#8 113 ADD r0,r0,r1,LSL #2
|
D | omxVCM4P10_FilterDeblockingLuma_VerEdge_I_s.S | 33 ADD r7,r2,#1 34 ADD r8,r3,#1 44 ADD r11,r1,r1 49 ADD r10,r0,r1 96 ADD r10,r0,r1 112 ADD r5,r5,#2 116 ADD r0,r0,#4 121 ADD r0,r0,#4 124 ADD r5,r5,#4 135 ADD r10,r0,r1 [all …]
|
D | omxVCM4P10_DeblockLuma_I.S | 56 ADD sp,sp,#0xc 68 ADD r3,r5,#0x10 69 ADD r2,r4,#0x10 72 ADD r3,r8,#2 73 ADD r2,r7,#2 77 ADD sp,sp,#0xc
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/ |
D | omxVCM4P10_PredictIntra_4x4_s.s | 192 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 dstep, dstStep, dstStep [all …]
|
D | omxVCM4P10_InterpolateLuma_s.s | 196 ADD index, idx, idy, LSL #2 ;// [index] = [idy][idx] 209 ADD pc, pc, index, LSL #2 233 ADD Temp, pSrc, srcStep, LSL #1 239 ADD Temp, pDst, dstStep, LSL #1 256 ADD Temp, pDst, dstStep, LSL #1 269 ADD Temp, pDst, dstStep, LSL #1 286 ADD Temp, pDst, dstStep, LSL #1 303 ADD Temp, pDst, dstStep, LSL #1 323 ADD Temp, pDst, dstStep, LSL #1 346 ADD Temp, pDst, dstStep, LSL #1 [all …]
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
D | armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s | 177 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 a… 263 ADD storeLevel,temp1,storeLevel 274 …ADD temp1, pRMAXTableL0L1, Last, LSL#4 ;// If Last=1 add 32 to table addr… 279 ADD storeRun,storeRun,#1 280 ADD storeRun,temp1 294 …ADD temp1,storeRun,Count ;// Exit with an error message if R… 305 ADD Count,Count,storeRun [all …]
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
D | armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s | 177 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 a… 263 ADD storeLevel,temp1,storeLevel 274 …ADD temp1, pRMAXTableL0L1, Last, LSL#4 ;// If Last=1 add 32 to table addr… 279 ADD storeRun,storeRun,#1 280 ADD storeRun,temp1 294 …ADD temp1,storeRun,Count ;// Exit with an error message if R… 305 ADD Count,Count,storeRun [all …]
|