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

12

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DomxVCM4P10_DecodeChromaDcCoeffsToPairCAVLC.c50 * [in] ppBitStream Double pointer to current byte in bit stream
53 * pointed to by *ppBitStream
54 * [out] ppBitStream *ppBitStream is updated after each block is decoded
67 const OMX_U8** ppBitStream,
74 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.c52 * [in] ppBitStream Double pointer to current byte in bit stream buffer
54 * to by *ppBitStream
61 * [out] ppBitStream *ppBitStream is updated after each block is decoded
73 const OMX_U8** ppBitStream,
81 return armVCM4P10_DecodeCoeffsToPair(ppBitStream, pOffset, pNumCoeff,
72 omxVCM4P10_DecodeCoeffsToPairCAVLC( const OMX_U8** ppBitStream, OMX_S32* pOffset, OMX_U8* pNumCoeff, OMX_U8**ppPosCoefbuf, OMX_INT sVLCSelect, OMX_INT sMaxNumCoeff ) argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
H A DomxVCM4P10_DecodeChromaDcCoeffsToPairCAVLC.c50 * [in] ppBitStream Double pointer to current byte in bit stream
53 * pointed to by *ppBitStream
54 * [out] ppBitStream *ppBitStream is updated after each block is decoded
67 const OMX_U8** ppBitStream,
74 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.c52 * [in] ppBitStream Double pointer to current byte in bit stream buffer
54 * to by *ppBitStream
61 * [out] ppBitStream *ppBitStream is updated after each block is decoded
73 const OMX_U8** ppBitStream,
81 return armVCM4P10_DecodeCoeffsToPair(ppBitStream, pOffset, pNumCoeff,
72 omxVCM4P10_DecodeCoeffsToPairCAVLC( const OMX_U8** ppBitStream, OMX_S32* pOffset, OMX_U8* pNumCoeff, OMX_U8**ppPosCoefbuf, OMX_INT sVLCSelect, OMX_INT sMaxNumCoeff ) argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_DecodeChromaDcCoeffsToPairCAVLC.c53 * ppBitStream - Double pointer to current byte in bit stream buffer
55 * *ppBitStream; valid in the range [0,7].
59 * ppBitStream - *ppBitStream is updated after each block is decoded
74 * - ppBitStream or pOffset is NULL.
82 const OMX_U8** ppBitStream,
89 armRetArgErrIf(ppBitStream==NULL , OMX_Sts_BadArgErr);
90 armRetArgErrIf(*ppBitStream==NULL , OMX_Sts_BadArgErr);
98 return armVCM4P10_DecodeCoeffsToPair(ppBitStream, pOffset, pNumCoeff,
81 omxVCM4P10_DecodeChromaDcCoeffsToPairCAVLC( const OMX_U8** ppBitStream, OMX_S32* pOffset, OMX_U8* pNumCoeff, OMX_U8** ppPosCoefbuf ) argument
H A DomxVCM4P10_DecodeCoeffsToPairCAVLC.c53 * ppBitStream -Double pointer to current byte in bit stream buffer
55 * *ppBitStream; valid in the range [0,7].
65 * ppBitStream - *ppBitStream is updated after each block is decoded.
79 * - ppBitStream or pOffset is NULL.
90 const OMX_U8** ppBitStream,
100 armRetArgErrIf(ppBitStream==NULL , OMX_Sts_BadArgErr);
101 armRetArgErrIf(*ppBitStream==NULL , OMX_Sts_BadArgErr);
130 return armVCM4P10_DecodeCoeffsToPair(ppBitStream, pOffset, pNumCoeff,
89 omxVCM4P10_DecodeCoeffsToPairCAVLC( const OMX_U8** ppBitStream, OMX_S32* pOffset, OMX_U8* pNumCoeff, OMX_U8**ppPosCoefbuf, OMX_INT sVLCSelect, OMX_INT sMaxNumCoeff ) argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DomxVCM4P2_DecodeVLCZigzag_IntraACVLC.c54 * ppBitStream - pointer to the pointer to the current byte in the
57 * by *ppBitStream. The parameter *pBitOffset is valid in the
75 * ppBitStream - *ppBitStream is updated after the block is decoded such
78 * bit position in the byte pointed by *ppBitStream
86 * pointers is NULL: ppBitStream, *ppBitStream, pBitOffset, pDst,
99 const OMX_U8 ** ppBitStream,
109 ppBitStream,
98 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.c53 * ppBitStream - pointer to the pointer to the current byte in the bit
56 * *ppBitStream. Valid within 0 to 7
67 * ppBitStream - *ppBitStream is updated after the block is encoded so that
70 * position in the byte pointed by *ppBitStream.
76 * - At least one of the pointers: is NULL: ppBitStream, *ppBitStream,
82 OMX_U8 **ppBitStream,
93 armRetArgErrIf(ppBitStream == NULL, OMX_Sts_BadArgErr);
94 armRetArgErrIf(*ppBitStream
81 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.c52 * ppBitStream - double pointer to the current byte in the bitstream
54 * *ppBitStream. Valid within 0 to 7.
73 * ppBitStream - *ppBitStream is updated after the block is encoded, so
76 * position in the byte pointed by *ppBitStream.
82 * - At least one of the following pointers is NULL: ppBitStream,
83 * *ppBitStream, pBitOffset, pQDctBlkCoef.
92 OMX_U8 **ppBitStream,
103 ppBitStream,
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_DecodeVLCZigzag_intra.c53 * [in] ppBitStream pointer to the pointer to the current byte in
56 * to by *ppBitStream. *pBitOffset is valid within
72 * [out] ppBitStream *ppBitStream is updated after the block is
77 * *ppBitStream
87 const OMX_U8 ** ppBitStream,
100 armRetArgErrIf(ppBitStream == NULL, OMX_Sts_BadArgErr);
101 armRetArgErrIf(*ppBitStream == NULL, OMX_Sts_BadArgErr);
130 ppBitStream,
86 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.c54 * [in] ppBitStream pointer to the pointer to the current byte in
57 * by *ppBitStream. Valid within 0 to 7.
75 * [out] ppBitStream *ppBitStream is updated after the block is encoded,
80 * *ppBitStream.
88 OMX_U8 **ppBitStream,
101 armRetArgErrIf(ppBitStream == NULL, OMX_Sts_BadArgErr);
102 armRetArgErrIf(*ppBitStream == NULL, OMX_Sts_BadArgErr);
133 ppBitStream,
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_DecodeBlockCoef_Inter.c52 * ppBitStream - pointer to the pointer to the current byte in the bit
56 * *ppBitStream. *pBitOffset is valid within [0-7]
64 * ppBitStream - *ppBitStream is updated after the block is decoded, so
67 * position in the byte pointed by *ppBitStream
77 * ppBitStream, *ppBitStream, pBitOffset , pDst
85 const OMX_U8 ** ppBitStream,
101 armRetArgErrIf(ppBitStream == NULL, OMX_Sts_BadArgErr);
102 armRetArgErrIf(*ppBitStream
84 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.c53 * ppBitStream - double pointer to the current byte in the stream buffer
55 * byte referenced by *ppBitStream. The parameter *pBitOffset is
64 * ppBitStream - *ppBitStream is updated after the block is decoded such
68 * *ppBitStream
76 * ppBitStream, *ppBitStream, pBitOffset, pDst
88 const OMX_U8 ** ppBitStream,
99 armRetArgErrIf(ppBitStream == NULL, OMX_Sts_BadArgErr);
100 armRetArgErrIf(*ppBitStream
87 omxVCM4P2_DecodeVLCZigzag_Inter( const OMX_U8 ** ppBitStream, OMX_INT * pBitOffset, OMX_S16 * pDst, OMX_INT shortVideoHeader ) argument
[all...]
H A DomxVCM4P2_DecodeVLCZigzag_IntraDCVLC.c58 * ppBitStream - pointer to the pointer to the current byte in the
61 * by *ppBitStream. The parameter *pBitOffset is valid in the
82 * ppBitStream - *ppBitStream is updated after the block is decoded such
85 * bit position in the byte pointed by *ppBitStream
94 * ppBitStream, *ppBitStream, pBitOffset, pDst
108 const OMX_U8 ** ppBitStream,
122 armRetArgErrIf(ppBitStream == NULL, OMX_Sts_BadArgErr);
123 armRetArgErrIf(*ppBitStream
107 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.c49 * [in] ppBitStream pointer to the pointer to the current byte in
52 * by *ppBitStream. Valid within 0 to 7
66 * [out] ppBitStream *ppBitStream is updated after the block is encoded
71 * *ppBitStream.
79 OMX_U8 **ppBitStream,
99 armPackBits(ppBitStream, pBitOffset, 3, 7);
100 armPackBits(ppBitStream, pBitOffset, 0, 1);
106 armPackBits(ppBitStream, pBitOffset, 3, 7);
107 armPackBits(ppBitStream, pBitOffse
78 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.c57 * ppBitStream - double pointer to the current byte in the bitstream
59 * *ppBitStream. Valid within 0 to 7.
80 * ppBitStream - *ppBitStream is updated after the block is encoded, so
83 * position in the byte pointed by *ppBitStream.
89 * - At least one of the following pointers is NULL: ppBitStream,
90 * *ppBitStream, pBitOffset, pQDctBlkCoef.
99 OMX_U8 **ppBitStream,
113 armRetArgErrIf(ppBitStream == NULL, OMX_Sts_BadArgErr);
114 armRetArgErrIf(*ppBitStream
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
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_DecodeBlockCoef_Inter.c53 * [in] ppBitStream pointer to the pointer to the current byte in
57 * to by *ppBitStream. *pBitOffset is valid within
63 * [out] ppBitStream *ppBitStream is updated after the block is decoded, so that it points to the
66 * byte pointed by *ppBitStream
73 * - At least one of the following pointers is Null: ppBitStream, *ppBitStream, pBitOffset , pDst
81 const OMX_U8 ** ppBitStream,
98 errorCode = omxVCM4P2_DecodeVLCZigzag_Inter(ppBitStream, pBitOffset,
80 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.s40 ; * [in] ppBitStream pointer to the pointer to the current byte in
43 ; * to by *ppBitStream. *pBitOffset is valid within [0-7].
47 ; * [out] ppBitStream *ppBitStream is updated after the block is
52 ; * *ppBitStream
58 ; * -At least one of the following pointers is NULL: ppBitStream, *ppBitStream, pBitOffset, pDst, or
97 ppBitStream RN 0 label
H A DomxVCM4P2_DecodeVLCZigzag_IntraACVLC_s.s40 ; * [in] ppBitStream pointer to the pointer to the current byte in
43 ; * to by *ppBitStream. *pBitOffset is valid within [0-7].
47 ; * [out] ppBitStream *ppBitStream is updated after the block is
52 ; * *ppBitStream
58 ; * -At least one of the following pointers is NULL: ppBitStream, *ppBitStream, pBitOffset, pDst, or
95 ppBitStream RN 0 label
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_DecodeBlockCoef_Inter.c53 * [in] ppBitStream pointer to the pointer to the current byte in
57 * to by *ppBitStream. *pBitOffset is valid within
63 * [out] ppBitStream *ppBitStream is updated after the block is decoded, so that it points to the
66 * byte pointed by *ppBitStream
73 * - At least one of the following pointers is Null: ppBitStream, *ppBitStream, pBitOffset , pDst
81 const OMX_U8 ** ppBitStream,
98 errorCode = omxVCM4P2_DecodeVLCZigzag_Inter(ppBitStream, pBitOffset,
80 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.s40 ; * [in] ppBitStream pointer to the pointer to the current byte in
43 ; * to by *ppBitStream. *pBitOffset is valid within [0-7].
47 ; * [out] ppBitStream *ppBitStream is updated after the block is
52 ; * *ppBitStream
58 ; * -At least one of the following pointers is NULL: ppBitStream, *ppBitStream, pBitOffset, pDst, or
97 ppBitStream RN 0 label
H A DomxVCM4P2_DecodeVLCZigzag_IntraACVLC_s.s40 ; * [in] ppBitStream pointer to the pointer to the current byte in
43 ; * to by *ppBitStream. *pBitOffset is valid within [0-7].
47 ; * [out] ppBitStream *ppBitStream is updated after the block is
52 ; * *ppBitStream
58 ; * -At least one of the following pointers is NULL: ppBitStream, *ppBitStream, pBitOffset, pDst, or
95 ppBitStream RN 0 label
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
H A DarmCOMM_Bitstream.c45 * [in] **ppBitStream
52 OMX_U32 armLookAheadBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N) argument
54 const OMX_U8 *pBitStream = *ppBitStream;
77 * [in] *ppBitStream
81 * [out] *ppBitStream
87 OMX_U32 armGetBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N) argument
89 const OMX_U8 *pBitStream = *ppBitStream;
107 *ppBitStream = pBitStream + (Offset>>3);
118 * Align the pointer *ppBitStream to the next byte boundary
121 * [in] *ppBitStream
129 armByteAlign(const OMX_U8 **ppBitStream,OMX_INT *pOffset) argument
155 armSkipBits(const OMX_U8 **ppBitStream,OMX_INT *pOffset,OMX_INT N) argument
191 armUnPackVLC32( const OMX_U8 **ppBitStream, OMX_INT *pOffset, const ARM_VLC32 *pCodeBook ) argument
262 armPackBits( OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_U32 codeWord, OMX_INT codeLength ) argument
335 armPackVLC32( OMX_U8 **ppBitStream, OMX_INT *pBitOffset, ARM_VLC32 code ) argument
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
H A DarmCOMM_Bitstream.c45 * [in] **ppBitStream
52 OMX_U32 armLookAheadBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N) argument
54 const OMX_U8 *pBitStream = *ppBitStream;
77 * [in] *ppBitStream
81 * [out] *ppBitStream
87 OMX_U32 armGetBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N) argument
89 const OMX_U8 *pBitStream = *ppBitStream;
107 *ppBitStream = pBitStream + (Offset>>3);
118 * Align the pointer *ppBitStream to the next byte boundary
121 * [in] *ppBitStream
129 armByteAlign(const OMX_U8 **ppBitStream,OMX_INT *pOffset) argument
155 armSkipBits(const OMX_U8 **ppBitStream,OMX_INT *pOffset,OMX_INT N) argument
191 armUnPackVLC32( const OMX_U8 **ppBitStream, OMX_INT *pOffset, const ARM_VLC32 *pCodeBook ) argument
262 armPackBits( OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_U32 codeWord, OMX_INT codeLength ) argument
335 armPackVLC32( OMX_U8 **ppBitStream, OMX_INT *pBitOffset, ARM_VLC32 code ) argument
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
H A DarmCOMM_Bitstream.c45 * [in] **ppBitStream
52 OMX_U32 armLookAheadBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N) argument
54 const OMX_U8 *pBitStream = *ppBitStream;
77 * [in] *ppBitStream
81 * [out] *ppBitStream
87 OMX_U32 armGetBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N) argument
89 const OMX_U8 *pBitStream = *ppBitStream;
107 *ppBitStream = pBitStream + (Offset>>3);
118 * Align the pointer *ppBitStream to the next byte boundary
121 * [in] *ppBitStream
129 armByteAlign(const OMX_U8 **ppBitStream,OMX_INT *pOffset) argument
155 armSkipBits(const OMX_U8 **ppBitStream,OMX_INT *pOffset,OMX_INT N) argument
191 armUnPackVLC32( const OMX_U8 **ppBitStream, OMX_INT *pOffset, const ARM_VLC32 *pCodeBook ) argument
262 armPackBits( OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_U32 codeWord, OMX_INT codeLength ) argument
335 armPackVLC32( OMX_U8 **ppBitStream, OMX_INT *pBitOffset, ARM_VLC32 code ) argument
[all...]

Completed in 8252 milliseconds

12