Searched defs:pDC (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_DequantTransformResidualFromPairAndAdd.c69 * update the pair buffer pointer to next non-empty block. If pDC == NULL,
71 * from 4x4 block position 0; If pDC != NULL, there re 15 non-zero AC
83 * pDC - Pointer to the DC coefficient of this block, NULL if it doesn't
101 * - AC ==0 && pDC ==NULL.
108 const OMX_S16 *pDC,
130 armRetArgErrIf(AC==0 && pDC==NULL, OMX_Sts_BadArgErr);
143 if (pDC)
145 pDelta[0] = pDC[0];
105 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.s347 pDC RN 2 label
400 MOV pDCTemp,pDC
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
H A DomxVCM4P10_DequantTransformResidualFromPairAndAdd_s.s84 pDC RN 2 label
226 MOV pDCTemp,pDC

Completed in 1551 milliseconds