HomeSort by relevance Sort by last modified time
    Searched refs:ppBitStream (Results 1 - 25 of 52) sorted by null

1 2 3

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_FillVLCBuffer.c 49 * [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, pBitOffset, 2, 2)
    [all...]
omxVCM4P2_EncodeVLCZigzag_Inter.c 53 * 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 == NULL, OMX_Sts_BadArgErr)
    [all...]
omxVCM4P2_DecodeVLCZigzag_IntraACVLC.c 54 * 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,
omxVCM4P2_DecodeVLCZigzag_IntraDCVLC.c 58 * 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 == NULL, OMX_Sts_BadArgErr)
    [all...]
omxVCM4P2_EncodeVLCZigzag_IntraACVLC.c 52 * 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,
omxVCM4P2_EncodeVLCZigzag_IntraDCVLC.c 57 * 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 == NULL, OMX_Sts_BadArgErr)
    [all...]
armVCM4P2_GetVLCBits.c 52 * [in] ppBitStream pointer to the pointer to the current byte in
55 * by *ppBitStream. Valid within 0 to 7
92 const OMX_U8 **ppBitStream,
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)
    [all...]
armVCM4P2_EncodeVLCZigzag_intra.c 54 * [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,
omxVCM4P2_DecodeBlockCoef_Inter.c 52 * 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 == NULL, OMX_Sts_BadArgErr)
    [all...]
omxVCM4P2_DecodeVLCZigzag_Inter.c 53 * 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 == NULL, OMX_Sts_BadArgErr)
    [all...]
armVCM4P2_DecodeVLCZigzag_intra.c 53 * [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,
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_DecodeChromaDcCoeffsToPairCAVLC.c 50 * [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,
omxVCM4P10_DecodeCoeffsToPairCAVLC.c 52 * [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,
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_DecodeChromaDcCoeffsToPairCAVLC.c 50 * [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,
omxVCM4P10_DecodeCoeffsToPairCAVLC.c 52 * [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,
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_Bitstream.h 51 * [in] **ppBitStream
58 OMX_U32 armLookAheadBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N);
67 * [in] *ppBitStream
71 * [out] *ppBitStream
76 OMX_U32 armGetBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N);
82 * Align the pointer *ppBitStream to the next byte boundary
85 * [in] *ppBitStream
88 * [out] *ppBitStream
93 OMXVoid armByteAlign(const OMX_U8 **ppBitStream,OMX_INT *pOffset);
99 * Skip N bits from the value at *ppBitStream
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_Bitstream.h 51 * [in] **ppBitStream
58 OMX_U32 armLookAheadBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N);
67 * [in] *ppBitStream
71 * [out] *ppBitStream
76 OMX_U32 armGetBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N);
82 * Align the pointer *ppBitStream to the next byte boundary
85 * [in] *ppBitStream
88 * [out] *ppBitStream
93 OMXVoid armByteAlign(const OMX_U8 **ppBitStream,OMX_INT *pOffset);
99 * Skip N bits from the value at *ppBitStream
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
armCOMM_Bitstream.h 51 * [in] **ppBitStream
58 OMX_U32 armLookAheadBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N);
67 * [in] *ppBitStream
71 * [out] *ppBitStream
76 OMX_U32 armGetBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N);
82 * Align the pointer *ppBitStream to the next byte boundary
85 * [in] *ppBitStream
88 * [out] *ppBitStream
93 OMXVoid armByteAlign(const OMX_U8 **ppBitStream,OMX_INT *pOffset);
99 * Skip N bits from the value at *ppBitStream
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_DecodeChromaDcCoeffsToPairCAVLC.c 53 * 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,
omxVCM4P10_DecodeCoeffsToPairCAVLC.c 53 * 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,
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
armCOMM_Bitstream.c 45 * [in] **ppBitStream
52 OMX_U32 armLookAheadBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N)
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)
89 const OMX_U8 *pBitStream = *ppBitStream;
107 *ppBitStream = pBitStream + (Offset>>3);
118 * Align the pointer *ppBitStream to the next byte boundary
121 * [in] *ppBitStream
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
armCOMM_Bitstream.c 45 * [in] **ppBitStream
52 OMX_U32 armLookAheadBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N)
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)
89 const OMX_U8 *pBitStream = *ppBitStream;
107 *ppBitStream = pBitStream + (Offset>>3);
118 * Align the pointer *ppBitStream to the next byte boundary
121 * [in] *ppBitStream
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
armCOMM_Bitstream.c 45 * [in] **ppBitStream
52 OMX_U32 armLookAheadBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N)
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)
89 const OMX_U8 *pBitStream = *ppBitStream;
107 *ppBitStream = pBitStream + (Offset>>3);
118 * Align the pointer *ppBitStream to the next byte boundary
121 * [in] *ppBitStream
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodeBlockCoef_Inter.c 53 * [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,
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodeBlockCoef_Inter.c 53 * [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,

Completed in 188 milliseconds

1 2 3