HomeSort by relevance Sort by last modified time
    Searched full:psrc (Results 26 - 50 of 171) sorted by null

12 3 4 5 6 7

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_MCReconBlock_s.s 37 ;// rounding cases are handled. Just copies a block from pSrc to pDst
50 VLD1 dRow0, [pSrc], srcStep
51 VLD1 dRow1, [pSrc], srcStep
52 VLD1 dRow2, [pSrc], srcStep
53 VLD1 dRow3, [pSrc], srcStep
54 VLD1 dRow4, [pSrc], srcStep
55 VLD1 dRow5, [pSrc], srcStep
56 VLD1 dRow6, [pSrc], srcStep
57 VLD1 dRow7, [pSrc], srcStep
97 VLD1 {dRow0, dRow0Shft}, [pSrc], srcSte
    [all...]
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
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
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_Interpolate_Chroma_s.s 37 pSrc RN 0
152 VLD1 dRow0a, [pSrc], Step1 ;// 0a
156 VLD1 dRow0b, [pSrc], SrcStepMinus1 ;// 0b
176 VLD1 dRow1a, [pSrc], Step1 ;// 1a
178 VLD1 dRow1b, [pSrc], SrcStepMinus1 ;// 1b
180 VLD1 dRow2a, [pSrc], Step1 ;// 2a
182 VLD1 dRow2b, [pSrc], SrcStepMinus1 ;// 2b
185 VLD1 dRow3a, [pSrc], Step1 ;// 3a
189 VLD1 dRow3b, [pSrc], SrcStepMinus1 ;// 3b
191 VLD1 dRow0a, [pSrc], Step1 ;// 0
    [all...]
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...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
armVCM4P10_InterpolateHalfDiag_Luma.c 33 * [in] pSrc Pointer to top-left corner of block used to interpolate
47 const OMX_U8* pSrc,
60 armRetArgErrIf(pSrc == NULL, OMX_Sts_BadArgErr)
74 pSrc [pos - 2] -
75 5 * pSrc [pos - 1] +
76 20 * pSrc [pos] +
77 20 * pSrc [pos + 1] -
78 5 * pSrc [pos + 2] +
79 pSrc [pos + 3];
armVCM4P10_SADQuar.c 12 * This function will calculate SAD of pSrc with average of two Ref blocks
26 * This function calculates the SAD between one block (pSrc) and the
31 * [in] pSrc Pointer to the original block
46 const OMX_U8* pSrc,
61 armRetArgErrIf(pSrc == NULL, OMX_Sts_BadArgErr)
70 SAD += armAbs(pSrc [y * iSrcStep + x] - ((
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;
armVCM4P10_Interpolate_Chroma.c 29 * [in] pSrc Pointer to top-left corner of block used to
46 OMX_U8 *pSrc,
62 armRetArgErrIf(pSrc == NULL, OMX_Sts_BadArgErr)
84 ACoeff * pSrc [y * iSrcStep + x] +
85 BCoeff * pSrc [y * iSrcStep + x + 1] +
86 CCoeff * pSrc [(y + 1) * iSrcStep + x] +
87 DCoeff * pSrc [(y + 1) * iSrcStep + x + 1] +
98 pDst [y * iDstStep + x] = pSrc [y * iSrcStep + x];
omxVCM4P10_SADQuar_16x.c 12 * This function will calculate SAD of pSrc with average of two Ref blocks
28 * This function calculates the SAD between one block (pSrc) and the average
34 * pSrc - Pointer to the original block; must be aligned on a 16-byte
51 * - One of more of the following pointers is NULL: pSrc, pSrcRef0,
58 const OMX_U8* pSrc,
69 armRetArgErrIf(pSrc == NULL, OMX_Sts_BadArgErr)
74 armRetArgErrIf(armNot16ByteAligned(pSrc), OMX_Sts_BadArgErr)
79 (pSrc, pSrcRef0, pSrcRef1, iSrcStep,
omxVCM4P10_SADQuar_4x.c 12 * This function will calculate SAD of pSrc with average of two Ref blocks
28 * This function calculates the SAD between one block (pSrc) and the average
34 * pSrc - Pointer to the original block; must be aligned on a 4-byte
51 * - One of more of the following pointers is NULL: pSrc, pSrcRef0,
58 const OMX_U8* pSrc,
69 armRetArgErrIf(pSrc == NULL, OMX_Sts_BadArgErr);
74 armRetArgErrIf(armNot4ByteAligned(pSrc), OMX_Sts_BadArgErr);
78 (pSrc, pSrcRef0, pSrcRef1, iSrcStep,
omxVCM4P10_SADQuar_8x.c 12 * This function will calculate SAD of pSrc with average of two Ref blocks
28 * This function calculates the SAD between one block (pSrc) and the average
34 * pSrc - Pointer to the original block; must be aligned on an 8-byte
51 * - One of more of the following pointers is NULL: pSrc, pSrcRef0,
58 const OMX_U8* pSrc,
69 armRetArgErrIf(pSrc == NULL, OMX_Sts_BadArgErr)
75 armRetArgErrIf(armNot8ByteAligned(pSrc), OMX_Sts_BadArgErr)
80 (pSrc, pSrcRef0, pSrcRef1, iSrcStep,
armVCM4P10_Interpolate_Luma.c 31 * [in] pSrc Pointer to top-left corner of block
43 const OMX_U8* pSrc,
57 pDst [y * iDstStep + x] = pSrc [y * iSrcStep + x];
72 * [in] pSrc Pointer to top-left corner of block used to
90 const OMX_U8 *pSrc,
101 const OMX_U8 *pSrcHalfHor = pSrc;
102 const OMX_U8 *pSrcHalfVer = pSrc;
105 armRetArgErrIf(pSrc == NULL, OMX_Sts_BadArgErr)
126 armM4P10_Copy(pSrc, iSrcStep, pDst, iDstStep, iWidth, iHeight);
156 (pSrc, iSrcStep, pDst, iDstStep, iWidth, iHeight)
    [all...]
armVCM4P10_FwdTransformResidual4x4.c 29 * [in] pSrc Source 4x4 block
33 void armVCM4P10_FwdTransformResidual4x4(OMX_S16* pDst, OMX_S16 *pSrc)
40 int d0 = pSrc[i+0];
41 int d1 = pSrc[i+1];
42 int d2 = pSrc[i+2];
43 int d3 = pSrc[i+3];
armVCM4P10_TransformResidual4x4.c 29 * [in] pSrc Source 4x4 block
34 void armVCM4P10_TransformResidual4x4(OMX_S16* pDst, OMX_S16 *pSrc)
41 int d0 = pSrc[i+0];
42 int d1 = pSrc[i+1];
43 int d2 = pSrc[i+2];
44 int d3 = pSrc[i+3];
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/
omxVCCOMM_ComputeTextureErrorBlock_SAD.c 31 * pSrc - pointer to the source plane; must be aligned on an 8-byte
48 * pointers is NULL: pSrc, pSrcRef, pDst and pDstSAD.
49 * - pSrc is not 8-byte aligned.
57 const OMX_U8 *pSrc,
68 armRetArgErrIf(pSrc == NULL, OMX_Sts_BadArgErr);
72 armRetArgErrIf(!armIs8ByteAligned(pSrc), OMX_Sts_BadArgErr);
80 y++, pSrc += srcStep)
84 pDst[count] = pSrc[x] - pSrcRef[count];
  /frameworks/av/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
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_MCReconBlock.c 33 * [in] pSrc pointer to the block in the reference plane.
42 const OMX_U8 *pSrc,
51 pTempSrc1 = pSrc;
52 pTempSrc2 = pSrc + srcStep;
75 * [in] pSrc pointer to the block in the reference plane.
84 const OMX_U8 *pSrc,
93 pTempSrc1 = pSrc;
120 * [in] pSrc pointer to the block in the reference plane.
129 const OMX_U8 *pSrc,
140 pTempSrc1 = pSrc;
    [all...]
omxVCM4P2_TransRecBlockCoef_inter.c 34 * pSrc -pointer to the residuals to be encoded; must be aligned on an
54 * - pSrc
62 const OMX_S16 *pSrc,
79 armRetArgErrIf(pSrc == NULL, OMX_Sts_BadArgErr);
82 armRetArgErrIf(!armIs16ByteAligned(pSrc), OMX_Sts_BadArgErr);
87 omxVCM4P2_DCT8x8blk (pSrc, pDst);
  /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...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_InterpolateLuma_HalfDiagVerHor4x4_unsafe_s.s 53 pSrc RN 0
129 M_STR pSrc, ppSrc
133 M_LDR ValC, [pSrc], srcStep ;// Load [c3 c2 c1 c0]
134 M_LDR ValD, [pSrc], srcStep ;// Load [d3 d2 d1 d0]
135 M_LDR ValE, [pSrc], srcStep ;// Load [e3 e2 e1 e0]
136 SUB pSrc, pSrc, srcStep, LSL #2
139 LDR ValB, [pSrc] ;// Load [b3 b2 b1 b0]
147 LDR ValD, [pSrc, srcStep, LSL #1] ;// Load [d3 d2 d1 d0]
153 LDR ValF, [pSrc, srcStep, LSL #2] ;// Load [f3 f2 f1 f0
    [all...]
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...]
  /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...]

Completed in 632 milliseconds

12 3 4 5 6 7