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.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

Completed in 198 milliseconds