Searched defs:ppBitStream (Results 1 - 25 of 43) sorted by relevance

12

/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DomxVCM4P10_DecodeChromaDcCoeffsToPairCAVLC.c35 * [in] ppBitStream Double pointer to current byte in bit stream
38 * pointed to by *ppBitStream
39 * [out] ppBitStream *ppBitStream is updated after each block is decoded
52 const OMX_U8** ppBitStream,
59 return armVCM4P10_DecodeCoeffsToPair(ppBitStream, pOffset, pNumCoeff,
51 omxVCM4P10_DecodeChromaDcCoeffsToPairCAVLC( const OMX_U8** ppBitStream, OMX_S32* pOffset, OMX_U8* pNumCoeff, OMX_U8** ppPosCoefbuf ) argument
H A DomxVCM4P10_DecodeCoeffsToPairCAVLC.c37 * [in] ppBitStream Double pointer to current byte in bit stream buffer
39 * to by *ppBitStream
46 * [out] ppBitStream *ppBitStream is updated after each block is decoded
58 const OMX_U8** ppBitStream,
66 return armVCM4P10_DecodeCoeffsToPair(ppBitStream, pOffset, pNumCoeff,
57 omxVCM4P10_DecodeCoeffsToPairCAVLC( const OMX_U8** ppBitStream, OMX_S32* pOffset, OMX_U8* pNumCoeff, OMX_U8**ppPosCoefbuf, OMX_INT sVLCSelect, OMX_INT sMaxNumCoeff ) argument
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
H A DomxVCM4P10_DecodeChromaDcCoeffsToPairCAVLC.c35 * [in] ppBitStream Double pointer to current byte in bit stream
38 * pointed to by *ppBitStream
39 * [out] ppBitStream *ppBitStream is updated after each block is decoded
52 const OMX_U8** ppBitStream,
59 return armVCM4P10_DecodeCoeffsToPair(ppBitStream, pOffset, pNumCoeff,
51 omxVCM4P10_DecodeChromaDcCoeffsToPairCAVLC( const OMX_U8** ppBitStream, OMX_S32* pOffset, OMX_U8* pNumCoeff, OMX_U8** ppPosCoefbuf ) argument
H A DomxVCM4P10_DecodeCoeffsToPairCAVLC.c37 * [in] ppBitStream Double pointer to current byte in bit stream buffer
39 * to by *ppBitStream
46 * [out] ppBitStream *ppBitStream is updated after each block is decoded
58 const OMX_U8** ppBitStream,
66 return armVCM4P10_DecodeCoeffsToPair(ppBitStream, pOffset, pNumCoeff,
57 omxVCM4P10_DecodeCoeffsToPairCAVLC( const OMX_U8** ppBitStream, OMX_S32* pOffset, OMX_U8* pNumCoeff, OMX_U8**ppPosCoefbuf, OMX_INT sVLCSelect, OMX_INT sMaxNumCoeff ) argument
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_DecodeChromaDcCoeffsToPairCAVLC.c38 * ppBitStream - Double pointer to current byte in bit stream buffer
40 * *ppBitStream; valid in the range [0,7].
44 * ppBitStream - *ppBitStream is updated after each block is decoded
59 * - ppBitStream or pOffset is NULL.
67 const OMX_U8** ppBitStream,
74 armRetArgErrIf(ppBitStream==NULL , OMX_Sts_BadArgErr);
75 armRetArgErrIf(*ppBitStream==NULL , OMX_Sts_BadArgErr);
83 return armVCM4P10_DecodeCoeffsToPair(ppBitStream, pOffset, pNumCoeff,
66 omxVCM4P10_DecodeChromaDcCoeffsToPairCAVLC( const OMX_U8** ppBitStream, OMX_S32* pOffset, OMX_U8* pNumCoeff, OMX_U8** ppPosCoefbuf ) argument
H A DomxVCM4P10_DecodeCoeffsToPairCAVLC.c38 * ppBitStream -Double pointer to current byte in bit stream buffer
40 * *ppBitStream; valid in the range [0,7].
50 * ppBitStream - *ppBitStream is updated after each block is decoded.
64 * - ppBitStream or pOffset is NULL.
75 const OMX_U8** ppBitStream,
85 armRetArgErrIf(ppBitStream==NULL , OMX_Sts_BadArgErr);
86 armRetArgErrIf(*ppBitStream==NULL , OMX_Sts_BadArgErr);
115 return armVCM4P10_DecodeCoeffsToPair(ppBitStream, pOffset, pNumCoeff,
74 omxVCM4P10_DecodeCoeffsToPairCAVLC( const OMX_U8** ppBitStream, OMX_S32* pOffset, OMX_U8* pNumCoeff, OMX_U8**ppPosCoefbuf, OMX_INT sVLCSelect, OMX_INT sMaxNumCoeff ) argument
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DomxVCM4P2_DecodeVLCZigzag_IntraACVLC.c39 * ppBitStream - pointer to the pointer to the current byte in the
42 * by *ppBitStream. The parameter *pBitOffset is valid in the
60 * ppBitStream - *ppBitStream is updated after the block is decoded such
63 * bit position in the byte pointed by *ppBitStream
71 * pointers is NULL: ppBitStream, *ppBitStream, pBitOffset, pDst,
84 const OMX_U8 ** ppBitStream,
94 ppBitStream,
83 omxVCM4P2_DecodeVLCZigzag_IntraACVLC( const OMX_U8 ** ppBitStream, OMX_INT * pBitOffset, OMX_S16 * pDst, OMX_U8 predDir, OMX_INT shortVideoHeader ) argument
H A DomxVCM4P2_EncodeVLCZigzag_Inter.c38 * ppBitStream - pointer to the pointer to the current byte in the bit
41 * *ppBitStream. Valid within 0 to 7
52 * ppBitStream - *ppBitStream is updated after the block is encoded so that
55 * position in the byte pointed by *ppBitStream.
61 * - At least one of the pointers: is NULL: ppBitStream, *ppBitStream,
67 OMX_U8 **ppBitStream,
78 armRetArgErrIf(ppBitStream == NULL, OMX_Sts_BadArgErr);
79 armRetArgErrIf(*ppBitStream
66 omxVCM4P2_EncodeVLCZigzag_Inter( OMX_U8 **ppBitStream, OMX_INT * pBitOffset, const OMX_S16 *pQDctBlkCoef, OMX_U8 pattern, OMX_INT shortVideoHeader ) argument
[all...]
H A DomxVCM4P2_EncodeVLCZigzag_IntraACVLC.c37 * ppBitStream - double pointer to the current byte in the bitstream
39 * *ppBitStream. Valid within 0 to 7.
58 * ppBitStream - *ppBitStream is updated after the block is encoded, so
61 * position in the byte pointed by *ppBitStream.
67 * - At least one of the following pointers is NULL: ppBitStream,
68 * *ppBitStream, pBitOffset, pQDctBlkCoef.
77 OMX_U8 **ppBitStream,
88 ppBitStream,
76 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_DecodeVLCZigzag_intra.c38 * [in] ppBitStream pointer to the pointer to the current byte in
41 * to by *ppBitStream. *pBitOffset is valid within
57 * [out] ppBitStream *ppBitStream is updated after the block is
62 * *ppBitStream
72 const OMX_U8 ** ppBitStream,
85 armRetArgErrIf(ppBitStream == NULL, OMX_Sts_BadArgErr);
86 armRetArgErrIf(*ppBitStream == NULL, OMX_Sts_BadArgErr);
115 ppBitStream,
71 armVCM4P2_DecodeVLCZigzag_Intra( const OMX_U8 ** ppBitStream, OMX_INT * pBitOffset, OMX_S16 * pDst, OMX_U8 predDir, OMX_INT shortVideoHeader, OMX_U8 start ) argument
H A DarmVCM4P2_EncodeVLCZigzag_intra.c39 * [in] ppBitStream pointer to the pointer to the current byte in
42 * by *ppBitStream. Valid within 0 to 7.
60 * [out] ppBitStream *ppBitStream is updated after the block is encoded,
65 * *ppBitStream.
73 OMX_U8 **ppBitStream,
86 armRetArgErrIf(ppBitStream == NULL, OMX_Sts_BadArgErr);
87 armRetArgErrIf(*ppBitStream == NULL, OMX_Sts_BadArgErr);
118 ppBitStream,
72 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_DecodeBlockCoef_Inter.c37 * ppBitStream - pointer to the pointer to the current byte in the bit
41 * *ppBitStream. *pBitOffset is valid within [0-7]
49 * ppBitStream - *ppBitStream is updated after the block is decoded, so
52 * position in the byte pointed by *ppBitStream
62 * ppBitStream, *ppBitStream, pBitOffset , pDst
70 const OMX_U8 ** ppBitStream,
86 armRetArgErrIf(ppBitStream == NULL, OMX_Sts_BadArgErr);
87 armRetArgErrIf(*ppBitStream
69 omxVCM4P2_DecodeBlockCoef_Inter( const OMX_U8 ** ppBitStream, OMX_INT * pBitOffset, OMX_S16 * pDst, OMX_INT QP, OMX_INT shortVideoHeader ) argument
[all...]
H A DomxVCM4P2_DecodeVLCZigzag_Inter.c38 * ppBitStream - double pointer to the current byte in the stream buffer
40 * byte referenced by *ppBitStream. The parameter *pBitOffset is
49 * ppBitStream - *ppBitStream is updated after the block is decoded such
53 * *ppBitStream
61 * ppBitStream, *ppBitStream, pBitOffset, pDst
73 const OMX_U8 ** ppBitStream,
84 armRetArgErrIf(ppBitStream == NULL, OMX_Sts_BadArgErr);
85 armRetArgErrIf(*ppBitStream
72 omxVCM4P2_DecodeVLCZigzag_Inter( const OMX_U8 ** ppBitStream, OMX_INT * pBitOffset, OMX_S16 * pDst, OMX_INT shortVideoHeader ) argument
[all...]
H A DomxVCM4P2_DecodeVLCZigzag_IntraDCVLC.c43 * ppBitStream - pointer to the pointer to the current byte in the
46 * by *ppBitStream. The parameter *pBitOffset is valid in the
67 * ppBitStream - *ppBitStream is updated after the block is decoded such
70 * bit position in the byte pointed by *ppBitStream
79 * ppBitStream, *ppBitStream, pBitOffset, pDst
93 const OMX_U8 ** ppBitStream,
107 armRetArgErrIf(ppBitStream == NULL, OMX_Sts_BadArgErr);
108 armRetArgErrIf(*ppBitStream
92 omxVCM4P2_DecodeVLCZigzag_IntraDCVLC( const OMX_U8 ** ppBitStream, OMX_INT * pBitOffset, OMX_S16 * pDst, OMX_U8 predDir, OMX_INT shortVideoHeader, OMXVCM4P2VideoComponent videoComp ) argument
[all...]
H A DarmVCM4P2_FillVLCBuffer.c34 * [in] ppBitStream pointer to the pointer to the current byte in
37 * by *ppBitStream. Valid within 0 to 7
51 * [out] ppBitStream *ppBitStream is updated after the block is encoded
56 * *ppBitStream.
64 OMX_U8 **ppBitStream,
84 armPackBits(ppBitStream, pBitOffset, 3, 7);
85 armPackBits(ppBitStream, pBitOffset, 0, 1);
91 armPackBits(ppBitStream, pBitOffset, 3, 7);
92 armPackBits(ppBitStream, pBitOffse
63 armVCM4P2_FillVLCBuffer( OMX_U8 **ppBitStream, OMX_INT * pBitOffset, OMX_U32 run, OMX_S16 level, OMX_U32 runPlus, OMX_S16 levelPlus, OMX_U8 fMode, OMX_U8 last, OMX_U8 maxRunForMultipleEntries, const OMX_U8 *pRunIndexTable, const ARM_VLC32 *pVlcTable ) argument
[all...]
H A DomxVCM4P2_EncodeVLCZigzag_IntraDCVLC.c42 * ppBitStream - double pointer to the current byte in the bitstream
44 * *ppBitStream. Valid within 0 to 7.
65 * ppBitStream - *ppBitStream is updated after the block is encoded, so
68 * position in the byte pointed by *ppBitStream.
74 * - At least one of the following pointers is NULL: ppBitStream,
75 * *ppBitStream, pBitOffset, pQDctBlkCoef.
84 OMX_U8 **ppBitStream,
98 armRetArgErrIf(ppBitStream == NULL, OMX_Sts_BadArgErr);
99 armRetArgErrIf(*ppBitStream
83 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
[all...]
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_DecodeBlockCoef_Inter.c38 * [in] ppBitStream pointer to the pointer to the current byte in
42 * to by *ppBitStream. *pBitOffset is valid within
48 * [out] ppBitStream *ppBitStream is updated after the block is decoded, so that it points to the
51 * byte pointed by *ppBitStream
58 * - At least one of the following pointers is Null: ppBitStream, *ppBitStream, pBitOffset , pDst
66 const OMX_U8 ** ppBitStream,
83 errorCode = omxVCM4P2_DecodeVLCZigzag_Inter(ppBitStream, pBitOffset,
65 omxVCM4P2_DecodeBlockCoef_Inter( const OMX_U8 ** ppBitStream, OMX_INT * pBitOffset, OMX_S16 * pDst, OMX_INT QP, OMX_INT shortVideoHeader ) argument
H A DomxVCM4P2_DecodeVLCZigzag_Inter_s.s26 ; * [in] ppBitStream pointer to the pointer to the current byte in
29 ; * to by *ppBitStream. *pBitOffset is valid within [0-7].
33 ; * [out] ppBitStream *ppBitStream is updated after the block is
38 ; * *ppBitStream
44 ; * -At least one of the following pointers is NULL: ppBitStream, *ppBitStream, pBitOffset, pDst, or
83 ppBitStream RN 0 label
H A DomxVCM4P2_DecodeVLCZigzag_IntraACVLC_s.s26 ; * [in] ppBitStream pointer to the pointer to the current byte in
29 ; * to by *ppBitStream. *pBitOffset is valid within [0-7].
33 ; * [out] ppBitStream *ppBitStream is updated after the block is
38 ; * *ppBitStream
44 ; * -At least one of the following pointers is NULL: ppBitStream, *ppBitStream, pBitOffset, pDst, or
81 ppBitStream RN 0 label
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_DecodeBlockCoef_Inter.c38 * [in] ppBitStream pointer to the pointer to the current byte in
42 * to by *ppBitStream. *pBitOffset is valid within
48 * [out] ppBitStream *ppBitStream is updated after the block is decoded, so that it points to the
51 * byte pointed by *ppBitStream
58 * - At least one of the following pointers is Null: ppBitStream, *ppBitStream, pBitOffset , pDst
66 const OMX_U8 ** ppBitStream,
83 errorCode = omxVCM4P2_DecodeVLCZigzag_Inter(ppBitStream, pBitOffset,
65 omxVCM4P2_DecodeBlockCoef_Inter( const OMX_U8 ** ppBitStream, OMX_INT * pBitOffset, OMX_S16 * pDst, OMX_INT QP, OMX_INT shortVideoHeader ) argument
H A DomxVCM4P2_DecodeVLCZigzag_Inter_s.s26 ; * [in] ppBitStream pointer to the pointer to the current byte in
29 ; * to by *ppBitStream. *pBitOffset is valid within [0-7].
33 ; * [out] ppBitStream *ppBitStream is updated after the block is
38 ; * *ppBitStream
44 ; * -At least one of the following pointers is NULL: ppBitStream, *ppBitStream, pBitOffset, pDst, or
83 ppBitStream RN 0 label
H A DomxVCM4P2_DecodeVLCZigzag_IntraACVLC_s.s26 ; * [in] ppBitStream pointer to the pointer to the current byte in
29 ; * to by *ppBitStream. *pBitOffset is valid within [0-7].
33 ; * [out] ppBitStream *ppBitStream is updated after the block is
38 ; * *ppBitStream
44 ; * -At least one of the following pointers is NULL: ppBitStream, *ppBitStream, pBitOffset, pDst, or
81 ppBitStream RN 0 label
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
H A DarmCOMM_Bitstream.c30 * [in] **ppBitStream
37 OMX_U32 armLookAheadBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N) argument
39 const OMX_U8 *pBitStream = *ppBitStream;
62 * [in] *ppBitStream
66 * [out] *ppBitStream
72 OMX_U32 armGetBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N) argument
74 const OMX_U8 *pBitStream = *ppBitStream;
92 *ppBitStream = pBitStream + (Offset>>3);
103 * Align the pointer *ppBitStream to the next byte boundary
106 * [in] *ppBitStream
114 armByteAlign(const OMX_U8 **ppBitStream,OMX_INT *pOffset) argument
140 armSkipBits(const OMX_U8 **ppBitStream,OMX_INT *pOffset,OMX_INT N) argument
176 armUnPackVLC32( const OMX_U8 **ppBitStream, OMX_INT *pOffset, const ARM_VLC32 *pCodeBook ) argument
247 armPackBits( OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_U32 codeWord, OMX_INT codeLength ) argument
320 armPackVLC32( OMX_U8 **ppBitStream, OMX_INT *pBitOffset, ARM_VLC32 code ) argument
[all...]
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
H A DarmCOMM_Bitstream.c30 * [in] **ppBitStream
37 OMX_U32 armLookAheadBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N) argument
39 const OMX_U8 *pBitStream = *ppBitStream;
62 * [in] *ppBitStream
66 * [out] *ppBitStream
72 OMX_U32 armGetBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N) argument
74 const OMX_U8 *pBitStream = *ppBitStream;
92 *ppBitStream = pBitStream + (Offset>>3);
103 * Align the pointer *ppBitStream to the next byte boundary
106 * [in] *ppBitStream
114 armByteAlign(const OMX_U8 **ppBitStream,OMX_INT *pOffset) argument
140 armSkipBits(const OMX_U8 **ppBitStream,OMX_INT *pOffset,OMX_INT N) argument
176 armUnPackVLC32( const OMX_U8 **ppBitStream, OMX_INT *pOffset, const ARM_VLC32 *pCodeBook ) argument
247 armPackBits( OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_U32 codeWord, OMX_INT codeLength ) argument
320 armPackVLC32( OMX_U8 **ppBitStream, OMX_INT *pBitOffset, ARM_VLC32 code ) argument
[all...]
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
H A DarmCOMM_Bitstream.c30 * [in] **ppBitStream
37 OMX_U32 armLookAheadBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N) argument
39 const OMX_U8 *pBitStream = *ppBitStream;
62 * [in] *ppBitStream
66 * [out] *ppBitStream
72 OMX_U32 armGetBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N) argument
74 const OMX_U8 *pBitStream = *ppBitStream;
92 *ppBitStream = pBitStream + (Offset>>3);
103 * Align the pointer *ppBitStream to the next byte boundary
106 * [in] *ppBitStream
114 armByteAlign(const OMX_U8 **ppBitStream,OMX_INT *pOffset) argument
140 armSkipBits(const OMX_U8 **ppBitStream,OMX_INT *pOffset,OMX_INT N) argument
176 armUnPackVLC32( const OMX_U8 **ppBitStream, OMX_INT *pOffset, const ARM_VLC32 *pCodeBook ) argument
247 armPackBits( OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_U32 codeWord, OMX_INT codeLength ) argument
320 armPackVLC32( OMX_U8 **ppBitStream, OMX_INT *pBitOffset, ARM_VLC32 code ) argument
[all...]

Completed in 2442 milliseconds

12