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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DarmVCM4P2_SetPredDir_s.s42 ; * [in] pQpBuf pointer to the quantization parameter buffer
70 pQpBuf RN 5 label
98 M_LDR pQpBuf,ppQpBuf
102 LDRLTB temp1,[pQpBuf,#1]
106 LDRGEB temp1,[pQpBuf]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DarmVCM4P2_SetPredDir_s.s42 ; * [in] pQpBuf pointer to the quantization parameter buffer
70 pQpBuf RN 5 label
98 M_LDR pQpBuf,ppQpBuf
102 LDRLTB temp1,[pQpBuf,#1]
106 LDRGEB temp1,[pQpBuf]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DomxVCM4P2_TransRecBlockCoef_intra.c79 * pQpBuf - pointer to a 2-element quantization parameter buffer; pQpBuf[0]
81 * block left of the current block (QPa), and pQpBuf[1] contains
123 * pCoefBufRow, pCoefBufCol, pQpBuf, pPreACPredict, pSumErr.
146 const OMX_U8 *pQpBuf,
179 armRetArgErrIf(pQpBuf == NULL, OMX_Sts_BadArgErr);
231 pQpBuf);
136 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 840 milliseconds