Searched refs:ppSrc (Results 1 - 22 of 22) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DarmVCM4P10_UnpackBlock2x2.c28 * [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;
34 armVCM4P10_UnpackBlock2x2( const OMX_U8 **ppSrc, OMX_S16* pDst ) argument
H A DarmVCM4P10_UnpackBlock4x4.c28 * [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;
34 armVCM4P10_UnpackBlock4x4( const OMX_U8 **ppSrc, OMX_S16* pDst ) argument
H A DomxVCM4P10_TransformDequantChromaDCFromPair.c92 * 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);
111 omxVCM4P10_TransformDequantChromaDCFromPair( const OMX_U8 **ppSrc, OMX_S16* pDst, OMX_INT QP ) argument
H A DomxVCM4P10_DequantTransformResidualFromPairAndAdd.c62 * 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);
90 omxVCM4P10_DequantTransformResidualFromPairAndAdd( const OMX_U8 **ppSrc, const OMX_U8 *pPred, const OMX_S16 *pDC, OMX_U8 *pDst, OMX_INT predStep, OMX_INT dstStep, OMX_INT QP, OMX_INT AC ) argument
H A DomxVCM4P10_TransformDequantLumaDCFromPair.c108 * 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);
127 omxVCM4P10_TransformDequantLumaDCFromPair( const OMX_U8 **ppSrc, OMX_S16* pDst, OMX_INT QP ) argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DarmVCM4P10_UnpackBlock4x4_s.s27 ppSrc RN 0 ;// Persistent variable label
43 LDR pSrc, [ppSrc] ;// Load pSrc
84 STR pSrc, [ppSrc] ;// Update the bitstream pointer
H A DomxVCM4P10_TransformDequantChromaDCFromPair_s.s28 ppSrc RN 0 label
66 LDR pSrc, [ppSrc] ;// Load pSrc
95 STR pSrc, [ppSrc] ;// Update the bitstream pointer
H A DarmVCM4P10_InterpolateLuma_HalfDiagVerHor4x4_unsafe_s.s27 M_ALLOC4 ppSrc, 4
129 M_STR pSrc, ppSrc
190 M_LDR pSrc, ppSrc
H A DarmVCM4P10_InterpolateLuma_HalfDiagHorVer4x4_unsafe_s.s28 M_ALLOC4 ppSrc, 4
H A DomxVCM4P10_DequantTransformResidualFromPairAndAdd_s.s331 ppSrc RN 0 label
H A DomxVCM4P10_TransformDequantLumaDCFromPair_s.s427 ppSrc RN 0 label
H A DomxVCM4P10_InterpolateLuma_s.s100 M_ALLOC4 ppSrc, 8
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
H A DarmVCM4P10_UnpackBlock4x4_s.s27 ppSrc RN 0 ;// Persistent variable label
43 LDR pSrc, [ppSrc] ;// Load pSrc
84 STR pSrc, [ppSrc] ;// Update the bitstream pointer
H A DomxVCM4P10_TransformDequantChromaDCFromPair_s.s31 ppSrc RN 0 label
74 LDR pSrc, [ppSrc] ;// Load pSrc
105 STR pSrc, [ppSrc] ;// Update the bitstream pointer
H A DomxVCM4P10_TransformDequantLumaDCFromPair_s.s222 ppSrc RN 0 label
H A DomxVCM4P10_DequantTransformResidualFromPairAndAdd_s.s68 ppSrc RN 0 label
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
H A DarmVC.h773 * [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,
1129 * [in] ppSrc Double pointer to residual coefficient-position
1143 OMX_U8 **ppSrc,
[all...]
H A DomxVC.h3182 * ppSrc - Double pointer to residual coefficient-position pair buffer
3188 * ppSrc - *ppSrc is updated to the start of next non empty block
3195 * - ppSrc or pDst is NULL.
3201 const OMX_U8 **ppSrc,
3219 * ppSrc - Double pointer to residual coefficient-position pair buffer
3225 * ppSrc - *ppSrc is updated to the start of next non empty block
3232 * - ppSrc or pDst is NULL.
3238 const OMX_U8 **ppSrc,
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
H A DarmVC.h773 * [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,
1129 * [in] ppSrc Double pointer to residual coefficient-position
1143 OMX_U8 **ppSrc,
[all...]
H A DomxVC.h3182 * ppSrc - Double pointer to residual coefficient-position pair buffer
3188 * ppSrc - *ppSrc is updated to the start of next non empty block
3195 * - ppSrc or pDst is NULL.
3201 const OMX_U8 **ppSrc,
3219 * ppSrc - Double pointer to residual coefficient-position pair buffer
3225 * ppSrc - *ppSrc is updated to the start of next non empty block
3232 * - ppSrc or pDst is NULL.
3238 const OMX_U8 **ppSrc,
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
H A DarmVC.h773 * [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,
1129 * [in] ppSrc Double pointer to residual coefficient-position
1143 OMX_U8 **ppSrc,
[all...]
H A DomxVC.h3182 * ppSrc - Double pointer to residual coefficient-position pair buffer
3188 * ppSrc - *ppSrc is updated to the start of next non empty block
3195 * - ppSrc or pDst is NULL.
3201 const OMX_U8 **ppSrc,
3219 * ppSrc - Double pointer to residual coefficient-position pair buffer
3225 * ppSrc - *ppSrc is updated to the start of next non empty block
3232 * - ppSrc or pDst is NULL.
3238 const OMX_U8 **ppSrc,
[all...]

Completed in 155 milliseconds