Searched defs:pQpBuf (Results 1 - 3 of 3) sorted by last modified time

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DarmVCM4P2_SetPredDir_s.s28 ; * [in] pQpBuf pointer to the quantization parameter buffer
56 pQpBuf RN 5 label
84 M_LDR pQpBuf,ppQpBuf
88 LDRLTB temp1,[pQpBuf,#1]
92 LDRGEB temp1,[pQpBuf]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DarmVCM4P2_SetPredDir_s.s28 ; * [in] pQpBuf pointer to the quantization parameter buffer
56 pQpBuf RN 5 label
84 M_LDR pQpBuf,ppQpBuf
88 LDRLTB temp1,[pQpBuf,#1]
92 LDRGEB temp1,[pQpBuf]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DomxVCM4P2_TransRecBlockCoef_intra.c64 * pQpBuf - pointer to a 2-element quantization parameter buffer; pQpBuf[0]
66 * block left of the current block (QPa), and pQpBuf[1] contains
108 * pCoefBufRow, pCoefBufCol, pQpBuf, pPreACPredict, pSumErr.
131 const OMX_U8 *pQpBuf,
164 armRetArgErrIf(pQpBuf == NULL, OMX_Sts_BadArgErr);
216 pQpBuf);
121 omxVCM4P2_TransRecBlockCoef_intra( const OMX_U8 *pSrc, OMX_S16 * pDst, OMX_U8 * pRec, OMX_S16 *pPredBufRow, OMX_S16 *pPredBufCol, OMX_S16 * pPreACPredict, OMX_INT *pSumErr, OMX_INT blockIndex, OMX_U8 curQp, const OMX_U8 *pQpBuf, OMX_INT srcStep, OMX_INT dstStep, OMX_INT shortVideoHeader ) argument

Completed in 108 milliseconds