HomeSort by relevance Sort by last modified time
    Searched refs:ppSrc (Results 1 - 23 of 23) 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...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
armVCM4P10_UnpackBlock2x2.c 43 * [in] ppSrc Double pointer to residual coefficient-position pair
45 * [out] ppSrc *ppSrc is updated to the start of next non empty block
50 const OMX_U8 **ppSrc,
54 const OMX_U8 *pSrc = *ppSrc;
90 *ppSrc = pSrc;
armVCM4P10_UnpackBlock4x4.c 43 * [in] ppSrc Double pointer to residual coefficient-position pair
45 * [out] ppSrc *ppSrc is updated to the start of next non empty block
50 const OMX_U8 **ppSrc,
54 const OMX_U8 *pSrc = *ppSrc;
90 *ppSrc = pSrc;
omxVCM4P10_TransformDequantChromaDCFromPair.c 107 * ppSrc - Double pointer to residual coefficient-position pair buffer
113 * ppSrc - *ppSrc is updated to the start of next non empty block
120 * - ppSrc or pDst is NULL.
127 const OMX_U8 **ppSrc,
132 armRetArgErrIf(ppSrc == NULL, OMX_Sts_BadArgErr);
133 armRetArgErrIf(*ppSrc == NULL, OMX_Sts_BadArgErr);
139 armVCM4P10_UnpackBlock2x2(ppSrc, pDst);
omxVCM4P10_DequantTransformResidualFromPairAndAdd.c 77 * ppSrc - Double pointer to residual coefficient-position pair buffer
100 * - AC !=0 and Qp is not in the range of [0-51] or ppSrc == NULL.
106 const OMX_U8 **ppSrc,
128 armRetArgErrIf(AC!=0 && ppSrc==NULL, OMX_Sts_BadArgErr);
129 armRetArgErrIf(AC!=0 && *ppSrc==NULL, OMX_Sts_BadArgErr);
140 armVCM4P10_UnpackBlock4x4(ppSrc, pDelta);
omxVCM4P10_TransformDequantLumaDCFromPair.c 123 * ppSrc - Double pointer to residual coefficient-position pair buffer
129 * ppSrc - *ppSrc is updated to the start of next non empty block
136 * - ppSrc or pDst is NULL.
143 const OMX_U8 **ppSrc,
148 armRetArgErrIf(ppSrc == NULL, OMX_Sts_BadArgErr);
149 armRetArgErrIf(*ppSrc == NULL, OMX_Sts_BadArgErr);
155 armVCM4P10_UnpackBlock4x4(ppSrc, pDst);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_UnpackBlock4x4_s.s 41 ppSrc RN 0 ;// Persistent variable
57 LDR pSrc, [ppSrc] ;// Load pSrc
98 STR pSrc, [ppSrc] ;// Update the bitstream pointer
omxVCM4P10_TransformDequantChromaDCFromPair_s.s 42 ppSrc RN 0
80 LDR pSrc, [ppSrc] ;// Load pSrc
109 STR pSrc, [ppSrc] ;// Update the bitstream pointer
armVCM4P10_InterpolateLuma_HalfDiagVerHor4x4_unsafe_s.s 41 M_ALLOC4 ppSrc, 4
143 M_STR pSrc, ppSrc
204 M_LDR pSrc, ppSrc
armVCM4P10_InterpolateLuma_HalfDiagHorVer4x4_unsafe_s.s 42 M_ALLOC4 ppSrc, 4
omxVCM4P10_DequantTransformResidualFromPairAndAdd_s.s 345 ppSrc RN 0
omxVCM4P10_TransformDequantLumaDCFromPair_s.s 441 ppSrc RN 0
omxVCM4P10_InterpolateLuma_s.s 114 M_ALLOC4 ppSrc, 8
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_UnpackBlock4x4_s.s 41 ppSrc RN 0 ;// Persistent variable
57 LDR pSrc, [ppSrc] ;// Load pSrc
98 STR pSrc, [ppSrc] ;// Update the bitstream pointer
omxVCM4P10_TransformDequantChromaDCFromPair_s.s 45 ppSrc RN 0
88 LDR pSrc, [ppSrc] ;// Load pSrc
119 STR pSrc, [ppSrc] ;// Update the bitstream pointer
omxVCM4P10_TransformDequantLumaDCFromPair_s.s 236 ppSrc RN 0
omxVCM4P10_DequantTransformResidualFromPairAndAdd_s.s 82 ppSrc RN 0
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
armVC.h 788 * [in] ppSrc Double pointer to residual coefficient-position pair
790 * [out] ppSrc *ppSrc is updated to the start of next non empty block
795 const OMX_U8 **ppSrc,
804 * [in] ppSrc Double pointer to residual coefficient-position pair
806 * [out] ppSrc *ppSrc is updated to the start of next non empty block
811 const OMX_U8 **ppSrc,
    [all...]
omxVC.h     [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
armVC.h 788 * [in] ppSrc Double pointer to residual coefficient-position pair
790 * [out] ppSrc *ppSrc is updated to the start of next non empty block
795 const OMX_U8 **ppSrc,
804 * [in] ppSrc Double pointer to residual coefficient-position pair
806 * [out] ppSrc *ppSrc is updated to the start of next non empty block
811 const OMX_U8 **ppSrc,
    [all...]
omxVC.h     [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
armVC.h 788 * [in] ppSrc Double pointer to residual coefficient-position pair
790 * [out] ppSrc *ppSrc is updated to the start of next non empty block
795 const OMX_U8 **ppSrc,
804 * [in] ppSrc Double pointer to residual coefficient-position pair
806 * [out] ppSrc *ppSrc is updated to the start of next non empty block
811 const OMX_U8 **ppSrc,
    [all...]
omxVC.h     [all...]

Completed in 123 milliseconds