/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
armVCM4P10_UnpackBlock2x2.c | 39 const OMX_U8 *pSrc = *ppSrc; 50 Flag = *pSrc++; 54 Value = *pSrc++; 55 Value = Value | ((*pSrc++)<<8); 64 Value = *pSrc++; 75 *ppSrc = pSrc;
|
armVCM4P10_UnpackBlock4x4.c | 39 const OMX_U8 *pSrc = *ppSrc; 50 Flag = *pSrc++; 54 Value = *pSrc++; 55 Value = Value | ((*pSrc++)<<8); 64 Value = *pSrc++; 75 *ppSrc = pSrc;
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/comm/src/ |
omxVCCOMM_Copy16x16_s.s | 7 ; * [in] pSrc - pointer to the reference block in the source frame; must be aligned on an 16-byte boundary. 14 ; * - one or more of the following pointers is NULL: pSrc, pDst 15 ; * - one or more of the following pointers is not aligned on an 16-byte boundary: pSrc, pDst 30 pSrc RN 0 46 LDRD X0,[pSrc],#8 ;//pSrc after loading pSrc=pSrc+8 47 LDRD X1,[pSrc],Count ;//pSrc after loading pSrc=pSrc+ste [all...] |
omxVCCOMM_Copy8x8_s.s | 7 ; * [in] pSrc - pointer to the reference block in the source frame; must be aligned on an 8-byte boundary. 14 ; * - one or more of the following pointers is NULL: pSrc, pDst 15 ; * - one or more of the following pointers is not aligned on an 8-byte boundary: pSrc, pDst 30 pSrc RN 0 45 LDRD X0,[pSrc],Count ;//pSrc after loading : pSrc=pSrc+step 46 LDRD X1,[pSrc],Count 49 LDRD X0,[pSrc],Count [all...] |
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
omxVCM4P2_IDCT8x8blk_s.s | 30 ;// omxVCM4P2_IDCT8x8blk(const OMX_S16* pSrc, 48 pSrc RN 0 55 ;// pSrc RN 0 ;// source data buffer 60 pSrc RN 0
|
armVCM4P2_Clip8_s.s | 28 pSrc RN 0 48 LDMIA pSrc!,{x0, x1} 50 LDMIA pSrc!,{x2, x3}
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
omxVCM4P2_IDCT8x8blk_s.s | 30 ;// omxVCM4P2_IDCT8x8blk(const OMX_S16* pSrc, 48 pSrc RN 0 55 ;// pSrc RN 0 ;// source data buffer 60 pSrc RN 0
|
armVCM4P2_Clip8_s.s | 25 pSrc RN 0 53 VLD1 {dx00,dx01,dx10,dx11},[pSrc]! ;// Load 16 entries from pSrc 54 VLD1 {dx20,dx21,dx30,dx31},[pSrc]! ;// Load next 16 entries from pSrc 64 VLD1 {dx00,dx01,dx10,dx11},[pSrc]! ;// Load 16 entries from pSrc 65 VLD1 {dx20,dx21,dx30,dx31},[pSrc]! ;// Load next 16 entries from pSrc
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
armVCM4P10_UnpackBlock4x4_s.s | 33 pSrc RN 2 ;// Persistent variables 43 LDR pSrc, [ppSrc] ;// Load pSrc 52 LDRB Flag, [pSrc], #1 ;// Preload <Flag> before <unpackLoop> 62 ;// that can be easily taken care by loading the data from <pSrc> stream as 73 LDRSBNE Value2,[pSrc,#1] ;// Load byte wise to avoid unaligned access 74 LDRBNE Value, [pSrc], #2 76 LDRSBEQ Value, [pSrc], #1 ;// Value = (OMX_U8) *pSrc++ 77 ORRNE Value,Value,Value2, LSL #8 ;// Value = (OMX_U16) *pSrc+ [all...] |
armVCM4P10_InterpolateLuma_Copy_unsafe_s.s | 16 ;// Implements copy from an arbitrary aligned source memory location (pSrc) to an aligned 33 pSrc RN 0 51 AND Temp, pSrc, #3 52 BIC pSrc, pSrc, #3 62 M_LDR x0, [pSrc], srcStep 63 M_LDR x1, [pSrc], srcStep 65 M_LDR x2, [pSrc], srcStep 67 M_LDR x3, [pSrc], srcStep 73 LDR x1, [pSrc, #4 [all...] |
armVCM4P10_InterpolateLuma_Align_unsafe_s.s | 26 pSrc RN 0 41 ;// Implements copy from an arbitrary aligned source memory location (pSrc) to a 4 byte aligned 55 ;// r0 - pointer to the new aligned location which will be used as pSrc 65 AND x, pSrc, #3 66 BIC pSrc, pSrc, #3 76 LDM pSrc, {x0, x1, x2} 78 ADD pSrc, pSrc, srcStep 87 LDM pSrc, {x0, x1, x2 [all...] |
armVCM4P10_InterpolateLuma_HalfHor4x4_unsafe_s.s | 45 pSrc RN 0 89 LDR ValD, [pSrc, srcStep] ;// Load row 1 [d1 c1 b1 a1] 90 LDR ValA, [pSrc], #4 ;// Load row 0 [d0 c0 b0 a0] 91 LDR ValH, [pSrc, srcStep] ;// Load [h1 g1 f1 e1] 92 LDR ValE, [pSrc], #4 ;// Load [h0 g0 f0 e0] 93 LDRB Temp2, [pSrc, srcStep] ;// Load row 1 [l1 k1 j1 i1] 94 LDRB Temp1, [pSrc], #-8 ;// Load row 0 [l0 k0 j0 i0] 169 ADD pSrc, pSrc, srcStep, LSL #1 174 SUB pSrc, pSrc, srcStep, LSL # [all...] |
omxVCM4P10_TransformDequantChromaDCFromPair_s.s | 35 pSrc RN 9 66 LDR pSrc, [ppSrc] ;// Load pSrc 75 LDRB Flag, [pSrc], #1 ;// Preload <Flag> before <unpackLoop> 81 LDRSBNE Value2,[pSrc,#1] 82 LDRBNE Value, [pSrc], #2 ;// Load byte wise to avoid unaligned access 84 LDRSBEQ Value, [pSrc], #1 ;// Value = (OMX_U8) *pSrc++ 85 ORRNE Value,Value,Value2, LSL #8 ;// Value = (OMX_U16) *pSrc++ 88 LDRBEQ Flag, [pSrc], #1 ;// Flag = (OMX_U8) *pSrc++, for next iteratio [all...] |
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/comm/src/ |
omxVCCOMM_Copy8x8_s.s | 7 ; * [in] pSrc - pointer to the reference block in the source frame; must be aligned on an 8-byte boundary. 14 ; * - one or more of the following pointers is NULL: pSrc, pDst 15 ; * - one or more of the following pointers is not aligned on an 8-byte boundary: pSrc, pDst 28 pSrc RN 0 45 VLD1 {X0},[pSrc],step ;// Load 8 bytes from 8 byte aligned pSrc, pSrc=pSrc+step after load 46 VLD1 {X1},[pSrc],step 47 VLD1 {X2},[pSrc],ste [all...] |
omxVCCOMM_Copy16x16_s.s | 7 ; * [in] pSrc - pointer to the reference block in the source frame; must be aligned on an 16-byte boundary. 14 ; * - one or more of the following pointers is NULL: pSrc, pDst 15 ; * - one or more of the following pointers is not aligned on an 16-byte boundary: pSrc, pDst 28 pSrc RN 0 48 VLD1 {X0,X1},[pSrc@128],step ;// Load 16 bytes from 16 byte aligned pSrc and pSrc=pSrc + step after loading 49 VLD1 {X2,X3},[pSrc@128],step 50 VLD1 {X4,X5},[pSrc@128],ste [all...] |
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/ |
armVCM4P10_UnpackBlock4x4_s.s | 33 pSrc RN 2 ;// Persistent variables 43 LDR pSrc, [ppSrc] ;// Load pSrc 52 LDRB Flag, [pSrc], #1 ;// Preload <Flag> before <unpackLoop> 62 ;// that can be easily taken care by loading the data from <pSrc> stream as 73 LDRSBNE Value2,[pSrc,#1] ;// Load byte wise to avoid unaligned access 74 LDRBNE Value, [pSrc], #2 76 LDRSBEQ Value, [pSrc], #1 ;// Value = (OMX_U8) *pSrc++ 77 ORRNE Value,Value,Value2, LSL #8 ;// Value = (OMX_U16) *pSrc+ [all...] |
armVCM4P10_InterpolateLuma_Copy_unsafe_s.s | 16 ;// Implements copy from an arbitrary aligned source memory location (pSrc) to an aligned 33 pSrc RN 0 51 AND Temp, pSrc, #3 52 BIC pSrc, pSrc, #3 62 M_LDR x0, [pSrc], srcStep 63 M_LDR x1, [pSrc], srcStep 65 M_LDR x2, [pSrc], srcStep 67 M_LDR x3, [pSrc], srcStep 73 LDR x1, [pSrc, #4 [all...] |
armVCM4P10_InterpolateLuma_Align_unsafe_s.s | 26 pSrc RN 0 41 ;// Implements copy from an arbitrary aligned source memory location (pSrc) to a 4 byte aligned 55 ;// r0 - pointer to the new aligned location which will be used as pSrc 65 AND x, pSrc, #3 66 BIC pSrc, pSrc, #3 76 LDM pSrc, {x0, x1, x2} 78 ADD pSrc, pSrc, srcStep 87 LDM pSrc, {x0, x1, x2 [all...] |
omxVCM4P10_TransformDequantChromaDCFromPair_s.s | 38 pSrc RN 9 74 LDR pSrc, [ppSrc] ;// Load pSrc 83 LDRB Flag, [pSrc], #1 ;// Preload <Flag> before <unpackLoop> 88 LDRSBNE Value2,[pSrc,#1] 89 LDRBNE Value, [pSrc], #2 ;// Load byte wise to avoid unaligned access 91 LDRSBEQ Value, [pSrc], #1 ;// Value = (OMX_U8) *pSrc++ 92 ORRNE Value,Value,Value2, LSL #8 ;// Value = (OMX_U16) *pSrc++ 95 LDRBEQ Flag, [pSrc], #1 ;// Flag = (OMX_U8) *pSrc++, for next iteratio [all...] |
/frameworks/base/media/libdrm/mobile1/src/objmng/ |
drm_decoder.c | 43 uint8_t *pDest, *pSrc; 58 pSrc = src; 59 for (i = 0; i < maxGroup && *srcLen - (pSrc - src) >= 4; i++) { 60 SKIP_CRLF(pSrc); 61 if (pSrc - src >= *srcLen) 63 tpChar = get_alphabet_index(*pSrc); /* to first byte */ 67 pSrc++; 68 SKIP_CRLF(pSrc); 69 tpChar = get_alphabet_index(*pSrc); 74 pSrc++ [all...] |
/libcore/luni/src/main/java/javax/crypto/spec/ |
OAEPParameterSpec.java | 34 private final PSource pSrc; 52 this.pSrc = PSource.PSpecified.DEFAULT; 68 * @param pSrc 72 * <code>pSrc</code> is null. 75 AlgorithmParameterSpec mgfSpec, PSource pSrc) { 76 if ((mdName == null) || (mgfName == null) || (pSrc == null)) { 82 this.pSrc = pSrc; 120 return pSrc;
|
/frameworks/base/media/libeffects/lvm/lib/Bundle/src/ |
LVM_Buffers.c | [all...] |
/system/media/wilhelm/src/android/ |
BufferQueueSource.cpp | 87 char *pSrc = NULL; 106 pSrc = ((char*)oldFront->mDataBuffer) + (offset - mStreamToBqOffset); 129 if (NULL != pSrc) { 130 memcpy(data, pSrc, size);
|
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
OAEPParameterSpecTest.java | 41 * mgfSpec, PSource pSrc) method testing. Tests that NullPointerException 50 PSource pSrc = PSource.PSpecified.DEFAULT; 53 new OAEPParameterSpec(null, mgfName, mgfSpec, pSrc); 60 new OAEPParameterSpec(mdName, null, mgfSpec, pSrc); 69 + "null pSrc."); 100 PSource pSrc = PSource.PSpecified.DEFAULT; 103 mgfSpec, pSrc); 116 PSource pSrc = PSource.PSpecified.DEFAULT; 119 mgfSpec, pSrc); 132 PSource pSrc = PSource.PSpecified.DEFAULT [all...] |
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
OAEPParameterSpecTest.java | 41 * mgfSpec, PSource pSrc) method testing. Tests that NullPointerException 50 PSource pSrc = PSource.PSpecified.DEFAULT; 53 new OAEPParameterSpec(null, mgfName, mgfSpec, pSrc); 60 new OAEPParameterSpec(mdName, null, mgfSpec, pSrc); 69 + "null pSrc."); 100 PSource pSrc = PSource.PSpecified.DEFAULT; 103 mgfSpec, pSrc); 116 PSource pSrc = PSource.PSpecified.DEFAULT; 119 mgfSpec, pSrc); 132 PSource pSrc = PSource.PSpecified.DEFAULT [all...] |