Searched refs:pDC (Results 1 - 9 of 9) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_DequantTransformResidualFromPairAndAdd.c54 * update the pair buffer pointer to next non-empty block. If pDC == NULL,
56 * from 4x4 block position 0; If pDC != NULL, there re 15 non-zero AC
68 * pDC - Pointer to the DC coefficient of this block, NULL if it doesn't
86 * - AC ==0 && pDC ==NULL.
93 const OMX_S16 *pDC,
115 armRetArgErrIf(AC==0 && pDC==NULL, OMX_Sts_BadArgErr);
128 if (pDC)
130 pDelta[0] = pDC[0];
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
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DomxVCM4P10_DequantTransformResidualFromPairAndAdd_s.s333 pDC RN 2 label
386 MOV pDCTemp,pDC
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
H A DomxVCM4P10_DequantTransformResidualFromPairAndAdd_s.s70 pDC RN 2 label
212 MOV pDCTemp,pDC
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
H A DarmVC.h1131 * [in] pDC Pointer to the DC coefficient of this block, NULL
1146 OMX_S16* pDC,
H A DomxVC.h3252 * update the pair buffer pointer to next non-empty block. If pDC == NULL,
3254 * from 4x4 block position 0; If pDC != NULL, there re 15 non-zero AC
3266 * pDC - Pointer to the DC coefficient of this block, NULL if it doesn't
3284 * - AC ==0 && pDC ==NULL.
3290 const OMX_S16 *pDC,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
H A DarmVC.h1131 * [in] pDC Pointer to the DC coefficient of this block, NULL
1146 OMX_S16* pDC,
H A DomxVC.h3252 * update the pair buffer pointer to next non-empty block. If pDC == NULL,
3254 * from 4x4 block position 0; If pDC != NULL, there re 15 non-zero AC
3266 * pDC - Pointer to the DC coefficient of this block, NULL if it doesn't
3284 * - AC ==0 && pDC ==NULL.
3290 const OMX_S16 *pDC,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
H A DarmVC.h1131 * [in] pDC Pointer to the DC coefficient of this block, NULL
1146 OMX_S16* pDC,
H A DomxVC.h3252 * update the pair buffer pointer to next non-empty block. If pDC == NULL,
3254 * from 4x4 block position 0; If pDC != NULL, there re 15 non-zero AC
3266 * pDC - Pointer to the DC coefficient of this block, NULL if it doesn't
3284 * - AC ==0 && pDC ==NULL.
3290 const OMX_S16 *pDC,

Completed in 112 milliseconds