Searched defs:pQDctBlkCoef (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DomxVCM4P2_EncodeVLCZigzag_Inter.c57 * pQDctBlkCoef - pointer to the quantized DCT coefficient
77 * pBitOffset, pQDctBlkCoef
84 const OMX_S16 *pQDctBlkCoef,
96 armRetArgErrIf(pQDctBlkCoef == NULL, OMX_Sts_BadArgErr);
104 pQDctBlkCoef,
81 omxVCM4P2_EncodeVLCZigzag_Inter( OMX_U8 **ppBitStream, OMX_INT * pBitOffset, const OMX_S16 *pQDctBlkCoef, OMX_U8 pattern, OMX_INT shortVideoHeader ) argument
H A DomxVCM4P2_EncodeVLCZigzag_IntraACVLC.c55 * pQDctBlkCoef - pointer to the quantized DCT coefficient
83 * *ppBitStream, pBitOffset, pQDctBlkCoef.
94 const OMX_S16 *pQDctBlkCoef,
105 pQDctBlkCoef,
91 omxVCM4P2_EncodeVLCZigzag_IntraACVLC( OMX_U8 **ppBitStream, OMX_INT *pBitOffset, const OMX_S16 *pQDctBlkCoef, OMX_U8 predDir, OMX_U8 pattern, OMX_INT shortVideoHeader ) argument
H A DarmVCM4P2_EncodeVLCZigzag_intra.c58 * [in] pQDctBlkCoef pointer to the quantized DCT coefficient
90 const OMX_S16 *pQDctBlkCoef,
104 armRetArgErrIf(pQDctBlkCoef == NULL, OMX_Sts_BadArgErr);
135 pQDctBlkCoef,
87 armVCM4P2_EncodeVLCZigzag_Intra( OMX_U8 **ppBitStream, OMX_INT *pBitOffset, const OMX_S16 *pQDctBlkCoef, OMX_U8 predDir, OMX_U8 pattern, OMX_INT shortVideoHeader, OMX_U8 start ) argument
H A DomxVCM4P2_EncodeVLCZigzag_IntraDCVLC.c60 * pQDctBlkCoef - pointer to the quantized DCT coefficient
90 * *ppBitStream, pBitOffset, pQDctBlkCoef.
101 const OMX_S16 *pQDctBlkCoef,
116 armRetArgErrIf(pQDctBlkCoef == NULL, OMX_Sts_BadArgErr);
123 dcValue = pQDctBlkCoef[0];
168 pQDctBlkCoef,
98 omxVCM4P2_EncodeVLCZigzag_IntraDCVLC( OMX_U8 **ppBitStream, OMX_INT *pBitOffset, const OMX_S16 *pQDctBlkCoef, OMX_U8 predDir, OMX_U8 pattern, OMX_INT shortVideoHeader, OMXVCM4P2VideoComponent videoComp ) argument
H A DarmVCM4P2_PutVLCBits.c86 * [out] pQDctBlkCoef pointer to the quantized DCT coefficient
103 const OMX_S16 *pQDctBlkCoef,
130 level = pQDctBlkCoef[pZigzagTable[i]];
100 armVCM4P2_PutVLCBits( OMX_U8 **ppBitStream, OMX_INT * pBitOffset, const OMX_S16 *pQDctBlkCoef, OMX_INT shortVideoHeader, OMX_U8 start, OMX_U8 maxStoreRunL0, OMX_U8 maxStoreRunL1, OMX_U8 maxRunForMultipleEntriesL0, OMX_U8 maxRunForMultipleEntriesL1, const OMX_U8 * pRunIndexTableL0, const ARM_VLC32 *pVlcTableL0, const OMX_U8 * pRunIndexTableL1, const ARM_VLC32 *pVlcTableL1, const OMX_U8 * pLMAXTableL0, const OMX_U8 * pLMAXTableL1, const OMX_U8 * pRMAXTableL0, const OMX_U8 * pRMAXTableL1, const OMX_U8 * pZigzagTable ) argument

Completed in 97 milliseconds