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

12 3

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_EncodeMV.c 41 * ppBitStream - double pointer to the current byte in the bitstream buffer
43 * buffer referenced by *ppBitStream, valid in the range 0 to 7.
59 * ppBitStream - updated pointer to the current byte in the bit stream
62 * buffer referenced by *ppBitStream
68 * - At least one of the following pointers is NULL: ppBitStream,
69 * *ppBitStream, pBitOffset, pMVCurMB
76 OMX_U8 **ppBitStream,
94 armRetArgErrIf(ppBitStream == NULL, OMX_Sts_BadArgErr);
95 armRetArgErrIf(*ppBitStream == NULL, OMX_Sts_BadArgErr);
187 armPackVLC32 (ppBitStream, pBitOffset, armVCM4P2_aVlcMVD[index])
    [all...]
omxVCM4P2_DecodeBlockCoef_Intra.c 38 * ppBitStream - pointer to the pointer to the current byte in the bit
42 * *ppBitStream. *pBitOffset is valid within [0-7].
65 * ppBitStream - *ppBitStream is updated after the block is decoded, so
68 * position in the byte pointed by *ppBitStream
81 * ppBitStream, *ppBitStream, pBitOffset, pCoefBufRow, pCoefBufCol,
93 const OMX_U8 ** ppBitStream,
115 armRetArgErrIf(ppBitStream == NULL, OMX_Sts_BadArgErr);
116 armRetArgErrIf(*ppBitStream == NULL, OMX_Sts_BadArgErr)
    [all...]
omxVCM4P2_DecodePadMV_PVOP.c 39 * ppBitStream - pointer to the pointer to the current byte in the bit
42 * *ppBitStream. *pBitOffset is valid within [0-7].
59 * ppBitStream - *ppBitStream is updated after the block is decoded, so
62 * position in the byte pointed by *ppBitStream
71 * ppBitStream, *ppBitStream, pBitOffset, pDstMVCurMB
81 const OMX_U8 ** ppBitStream,
100 armRetArgErrIf(ppBitStream == NULL, OMX_Sts_BadArgErr);
101 armRetArgErrIf(*ppBitStream == NULL, OMX_Sts_BadArgErr)
    [all...]
armVCM4P2_PutVLCBits.c 37 * [in] ppBitStream pointer to the pointer to the current byte in
40 * by *ppBitStream. Valid within 0 to 7
72 * [out] ppBitStream *ppBitStream is updated after the block is encoded
77 * *ppBitStream.
86 OMX_U8 **ppBitStream,
147 ppBitStream,
186 ppBitStream,
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
armVCM4P10_DecodeCoeffsToPair.c 44 * [in] ppBitStream Double pointer to current byte in bit stream buffer
46 * to by *ppBitStream
51 * [out] ppBitStream *ppBitStream is updated after each block is decoded
63 const OMX_U8** ppBitStream,
79 CoeffToken = armUnPackVLC32(ppBitStream, pOffset, armVCM4P10_CAVLCCoeffTokenTables[nTable]);
97 if (armGetBits(ppBitStream, pOffset, 1))
118 LevelPrefix = armUnPackVLC32(ppBitStream, pOffset, armVCM4P10_CAVLCLevelPrefix);
134 LevelSuffix = armGetBits(ppBitStream, pOffset, LevelSuffixSize);
183 ZerosLeft = armUnPackVLC32(ppBitStream, pOffset, armVCM4P10_CAVLCTotalZeros2x2Tables[TotalCoeff-1])
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodeBlockCoef_Intra.c 37 * [in] ppBitStream pointer to the pointer to the current byte in
41 * to by *ppBitStream. *pBitOffset is valid within
70 * [out] ppBitStream *ppBitStream is updated after the block is
75 * *ppBitStream
83 * - At least one of the following pointers is NULL: ppBitStream, *ppBitStream, pBitOffset,
96 const OMX_U8 ** ppBitStream,
154 ppBitStream,
165 ppBitStream,
    [all...]
omxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s 26 ; * [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
85 ppBitStream RN 0
141 M_BD_INIT0 ppBitStream, pBitOffset, RBitStream, RBitBuffer, RBitCount
189 M_BD_FINI ppBitStream,pBitOffset ;// Terminating the Bit stream Macr
    [all...]
omxVCM4P2_DecodePadMV_PVOP_s.s 24 ; * [in] ppBitStream pointer to the pointer to the current byte in
27 ; * to by *ppBitStream. *pBitOffset is valid within
44 ; * [out] ppBitStream *ppBitStream is updated after the block is decoded,
49 ; * *ppBitStream
75 ppBitStream RN 0
159 M_BD_INIT0 ppBitStream, pBitOffset, RBitStream, RBitBuffer, RBitCount
189 M_STR ppBitStream,pppBitStream
279 MOV ppBitStream,pDstMVCurMB ;// ppBitStream ( RN 0) = pDstMVCurM
    [all...]
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s 48 ppBitStream RN 0
119 M_BD_INIT0 ppBitStream, pBitOffset, RBitStream, RBitBuffer, RBitCount
125 M_STR ppBitStream,pppBitStream ;// Store ppBitstream on stack
366 ;// Loading ppBitStream and pBitOffset from stack
369 M_LDR ppBitStream,pppBitStream
374 M_BD_FINI ppBitStream,pBitOffset
384 M_LDR ppBitStream,pppBitStream
388 M_BD_FINI ppBitStream,pBitOffset
omxVCM4P2_DecodeVLCZigzag_Inter_s.s 26 ; * [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
omxVCM4P2_DecodeVLCZigzag_IntraACVLC_s.s 26 ; * [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
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodeBlockCoef_Intra.c 43 * [in] ppBitStream pointer to the pointer to the current byte in
47 * to by *ppBitStream. *pBitOffset is valid within
76 * [out] ppBitStream *ppBitStream is updated after the block is
81 * *ppBitStream
89 * - At least one of the following pointers is NULL: ppBitStream, *ppBitStream, pBitOffset,
102 const OMX_U8 ** ppBitStream,
160 ppBitStream,
171 ppBitStream,
    [all...]
omxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s 26 ; * [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
85 ppBitStream RN 0
141 M_BD_INIT0 ppBitStream, pBitOffset, RBitStream, RBitBuffer, RBitCount
189 M_BD_FINI ppBitStream,pBitOffset ;// Terminating the Bit stream Macr
    [all...]
omxVCM4P2_DecodePadMV_PVOP_s.s 24 ; * [in] ppBitStream pointer to the pointer to the current byte in
27 ; * to by *ppBitStream. *pBitOffset is valid within
44 ; * [out] ppBitStream *ppBitStream is updated after the block is decoded,
49 ; * *ppBitStream
75 ppBitStream RN 0
159 M_BD_INIT0 ppBitStream, pBitOffset, RBitStream, RBitBuffer, RBitCount
189 M_STR ppBitStream,pppBitStream
279 MOV ppBitStream,pDstMVCurMB ;// ppBitStream ( RN 0) = pDstMVCurM
    [all...]
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s 48 ppBitStream RN 0
119 M_BD_INIT0 ppBitStream, pBitOffset, RBitStream, RBitBuffer, RBitCount
125 M_STR ppBitStream,pppBitStream ;// Store ppBitstream on stack
366 ;// Loading ppBitStream and pBitOffset from stack
369 M_LDR ppBitStream,pppBitStream
374 M_BD_FINI ppBitStream,pBitOffset
384 M_LDR ppBitStream,pppBitStream
388 M_BD_FINI ppBitStream,pBitOffset
omxVCM4P2_DecodeVLCZigzag_Inter_s.s 26 ; * [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
omxVCM4P2_DecodeVLCZigzag_IntraACVLC_s.s 26 ; * [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
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
armVC.h 180 * [in] ppBitStream pointer to the pointer to the current byte in
183 * by *ppBitStream. Valid within 0 to 7.
201 * [out] ppBitStream *ppBitStream is updated after the block is encoded,
206 * *ppBitStream.
214 OMX_U8 **ppBitStream,
232 * [in] ppBitStream pointer to the pointer to the current byte in
235 * to by *ppBitStream. *pBitOffset is valid within
255 * [out] ppBitStream *ppBitStream is updated after the block i
    [all...]
omxVC.h     [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
armVC.h 180 * [in] ppBitStream pointer to the pointer to the current byte in
183 * by *ppBitStream. Valid within 0 to 7.
201 * [out] ppBitStream *ppBitStream is updated after the block is encoded,
206 * *ppBitStream.
214 OMX_U8 **ppBitStream,
232 * [in] ppBitStream pointer to the pointer to the current byte in
235 * to by *ppBitStream. *pBitOffset is valid within
255 * [out] ppBitStream *ppBitStream is updated after the block i
    [all...]
omxVC.h     [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
armVC.h 180 * [in] ppBitStream pointer to the pointer to the current byte in
183 * by *ppBitStream. Valid within 0 to 7.
201 * [out] ppBitStream *ppBitStream is updated after the block is encoded,
206 * *ppBitStream.
214 OMX_U8 **ppBitStream,
232 * [in] ppBitStream pointer to the pointer to the current byte in
235 * to by *ppBitStream. *pBitOffset is valid within
255 * [out] ppBitStream *ppBitStream is updated after the block i
    [all...]
omxVC.h     [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_DecodeCoeffsToPair_s.s 34 ppBitStream RN 0
112 M_BD_INIT0 ppBitStream, pOffset, RBitStream, RBitBuffer, RBitCount
133 M_STR ppBitStream, pppBitStream
305 M_LDR ppBitStream, pppBitStream
315 M_BD_FINI ppBitStream, pOffset
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_DecodeCoeffsToPair_s.s 34 ppBitStream RN 0
112 M_BD_INIT0 ppBitStream, pOffset, RBitStream, RBitBuffer, RBitCount
133 M_STR ppBitStream, pppBitStream
305 M_LDR ppBitStream, pppBitStream
315 M_BD_FINI ppBitStream, pOffset

Completed in 984 milliseconds

12 3