/frameworks/rs/ |
H A D | rsMatrix4x4.cpp | 49 int r2 = (j+3) % 4; local 52 (m[c0 + 4*r0] * (m[c1 + 4*r1] * m[c2 + 4*r2] - m[c1 + 4*r2] * m[c2 + 4*r1])) 53 - (m[c0 + 4*r1] * (m[c1 + 4*r0] * m[c2 + 4*r2] - m[c1 + 4*r2] * m[c2 + 4*r0])) 54 + (m[c0 + 4*r2] * (m[c1 + 4*r0] * m[c2 + 4*r1] - m[c1 + 4*r1] * m[c2 + 4*r0])); 91 int r2 = (j+3) % 4; local 93 float minor = (m[c0 + 4*r0] * (m[c1 + 4*r1] * m[c2 + 4*r2] - m[c1 + 4*r2] * m[c2 + 4*r1])) 94 - (m[c0 + 4*r1] * (m[c1 + 4*r0] * m[c2 + 4*r2] [all...] |
/frameworks/support/renderscript/v8/rs_support/ |
H A D | rsMatrix4x4.cpp | 49 int r2 = (j+3) % 4; local 52 (m[c0 + 4*r0] * (m[c1 + 4*r1] * m[c2 + 4*r2] - m[c1 + 4*r2] * m[c2 + 4*r1])) 53 - (m[c0 + 4*r1] * (m[c1 + 4*r0] * m[c2 + 4*r2] - m[c1 + 4*r2] * m[c2 + 4*r0])) 54 + (m[c0 + 4*r2] * (m[c1 + 4*r0] * m[c2 + 4*r1] - m[c1 + 4*r1] * m[c2 + 4*r0])); 91 int r2 = (j+3) % 4; local 93 float minor = (m[c0 + 4*r0] * (m[c1 + 4*r1] * m[c2 + 4*r2] - m[c1 + 4*r2] * m[c2 + 4*r1])) 94 - (m[c0 + 4*r1] * (m[c1 + 4*r0] * m[c2 + 4*r2] [all...] |
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/ |
H A D | Deemph_32_opt.s | 60 STRH r14, [r2], #2 @update y[0] 71 STRH r14, [r2], #2 85 STRH r14, [r2], #2 97 STRH r14, [r2]
|
H A D | Dot_p_opt.s | 26 @ lg --- r2 58 CMP r5, r2
|
H A D | convolve_opt.s | 26 @ r2 --- y[] 71 STRH r5, [r2], #2 @y[n] 108 STRH r8, [r2], #2 @y[n] 146 STRH r8, [r2], #2 @y[n] 174 STRH r5, [r2], #2 @y[n]
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/ |
H A D | Deemph_32_neon.s | 60 STRH r14, [r2], #2 @update y[0] 71 STRH r14, [r2], #2 85 STRH r14, [r2], #2 97 STRH r14, [r2]
|
H A D | convolve_neon.s | 26 @ r2 --- y[] 68 STRH r5, [r2], #2 @y[n] 104 STRH r8, [r2], #2 @y[n] 143 STRH r8, [r2], #2 @y[n] 167 STRH r5, [r2], #2 @y[n]
|
H A D | syn_filt_neon.s | 26 @ y[] --- r2 90 STRH r9, [r2], #2 @ y[i]
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/ |
H A D | omxVCM4P10_TransformDequantLumaDCFromPair_s.S | 19 LDR r2, .LarmVCM4P10_QPDivTable 20 P0: ADD r2, pc 26 LDRSB r4,[r2,r1] 73 MOV r5,r2
|
H A D | armVCM4P10_DeblockingChroma_unsafe_s.S | 26 VLD1.8 {d0[]},[r2] 45 VLD1.8 {d0[]},[r2]
|
H A D | omxVCM4P10_DequantTransformResidualFromPairAndAdd_s.S | 22 MOV r8,r2 33 LDR r2, .LarmVCM4P10_VMatrixU16 34 P2: ADD r2, pc 39 ADD r2,r2,r12 43 VLD1.8 {d6},[r2]
|
H A D | armVCM4P10_DecodeCoeffsToPair_s.S | 53 STRB r5,[r2,#0] 61 ADD r2,sp,#0xc 76 STRH r8,[r2],#2 134 STRH r8,[r2],#2 230 SUB r2,r2,r5 231 SUB r2,r2,r5 243 LDRSH r9,[r2],#2
|
H A D | omxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.S | 18 VLD1.8 {d0[]},[r2]! 75 VLD1.8 {d0[]},[r2]
|
H A D | omxVCM4P10_FilterDeblockingLuma_HorEdge_I_s.S | 18 ADD r7,r2,#1 20 VLD1.8 {d0[]},[r2]
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/ |
H A D | h264bsdFlushBits.S | 27 #define readBits r2 30 #define pStrmCurrPos r2
|
H A D | h264bsdClearMbLayer.S | 27 #define pTmp r2
|
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
H A D | PackageHelperTests.java | 91 Runnable r2 = getDestroyRunnable(); 93 Thread thread2 = new Thread(r2);
|
/frameworks/av/media/libstagefright/colorconversion/ |
H A D | ColorConverter.cpp | 173 signed r2 = (tmp2 + v_r) / 256; local 181 ((kAdjustedClip[r2] >> 3) << 11) 261 signed r2 = (tmp2 + v_r) / 256; local 269 ((kAdjustedClip[r2] >> 3) << 11) 334 signed r2 = (tmp2 + v_r) / 256; local 344 | (kAdjustedClip[r2] >> 3); 408 signed r2 = (tmp2 + v_r) / 256; local 418 | (kAdjustedClip[r2] >> 3); 478 signed r2 = (tmp2 + v_r) / 256; local 486 ((kAdjustedClip[r2] >> [all...] |
/frameworks/rs/driver/ |
H A D | rsdIntrinsics_Convolve.S | 25 r2 = y1 base pointer 49 vld1.8 {q14}, [r2], r5 54 PLD (r2, r5) 110 r2 = matrix 118 vld1.16 {q2}, [r2]! 119 vld1.16 {q3}, [r2]! 178 r2 = matrix 186 vld1.16 {q2}, [r2]! 187 vld1.16 {q3}, [r2]! 235 r2 [all...] |
/frameworks/support/renderscript/v8/rs_support/driver/ |
H A D | rsdIntrinsics_Convolve.S | 25 r2 = y1 base pointer 49 vld1.8 {q14}, [r2], r5 54 PLD (r2, r5) 110 r2 = matrix 118 vld1.16 {q2}, [r2]! 119 vld1.16 {q3}, [r2]! 178 r2 = matrix 186 vld1.16 {q2}, [r2]! 187 vld1.16 {q3}, [r2]! 235 r2 [all...] |
/frameworks/native/opengl/libagl/ |
H A D | dxt.cpp | 251 int r2, g2, b2, r3, g3, b3, a3; local 259 r2 = avg23(r0, r1); 268 r2 = (r0 + r1) >> 1; 275 c[2] = (r2 << 11) | ((g2 >> 1) << 6) | 280 c[2] = (r2 << 11) | (g2 << 5) | b2; 373 int r2 = avg23(r0, r1); local 383 c[2] = rgb565SepTo888(r2, g2, b2); 530 int r2 = avg23(r0, r1); local 540 c[2] = rgb565SepTo888(r2, g2, b2);
|
/frameworks/base/graphics/java/android/renderscript/ |
H A D | Matrix4f.java | 410 int r2 = (j+3) % 4; 412 float minor = (mMat[c0 + 4*r0] * (mMat[c1 + 4*r1] * mMat[c2 + 4*r2] - 413 mMat[c1 + 4*r2] * mMat[c2 + 4*r1])) 414 - (mMat[c0 + 4*r1] * (mMat[c1 + 4*r0] * mMat[c2 + 4*r2] - 415 mMat[c1 + 4*r2] * mMat[c2 + 4*r0])) 416 + (mMat[c0 + 4*r2] * (mMat[c1 + 4*r0] * mMat[c2 + 4*r1] -
|
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/ |
H A D | Matrix4f.java | 410 int r2 = (j+3) % 4; 412 float minor = (mMat[c0 + 4*r0] * (mMat[c1 + 4*r1] * mMat[c2 + 4*r2] - 413 mMat[c1 + 4*r2] * mMat[c2 + 4*r1])) 414 - (mMat[c0 + 4*r1] * (mMat[c1 + 4*r0] * mMat[c2 + 4*r2] - 415 mMat[c1 + 4*r2] * mMat[c2 + 4*r0])) 416 + (mMat[c0 + 4*r2] * (mMat[c1 + 4*r0] * mMat[c2 + 4*r1] -
|
/frameworks/native/opengl/libs/ETC1/ |
H A D | etc1.cpp | 203 int r1, r2, g1, g2, b1, b2; local 210 r2 = convertDiff(rBase, high >> 24); 218 r2 = convert4To8(high >> 24); 230 decode_subblock(pOut, r2, g2, b2, tableB, low, true, flipped); 379 int r1, g1, b1, r2, g2, b2; // 8 bit base colors for sub-blocks local 400 r2 = convert5To8(r51 + dr); 418 r2 = convert4To8(r42); 427 pBaseColors[3] = r2;
|
/frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV7/ |
H A D | PrePostMDCT_v7.s | 41 VLD4.I32 {d0, d2, d4, d6}, [r2]! @ cosa = *csptr++@ sina = *csptr++@ 42 VLD4.I32 {d1, d3, d5, d7}, [r2]! @ cosb = *csptr++@ sinb = *csptr++@ 103 VLD4.I32 {d0, d2, d4, d6}, [r2]! @ cosa = *csptr++@ sina = *csptr++@ 104 VLD4.I32 {d1, d3, d5, d7}, [r2]! @ cosb = *csptr++@ sinb = *csptr++@
|