Searched refs:OMX_U8 (Results 51 - 75 of 161) sorted by relevance

1234567

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DarmVCM4P2_GetVLCBits.c77 const OMX_U8 **ppBitStream,
81 OMX_U8 start,
82 OMX_U8 * pLast,
83 OMX_U8 runBeginSingleLevelEntriesL0,
84 OMX_U8 maxIndexForMultipleEntriesL0,
85 OMX_U8 maxRunForMultipleEntriesL1,
86 OMX_U8 maxIndexForMultipleEntriesL1,
87 const OMX_U8 * pRunIndexTableL0,
89 const OMX_U8 * pRunIndexTableL1,
91 const OMX_U8 * pLMAXTableL
[all...]
H A DomxVCM4P2_BlockMatch_Half_16x16.c75 const OMX_U8 *pSrcRefBuf,
78 const OMX_U8 *pSrcCurrBuf,
87 OMX_U8 BlockSize = 16;
H A DomxVCM4P2_BlockMatch_Half_8x8.c75 const OMX_U8 *pSrcRefBuf,
78 const OMX_U8 *pSrcCurrBuf,
86 OMX_U8 BlockSize = 8;
H A DarmVCM4P2_CheckVLCEscapeMode.c56 OMX_U8 armVCM4P2_CheckVLCEscapeMode(
61 OMX_U8 maxStoreRun,
62 OMX_U8 maxRunForMultipleEntries,
64 const OMX_U8 *pRunIndexTable
67 OMX_U8 escape = 0, fMode = 0, entries;
H A DarmVCM4P2_DecodeVLCZigzag_intra.c72 const OMX_U8 ** ppBitStream,
75 OMX_U8 predDir,
77 OMX_U8 start
80 OMX_U8 last = 0;
81 const OMX_U8 *pZigzagTable = armVCM4P2_aClassicalZigzagScan;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/
H A DomxVCCOMM_Average_16x.c60 const OMX_U8* pPred0,
61 const OMX_U8* pPred1,
64 OMX_U8* pDstPred,
H A DomxVCCOMM_ExpandFrame_I.c67 OMX_U8* pSrcDstPlane,
75 OMX_U8* pLeft;
76 OMX_U8* pRight;
77 OMX_U8* pTop;
78 OMX_U8* pBottom;
H A DomxVCCOMM_Average_8x.c60 const OMX_U8* pPred0,
61 const OMX_U8* pPred1,
64 OMX_U8* pDstPred,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_Average_4x.c58 const OMX_U8* pPred0,
59 const OMX_U8* pPred1,
62 OMX_U8* pDstPred,
H A DomxVCM4P10_DecodeChromaDcCoeffsToPairCAVLC.c67 const OMX_U8** ppBitStream,
69 OMX_U8* pNumCoeff,
70 OMX_U8** ppPosCoefbuf
H A DomxVCM4P10_SADQuar_16x.c58 const OMX_U8* pSrc,
59 const OMX_U8* pSrcRef0,
60 const OMX_U8* pSrcRef1,
H A DomxVCM4P10_SADQuar_4x.c58 const OMX_U8* pSrc,
59 const OMX_U8* pSrcRef0,
60 const OMX_U8* pSrcRef1,
H A DomxVCM4P10_SADQuar_8x.c58 const OMX_U8* pSrc,
59 const OMX_U8* pSrcRef0,
60 const OMX_U8* pSrcRef1,
H A DarmVCM4P10_DeBlockPixel.c46 OMX_U8 *pQ0, /* pointer to the pixel q0 */
105 pQ0[-1*Step] = (OMX_U8)armClip(0, 255, p0 + delta);
106 pQ0[ 0*Step] = (OMX_U8)armClip(0, 255, q0 - delta);
112 pQ0[-2*Step] = (OMX_U8)(p1 + delta);
119 pQ0[ 1*Step] = (OMX_U8)(q1 + delta);
126 pQ0[-1*Step] = (OMX_U8)((p2 + 2*p1 + 2*p0 + 2*q0 + q1 + 4)>>3);
127 pQ0[-2*Step] = (OMX_U8)((p2 + p1 + p0 + q0 + 2)>>2);
128 pQ0[-3*Step] = (OMX_U8)((2*p3 + 3*p2 + p1 + p0 + q0 + 4)>>3);
132 pQ0[-1*Step] = (OMX_U8)((2*p1 + p0 + q1 + 2)>>2);
137 pQ0[ 0*Step] = (OMX_U8)((q
[all...]
H A DomxVCM4P10_PredictIntraChroma_8x8.c43 const OMX_U8* pSrcLeft,
44 const OMX_U8 *pSrcAbove,
45 OMX_U8* pDst,
81 pDst[y*dstStep+x] = (OMX_U8)Sum;
105 const OMX_U8* pSrcLeft,
106 const OMX_U8 *pSrcAbove,
107 OMX_U8* pDst,
143 pDst[y*dstStep+x] = (OMX_U8)Sum;
200 const OMX_U8* pSrcLeft,
201 const OMX_U8 *pSrcAbov
[all...]
H A DomxVCM4P10_FilterDeblockingChroma_HorEdge_I.c81 OMX_U8* pSrcDst,
83 const OMX_U8* pAlpha,
84 const OMX_U8* pBeta,
85 const OMX_U8* pThresholds,
86 const OMX_U8 *pBS
H A DomxVCM4P10_FilterDeblockingChroma_VerEdge_I.c80 OMX_U8* pSrcDst,
82 const OMX_U8* pAlpha,
83 const OMX_U8* pBeta,
84 const OMX_U8* pThresholds,
85 const OMX_U8 *pBS
H A DomxVCM4P10_FilterDeblockingLuma_HorEdge_I.c77 OMX_U8* pSrcDst,
79 const OMX_U8* pAlpha,
80 const OMX_U8* pBeta,
81 const OMX_U8* pThresholds,
82 const OMX_U8 *pBS
H A DomxVCM4P10_FilterDeblockingLuma_VerEdge_I.c76 OMX_U8* pSrcDst,
78 const OMX_U8* pAlpha,
79 const OMX_U8* pBeta,
80 const OMX_U8* pThresholds,
81 const OMX_U8 *pBS
H A DarmVCM4P10_DecodeCoeffsToPair.c32 static const OMX_U8 armVCM4P10_ZigZag[16] =
63 const OMX_U8** ppBitStream,
65 OMX_U8* pNumCoeff,
66 OMX_U8 **ppPosCoefbuf,
75 OMX_U8 *pPosCoefbuf = *ppPosCoefbuf;
77 OMX_U8 pRun[16];
84 *pNumCoeff = (OMX_U8)TotalCoeff;
210 pRun[i] = (OMX_U8)Run;
216 pRun[0] = (OMX_U8)ZerosLeft;
256 *pPosCoefbuf++ = (OMX_U8)(Flag
[all...]
H A DarmVCM4P10_InterpolateHalfVer_Luma.c46 const OMX_U8* pSrc,
48 OMX_U8* pDst,
78 pDst [y * iDstStep + x] = (OMX_U8) HalfCoeff;
H A DarmVCM4P10_SADQuar.c46 const OMX_U8* pSrc,
47 const OMX_U8* pSrcRef0,
48 const OMX_U8* pSrcRef1,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
H A DarmCOMM_Bitstream.c37 OMX_U32 armLookAheadBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N)
39 const OMX_U8 *pBitStream = *ppBitStream;
72 OMX_U32 armGetBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N)
74 const OMX_U8 *pBitStream = *ppBitStream;
114 OMXVoid armByteAlign(const OMX_U8 **ppBitStream,OMX_INT *pOffset)
140 OMXVoid armSkipBits(const OMX_U8 **ppBitStream,OMX_INT *pOffset,OMX_INT N)
143 const OMX_U8 *pBitStream = *ppBitStream;
177 const OMX_U8 **ppBitStream,
182 const OMX_U8 *pBitStream = *ppBitStream;
248 OMX_U8 **ppBitStrea
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
H A DarmCOMM_Bitstream.c37 OMX_U32 armLookAheadBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N)
39 const OMX_U8 *pBitStream = *ppBitStream;
72 OMX_U32 armGetBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N)
74 const OMX_U8 *pBitStream = *ppBitStream;
114 OMXVoid armByteAlign(const OMX_U8 **ppBitStream,OMX_INT *pOffset)
140 OMXVoid armSkipBits(const OMX_U8 **ppBitStream,OMX_INT *pOffset,OMX_INT N)
143 const OMX_U8 *pBitStream = *ppBitStream;
177 const OMX_U8 **ppBitStream,
182 const OMX_U8 *pBitStream = *ppBitStream;
248 OMX_U8 **ppBitStrea
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
H A DarmCOMM_Bitstream.c37 OMX_U32 armLookAheadBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N)
39 const OMX_U8 *pBitStream = *ppBitStream;
72 OMX_U32 armGetBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N)
74 const OMX_U8 *pBitStream = *ppBitStream;
114 OMXVoid armByteAlign(const OMX_U8 **ppBitStream,OMX_INT *pOffset)
140 OMXVoid armSkipBits(const OMX_U8 **ppBitStream,OMX_INT *pOffset,OMX_INT N)
143 const OMX_U8 *pBitStream = *ppBitStream;
177 const OMX_U8 **ppBitStream,
182 const OMX_U8 *pBitStream = *ppBitStream;
248 OMX_U8 **ppBitStrea
[all...]

Completed in 386 milliseconds

1234567