HomeSort by relevance Sort by last modified time
    Searched defs:pSrc (Results 1 - 25 of 160) sorted by null

1 2 3 4 5 6 7

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
armVCM4P10_UnpackBlock2x2.c 54 const OMX_U8 *pSrc = *ppSrc;
65 Flag = *pSrc++;
69 Value = *pSrc++;
70 Value = Value | ((*pSrc++)<<8);
79 Value = *pSrc++;
90 *ppSrc = pSrc;
armVCM4P10_UnpackBlock4x4.c 54 const OMX_U8 *pSrc = *ppSrc;
65 Flag = *pSrc++;
69 Value = *pSrc++;
70 Value = Value | ((*pSrc++)<<8);
79 Value = *pSrc++;
90 *ppSrc = pSrc;
  /frameworks/av/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/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_IDCT8x8blk_s.s 44 ;// omxVCM4P2_IDCT8x8blk(const OMX_S16* pSrc,
62 pSrc RN 0
69 ;// pSrc RN 0 ;// source data buffer
74 pSrc RN 0
armVCM4P2_Clip8_s.s 42 pSrc RN 0
62 LDMIA pSrc!,{x0, x1}
64 LDMIA pSrc!,{x2, x3}
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_IDCT8x8blk_s.s 44 ;// omxVCM4P2_IDCT8x8blk(const OMX_S16* pSrc,
62 pSrc RN 0
69 ;// pSrc RN 0 ;// source data buffer
74 pSrc RN 0
armVCM4P2_Clip8_s.s 39 pSrc RN 0
67 VLD1 {dx00,dx01,dx10,dx11},[pSrc]! ;// Load 16 entries from pSrc
68 VLD1 {dx20,dx21,dx30,dx31},[pSrc]! ;// Load next 16 entries from pSrc
78 VLD1 {dx00,dx01,dx10,dx11},[pSrc]! ;// Load 16 entries from pSrc
79 VLD1 {dx20,dx21,dx30,dx31},[pSrc]! ;// Load next 16 entries from pSrc
  /external/chromium_org/third_party/sqlite/src/src/
walker.c 98 SrcList *pSrc;
102 pSrc = p->pSrc;
103 if( ALWAYS(pSrc) ){
104 for(i=pSrc->nSrc, pItem=pSrc->a; i>0; i--, pItem++){
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_UnpackBlock4x4_s.s 47 pSrc RN 2 ;// Persistent variables
57 LDR pSrc, [ppSrc] ;// Load pSrc
66 LDRB Flag, [pSrc], #1 ;// Preload <Flag> before <unpackLoop>
76 ;// that can be easily taken care by loading the data from <pSrc> stream as
87 LDRSBNE Value2,[pSrc,#1] ;// Load byte wise to avoid unaligned access
88 LDRBNE Value, [pSrc], #2
90 LDRSBEQ Value, [pSrc], #1 ;// Value = (OMX_U8) *pSrc++
91 ORRNE Value,Value,Value2, LSL #8 ;// Value = (OMX_U16) *pSrc+
    [all...]
armVCM4P10_InterpolateLuma_Copy_unsafe_s.s 30 ;// Implements copy from an arbitrary aligned source memory location (pSrc) to an aligned
47 pSrc RN 0
65 AND Temp, pSrc, #3
66 BIC pSrc, pSrc, #3
76 M_LDR x0, [pSrc], srcStep
77 M_LDR x1, [pSrc], srcStep
79 M_LDR x2, [pSrc], srcStep
81 M_LDR x3, [pSrc], srcStep
87 LDR x1, [pSrc, #4
    [all...]
  /frameworks/av/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/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_UnpackBlock4x4_s.s 47 pSrc RN 2 ;// Persistent variables
57 LDR pSrc, [ppSrc] ;// Load pSrc
66 LDRB Flag, [pSrc], #1 ;// Preload <Flag> before <unpackLoop>
76 ;// that can be easily taken care by loading the data from <pSrc> stream as
87 LDRSBNE Value2,[pSrc,#1] ;// Load byte wise to avoid unaligned access
88 LDRBNE Value, [pSrc], #2
90 LDRSBEQ Value, [pSrc], #1 ;// Value = (OMX_U8) *pSrc++
91 ORRNE Value,Value,Value2, LSL #8 ;// Value = (OMX_U16) *pSrc+
    [all...]
armVCM4P10_InterpolateLuma_Copy_unsafe_s.s 30 ;// Implements copy from an arbitrary aligned source memory location (pSrc) to an aligned
47 pSrc RN 0
65 AND Temp, pSrc, #3
66 BIC pSrc, pSrc, #3
76 M_LDR x0, [pSrc], srcStep
77 M_LDR x1, [pSrc], srcStep
79 M_LDR x2, [pSrc], srcStep
81 M_LDR x3, [pSrc], srcStep
87 LDR x1, [pSrc, #4
    [all...]
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/
armSP_FFT_CToC_FC32_Radix2_fs_unsafe_s.S 48 #define pSrc r0
102 VLD1 dX0,[pSrc],pointStep
103 VLD1 dX1,[pSrc],step @// step = -pointStep + 8
116 @// reset pSrc to pDst for the next stage
117 SUB pSrc,pDst,pointStep @// pDst -= 2*grpSize
armSP_FFT_CToC_SC32_Radix2_fs_unsafe_s.S 56 #define pSrc r0
110 VLD1 dX0,[pSrc],pointStep
111 VLD1 dX1,[pSrc],step @// step = -pointStep + 8
133 @// reset pSrc to pDst for the next stage
134 SUB pSrc,pDst,pointStep @// pDst -= 2*grpSize
omxSP_FFTInv_CCSToR_S32S16_Sfs_s.S 60 #define pSrc r0
armSP_FFT_CToC_SC16_Radix2_fs_unsafe_s.S 56 #define pSrc r0
114 VLD1 {dX0S32[0]},[pSrc],pointStep
115 VLD1 {dX1S32[0]},[pSrc],step @// step = -pointStep + 4
137 @// reset pSrc to pDst for the next stage
138 SUB pSrc,pDst,pointStep @// pDst -= 2*grpSize
omxSP_FFTFwd_RToCCS_S16S32_Sfs_s.S 57 #define pSrc r0
107 VLD1 dX0[0],[pSrc]
111 MOV pSrc,pDst
127 VLD1 dX0S32[0],[pSrc]
135 VLD1 dX0,[pSrc]!
142 MOV pSrc,pTmpSrc
  /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) {
80 } else if (pSrc == null) {
81 throw new NullPointerException("pSrc == null");
86 this.pSrc = pSrc;
124 return pSrc;
    [all...]
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/arm64/
armSP_FFT_CToC_FC32_Radix2_fs_s.S 48 #define pSrc x0
103 LD1 {dX0},[pSrc],pointStep
104 LD1 {dX1},[pSrc],step // step = -pointStep + 8
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/armv7/
armSP_FFT_CToC_FC32_Radix2_fs_unsafe_s.S 45 #define pSrc r0
97 add pSrc, pSrc, pointStep
98 @// {x1r,x1i} = [pSrc, pointStep]
99 vldm.f32 pSrc, {x1r, x1i}
100 sub pSrc, pSrc, pointStep
101 vldm.f32 pSrc!, {x0r, x0i}
122 @// reset pSrc to pDst for the next stage
123 SUB pSrc,pDst,pointStep @// pDst -= 2*grpSiz
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Bundle/src/
LVM_Buffers.c     [all...]
  /frameworks/wilhelm/src/android/
BufferQueueSource.cpp 81 char *pSrc = NULL;
100 pSrc = ((char*)oldFront->mDataBuffer) + (offset - mStreamToBqOffset);
123 if (NULL != pSrc) {
124 memcpy(data, pSrc, size);

Completed in 285 milliseconds

1 2 3 4 5 6 7