Searched defs:pBitOffset (Results 1 - 25 of 34) sorted by relevance

12

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DomxVCM4P2_DecodeVLCZigzag_IntraACVLC.c56 * pBitOffset - pointer to the bit position in the current byte referenced
57 * by *ppBitStream. The parameter *pBitOffset is valid in the
58 * range [0-7]. Bit Position in one byte: |Most Least| *pBitOffset
77 * pBitOffset - *pBitOffset is updated such that it points to the current
86 * pointers is NULL: ppBitStream, *ppBitStream, pBitOffset, pDst,
88 * *pBitOffset exceeds [0,7], preDir exceeds [0,2], or pDst is
100 OMX_INT * pBitOffset,
110 pBitOffset,
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.c55 * pBitOffset - pointer to the bit position in the byte pointed by
69 * pBitOffset - *pBitOffset is updated so that it points to the current bit
77 * pBitOffset, pQDctBlkCoef
78 * - *pBitOffset < 0, or *pBitOffset >7.
83 OMX_INT * pBitOffset,
95 armRetArgErrIf(pBitOffset == NULL, OMX_Sts_BadArgErr);
97 armRetArgErrIf((*pBitOffset < 0) || (*pBitOffset >
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.c53 * pBitOffset - pointer to the bit position in the byte pointed by
75 * pBitOffset - *pBitOffset is updated so that it points to the current bit
83 * *ppBitStream, pBitOffset, pQDctBlkCoef.
84 * - *pBitOffset < 0, or *pBitOffset >7.
93 OMX_INT *pBitOffset,
104 pBitOffset,
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.c55 * [in] pBitOffset pointer to the bit position in the byte pointed
56 * to by *ppBitStream. *pBitOffset is valid within
75 * [out] pBitOffset *pBitOffset is updated so that it points to the
88 OMX_INT * pBitOffset,
102 armRetArgErrIf(pBitOffset == NULL, OMX_Sts_BadArgErr);
105 armRetArgErrIf((*pBitOffset < 0) || (*pBitOffset >7), OMX_Sts_BadArgErr);
131 pBitOffset,
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.c56 * [in] pBitOffset pointer to the bit position in the byte pointed
78 * [out] pBitOffset *pBitOffset is updated so that it points to the
89 OMX_INT *pBitOffset,
103 armRetArgErrIf(pBitOffset == NULL, OMX_Sts_BadArgErr);
105 armRetArgErrIf((*pBitOffset < 0) || (*pBitOffset >7), OMX_Sts_BadArgErr);
134 pBitOffset,
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.c55 * pBitOffset - pointer to the bit position in the byte pointed to by
56 * *ppBitStream. *pBitOffset is valid within [0-7]
66 * pBitOffset - *pBitOffset is updated so that it points to the current bit
77 * ppBitStream, *ppBitStream, pBitOffset , pDst
78 * - *pBitOffset exceeds [0,7]
86 OMX_INT * pBitOffset,
103 armRetArgErrIf(pBitOffset == NULL, OMX_Sts_BadArgErr);
107 armRetArgErrIf(((*pBitOffset < 0) || (*pBitOffset >
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.c54 * pBitOffset - pointer to the next available bit in the current stream
55 * byte referenced by *ppBitStream. The parameter *pBitOffset is
66 * pBitOffset - *pBitOffset is updated after decoding such that it points
76 * ppBitStream, *ppBitStream, pBitOffset, pDst
78 * - *pBitOffset exceeds [0,7]
89 OMX_INT * pBitOffset,
101 armRetArgErrIf(pBitOffset == NULL, OMX_Sts_BadArgErr);
107 pBitOffset,
87 omxVCM4P2_DecodeVLCZigzag_Inter( const OMX_U8 ** ppBitStream, OMX_INT * pBitOffset, OMX_S16 * pDst, OMX_INT shortVideoHeader ) argument
H A DomxVCM4P2_DecodeVLCZigzag_IntraDCVLC.c60 * pBitOffset - pointer to the bit position in the current byte referenced
61 * by *ppBitStream. The parameter *pBitOffset is valid in the
64 * *pBitOffset |0 1 2 3 4 5 6 7|
84 * pBitOffset - *pBitOffset is updated such that it points to the current
94 * ppBitStream, *ppBitStream, pBitOffset, pDst
95 * - *pBitOffset exceeds [0,7]
109 OMX_INT * pBitOffset,
124 armRetArgErrIf(pBitOffset == NULL, OMX_Sts_BadArgErr);
127 armRetArgErrIf((*pBitOffset <
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.c51 * [in] pBitOffset pointer to the bit position in the byte pointed
69 * [out] pBitOffset *pBitOffset is updated so that it points to the
80 OMX_INT * pBitOffset,
99 armPackBits(ppBitStream, pBitOffset, 3, 7);
100 armPackBits(ppBitStream, pBitOffset, 0, 1);
106 armPackBits(ppBitStream, pBitOffset, 3, 7);
107 armPackBits(ppBitStream, pBitOffset, 2, 2);
112 armPackBits(ppBitStream, pBitOffset, 3, 7);
113 armPackBits(ppBitStream, pBitOffset,
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.c58 * pBitOffset - pointer to the bit position in the byte pointed by
82 * pBitOffset - *pBitOffset is updated so that it points to the current bit
90 * *ppBitStream, pBitOffset, pQDctBlkCoef.
91 * - *pBitOffset < 0, or *pBitOffset >7.
100 OMX_INT *pBitOffset,
115 armRetArgErrIf(pBitOffset == NULL, OMX_Sts_BadArgErr);
117 armRetArgErrIf((*pBitOffset < 0) || (*pBitOffset >
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...]
H A DomxVCM4P2_EncodeMV.c57 * pBitOffset - index of the first free (next available) bit in the stream
76 * pBitOffset - updated index of the next available bit position in stream
84 * *ppBitStream, pBitOffset, pMVCurMB
85 * - *pBitOffset < 0, or *pBitOffset >7.
92 OMX_INT *pBitOffset,
111 armRetArgErrIf(pBitOffset == NULL, OMX_Sts_BadArgErr);
113 armRetArgErrIf(((*pBitOffset < 0) || (*pBitOffset > 7)), OMX_Sts_BadArgErr);
202 armPackVLC32 (ppBitStream, pBitOffset, armVCM4P2_aVlcMV
90 omxVCM4P2_EncodeMV( OMX_U8 **ppBitStream, OMX_INT *pBitOffset, const OMXVCMotionVector * pMVCurMB, const OMXVCMotionVector * pSrcMVLeftMB, const OMXVCMotionVector * pSrcMVUpperMB, const OMXVCMotionVector * pSrcMVUpperRightMB, OMX_INT fcodeForward, OMXVCM4P2MacroblockType MBType ) argument
[all...]
H A DarmVCM4P2_GetVLCBits.c54 * [in] pBitOffset pointer to the bit position in the byte pointed
93 OMX_INT * pBitOffset,
123 escape = armLookAheadBits(ppBitStream, pBitOffset, 7);
130 armSkipBits (ppBitStream, pBitOffset, 7);
133 *pLast = armGetBits(ppBitStream, pBitOffset, 1);
134 storeRun = armGetBits(ppBitStream, pBitOffset, 6);
135 storeLevel = armGetBits(ppBitStream, pBitOffset, 8);
164 if (armGetBits(ppBitStream, pBitOffset, 1))
166 if (armGetBits(ppBitStream, pBitOffset, 1))
183 unpackRetIndex = armUnPackVLC32(ppBitStream, pBitOffset,
91 armVCM4P2_GetVLCBits( const OMX_U8 **ppBitStream, OMX_INT * pBitOffset, OMX_S16 * pDst, OMX_INT shortVideoHeader, OMX_U8 start, OMX_U8 * pLast, OMX_U8 runBeginSingleLevelEntriesL0, OMX_U8 maxIndexForMultipleEntriesL0, OMX_U8 maxRunForMultipleEntriesL1, OMX_U8 maxIndexForMultipleEntriesL1, 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
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_DecodeBlockCoef_Inter.c56 * [in] pBitOffset pointer to the bit position in the byte pointed
57 * to by *ppBitStream. *pBitOffset is valid within
65 * [out] pBitOffset *pBitOffset is updated so that it points to the current bit position in the
73 * - At least one of the following pointers is Null: ppBitStream, *ppBitStream, pBitOffset , pDst
75 * - *pBitOffset exceeds [0,7], QP <= 0;
82 OMX_INT * pBitOffset,
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.s42 ; * [in] pBitOffset pointer to the bit position in the byte pointed
43 ; * to by *ppBitStream. *pBitOffset is valid within [0-7].
50 ; * [out] pBitOffset *pBitOffset is updated so that it points to the
58 ; * -At least one of the following pointers is NULL: ppBitStream, *ppBitStream, pBitOffset, pDst, or
60 ; * -*pBitOffset exceeds [0,7].
98 pBitOffset RN 1 label
H A DomxVCM4P2_DecodeVLCZigzag_IntraACVLC_s.s42 ; * [in] pBitOffset pointer to the bit position in the byte pointed
43 ; * to by *ppBitStream. *pBitOffset is valid within [0-7].
50 ; * [out] pBitOffset *pBitOffset is updated so that it points to the
58 ; * -At least one of the following pointers is NULL: ppBitStream, *ppBitStream, pBitOffset, pDst, or
60 ; * -*pBitOffset exceeds [0,7].
96 pBitOffset RN 1 label
H A DomxVCM4P2_DecodeBlockCoef_Intra.c55 * [in] pBitOffset pointer to the bit position in the byte pointed
56 * to by *ppBitStream. *pBitOffset is valid within
88 * [out] pBitOffset *pBitOffset is updated so that it points to the
98 * - At least one of the following pointers is NULL: ppBitStream, *ppBitStream, pBitOffset,
101 * - At least one of the below case: *pBitOffset exceeds [0,7], curQP exceeds (1, 31),
112 OMX_INT *pBitOffset,
170 pBitOffset,
181 pBitOffset,
110 omxVCM4P2_DecodeBlockCoef_Intra( const OMX_U8 ** ppBitStream, OMX_INT *pBitOffset, OMX_U8 *pDst, OMX_INT step, OMX_S16 *pCoefBufRow, OMX_S16 *pCoefBufCol, OMX_U8 curQP, const OMX_U8 *pQPBuf, OMX_INT blockIndex, OMX_INT intraDCVLC, OMX_INT ACPredFlag, OMX_INT shortVideoHeader ) argument
H A DomxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s42 ; * [in] pBitOffset pointer to the bit position in the byte pointed
43 ; * to by *ppBitStream. *pBitOffset is valid within [0-7].
50 ; * [out] pBitOffset *pBitOffset is updated so that it points to the
58 ; * -At least one of the following pointers is NULL: ppBitStream, *ppBitStream, pBitOffset, pDst, or
60 ; * -*pBitOffset exceeds [0,7].
100 pBitOffset RN 1 label
155 M_BD_INIT0 ppBitStream, pBitOffset, RBitStream, RBitBuffer, RBitCount
203 M_BD_FINI ppBitStream,pBitOffset ;// Terminating the Bit stream Macro
231 M_BD_FINI ppBitStream,pBitOffset ;// Terminatin
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_DecodeBlockCoef_Inter.c56 * [in] pBitOffset pointer to the bit position in the byte pointed
57 * to by *ppBitStream. *pBitOffset is valid within
65 * [out] pBitOffset *pBitOffset is updated so that it points to the current bit position in the
73 * - At least one of the following pointers is Null: ppBitStream, *ppBitStream, pBitOffset , pDst
75 * - *pBitOffset exceeds [0,7], QP <= 0;
82 OMX_INT * pBitOffset,
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.s42 ; * [in] pBitOffset pointer to the bit position in the byte pointed
43 ; * to by *ppBitStream. *pBitOffset is valid within [0-7].
50 ; * [out] pBitOffset *pBitOffset is updated so that it points to the
58 ; * -At least one of the following pointers is NULL: ppBitStream, *ppBitStream, pBitOffset, pDst, or
60 ; * -*pBitOffset exceeds [0,7].
98 pBitOffset RN 1 label
H A DomxVCM4P2_DecodeVLCZigzag_IntraACVLC_s.s42 ; * [in] pBitOffset pointer to the bit position in the byte pointed
43 ; * to by *ppBitStream. *pBitOffset is valid within [0-7].
50 ; * [out] pBitOffset *pBitOffset is updated so that it points to the
58 ; * -At least one of the following pointers is NULL: ppBitStream, *ppBitStream, pBitOffset, pDst, or
60 ; * -*pBitOffset exceeds [0,7].
96 pBitOffset RN 1 label
H A DomxVCM4P2_DecodeBlockCoef_Intra.c61 * [in] pBitOffset pointer to the bit position in the byte pointed
62 * to by *ppBitStream. *pBitOffset is valid within
94 * [out] pBitOffset *pBitOffset is updated so that it points to the
104 * - At least one of the following pointers is NULL: ppBitStream, *ppBitStream, pBitOffset,
107 * - At least one of the below case: *pBitOffset exceeds [0,7], curQP exceeds (1, 31),
118 OMX_INT *pBitOffset,
176 pBitOffset,
187 pBitOffset,
116 omxVCM4P2_DecodeBlockCoef_Intra( const OMX_U8 ** ppBitStream, OMX_INT *pBitOffset, OMX_U8 *pDst, OMX_INT step, OMX_S16 *pCoefBufRow, OMX_S16 *pCoefBufCol, OMX_U8 curQP, const OMX_U8 *pQPBuf, OMX_INT blockIndex, OMX_INT intraDCVLC, OMX_INT ACPredFlag, OMX_INT shortVideoHeader ) argument
H A DomxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s42 ; * [in] pBitOffset pointer to the bit position in the byte pointed
43 ; * to by *ppBitStream. *pBitOffset is valid within [0-7].
50 ; * [out] pBitOffset *pBitOffset is updated so that it points to the
58 ; * -At least one of the following pointers is NULL: ppBitStream, *ppBitStream, pBitOffset, pDst, or
60 ; * -*pBitOffset exceeds [0,7].
100 pBitOffset RN 1 label
155 M_BD_INIT0 ppBitStream, pBitOffset, RBitStream, RBitBuffer, RBitCount
203 M_BD_FINI ppBitStream,pBitOffset ;// Terminating the Bit stream Macro
231 M_BD_FINI ppBitStream,pBitOffset ;// Terminatin
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
H A DarmCOMM_Bitstream.c253 * [out] pBitOffset *pBitOffset is updated so that it points to the
317 * [in] pBitOffset pointer to the bit position in the byte
326 * [out] pBitOffset *pBitOffset is updated so that it points to the
337 OMX_INT *pBitOffset,
341 return (armPackBits(ppBitStream, pBitOffset, code.codeWord, code.codeLen));
335 armPackVLC32( OMX_U8 **ppBitStream, OMX_INT *pBitOffset, ARM_VLC32 code ) argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
H A DarmCOMM_Bitstream.c253 * [out] pBitOffset *pBitOffset is updated so that it points to the
317 * [in] pBitOffset pointer to the bit position in the byte
326 * [out] pBitOffset *pBitOffset is updated so that it points to the
337 OMX_INT *pBitOffset,
341 return (armPackBits(ppBitStream, pBitOffset, code.codeWord, code.codeLen));
335 armPackVLC32( OMX_U8 **ppBitStream, OMX_INT *pBitOffset, ARM_VLC32 code ) argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
H A DarmCOMM_Bitstream.c253 * [out] pBitOffset *pBitOffset is updated so that it points to the
317 * [in] pBitOffset pointer to the bit position in the byte
326 * [out] pBitOffset *pBitOffset is updated so that it points to the
337 OMX_INT *pBitOffset,
341 return (armPackBits(ppBitStream, pBitOffset, code.codeWord, code.codeLen));
335 armPackVLC32( OMX_U8 **ppBitStream, OMX_INT *pBitOffset, ARM_VLC32 code ) argument

Completed in 1271 milliseconds

12