HomeSort by relevance Sort by last modified time
    Searched refs:ppSrc (Results 1 - 24 of 24) sorted by null

  /bootable/recovery/minzip/
Bits.h 119 INLINE unsigned char read1(unsigned const char** ppSrc)
121 return *(*ppSrc)++;
127 INLINE unsigned short read2BE(unsigned char const** ppSrc)
131 result = *(*ppSrc)++ << 8;
132 result |= *(*ppSrc)++;
140 INLINE unsigned int read4BE(unsigned char const** ppSrc)
144 result = *(*ppSrc)++ << 24;
145 result |= *(*ppSrc)++ << 16;
146 result |= *(*ppSrc)++ << 8;
147 result |= *(*ppSrc)++
    [all...]
  /dalvik/vm/
Bits.h 117 INLINE u1 read1(unsigned const char** ppSrc)
119 return *(*ppSrc)++;
125 INLINE u2 read2BE(unsigned char const** ppSrc)
127 const unsigned char* pSrc = *ppSrc;
129 *ppSrc = pSrc + 2;
136 INLINE u4 read4BE(unsigned char const** ppSrc)
138 const unsigned char* pSrc = *ppSrc;
146 *ppSrc = pSrc + 4;
153 INLINE u8 read8BE(unsigned char const** ppSrc)
155 const unsigned char* pSrc = *ppSrc;
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
armVCM4P10_UnpackBlock2x2.c 28 * [in] ppSrc Double pointer to residual coefficient-position pair
30 * [out] ppSrc *ppSrc is updated to the start of next non empty block
35 const OMX_U8 **ppSrc,
39 const OMX_U8 *pSrc = *ppSrc;
75 *ppSrc = pSrc;
armVCM4P10_UnpackBlock4x4.c 28 * [in] ppSrc Double pointer to residual coefficient-position pair
30 * [out] ppSrc *ppSrc is updated to the start of next non empty block
35 const OMX_U8 **ppSrc,
39 const OMX_U8 *pSrc = *ppSrc;
75 *ppSrc = pSrc;
omxVCM4P10_TransformDequantChromaDCFromPair.c 92 * ppSrc - Double pointer to residual coefficient-position pair buffer
98 * ppSrc - *ppSrc is updated to the start of next non empty block
105 * - ppSrc or pDst is NULL.
112 const OMX_U8 **ppSrc,
117 armRetArgErrIf(ppSrc == NULL, OMX_Sts_BadArgErr);
118 armRetArgErrIf(*ppSrc == NULL, OMX_Sts_BadArgErr);
124 armVCM4P10_UnpackBlock2x2(ppSrc, pDst);
omxVCM4P10_DequantTransformResidualFromPairAndAdd.c 62 * ppSrc - Double pointer to residual coefficient-position pair buffer
85 * - AC !=0 and Qp is not in the range of [0-51] or ppSrc == NULL.
91 const OMX_U8 **ppSrc,
113 armRetArgErrIf(AC!=0 && ppSrc==NULL, OMX_Sts_BadArgErr);
114 armRetArgErrIf(AC!=0 && *ppSrc==NULL, OMX_Sts_BadArgErr);
125 armVCM4P10_UnpackBlock4x4(ppSrc, pDelta);
omxVCM4P10_TransformDequantLumaDCFromPair.c 108 * ppSrc - Double pointer to residual coefficient-position pair buffer
114 * ppSrc - *ppSrc is updated to the start of next non empty block
121 * - ppSrc or pDst is NULL.
128 const OMX_U8 **ppSrc,
133 armRetArgErrIf(ppSrc == NULL, OMX_Sts_BadArgErr);
134 armRetArgErrIf(*ppSrc == NULL, OMX_Sts_BadArgErr);
140 armVCM4P10_UnpackBlock4x4(ppSrc, pDst);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_UnpackBlock4x4_s.s 27 ppSrc RN 0 ;// Persistent variable
43 LDR pSrc, [ppSrc] ;// Load pSrc
84 STR pSrc, [ppSrc] ;// Update the bitstream pointer
omxVCM4P10_TransformDequantChromaDCFromPair_s.s 28 ppSrc RN 0
66 LDR pSrc, [ppSrc] ;// Load pSrc
95 STR pSrc, [ppSrc] ;// Update the bitstream pointer
armVCM4P10_InterpolateLuma_HalfDiagVerHor4x4_unsafe_s.s 27 M_ALLOC4 ppSrc, 4
129 M_STR pSrc, ppSrc
190 M_LDR pSrc, ppSrc
armVCM4P10_InterpolateLuma_HalfDiagHorVer4x4_unsafe_s.s 28 M_ALLOC4 ppSrc, 4
omxVCM4P10_DequantTransformResidualFromPairAndAdd_s.s 331 ppSrc RN 0
omxVCM4P10_TransformDequantLumaDCFromPair_s.s 427 ppSrc RN 0
omxVCM4P10_InterpolateLuma_s.s 100 M_ALLOC4 ppSrc, 8
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_UnpackBlock4x4_s.s 27 ppSrc RN 0 ;// Persistent variable
43 LDR pSrc, [ppSrc] ;// Load pSrc
84 STR pSrc, [ppSrc] ;// Update the bitstream pointer
omxVCM4P10_TransformDequantChromaDCFromPair_s.s 31 ppSrc RN 0
74 LDR pSrc, [ppSrc] ;// Load pSrc
105 STR pSrc, [ppSrc] ;// Update the bitstream pointer
omxVCM4P10_TransformDequantLumaDCFromPair_s.s 222 ppSrc RN 0
omxVCM4P10_DequantTransformResidualFromPairAndAdd_s.s 68 ppSrc RN 0
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
armVC.h 773 * [in] ppSrc Double pointer to residual coefficient-position pair
775 * [out] ppSrc *ppSrc is updated to the start of next non empty block
780 const OMX_U8 **ppSrc,
789 * [in] ppSrc Double pointer to residual coefficient-position pair
791 * [out] ppSrc *ppSrc is updated to the start of next non empty block
796 const OMX_U8 **ppSrc,
    [all...]
omxVC.h     [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
armVC.h 773 * [in] ppSrc Double pointer to residual coefficient-position pair
775 * [out] ppSrc *ppSrc is updated to the start of next non empty block
780 const OMX_U8 **ppSrc,
789 * [in] ppSrc Double pointer to residual coefficient-position pair
791 * [out] ppSrc *ppSrc is updated to the start of next non empty block
796 const OMX_U8 **ppSrc,
    [all...]
omxVC.h     [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
armVC.h 773 * [in] ppSrc Double pointer to residual coefficient-position pair
775 * [out] ppSrc *ppSrc is updated to the start of next non empty block
780 const OMX_U8 **ppSrc,
789 * [in] ppSrc Double pointer to residual coefficient-position pair
791 * [out] ppSrc *ppSrc is updated to the start of next non empty block
796 const OMX_U8 **ppSrc,
    [all...]
omxVC.h     [all...]

Completed in 958 milliseconds