/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/ |
D | armVC.h | 146 OMX_U8 flag, 183 const OMX_U8 *pQpBuf 229 OMX_U8 **ppBitStream, 232 OMX_U8 predDir, 233 OMX_U8 pattern, 235 OMX_U8 start 285 const OMX_U8 ** ppBitStream, 288 OMX_U8 predDir, 290 OMX_U8 start 320 OMX_U8 sign, [all …]
|
D | omxVC.h | 90 const OMX_U8 *pPred0, 91 const OMX_U8 *pPred1, 94 OMX_U8 *pDstPred, 138 const OMX_U8 *pPred0, 139 const OMX_U8 *pPred1, 142 OMX_U8 *pDstPred, 194 OMX_U8 *pSrcDstPlane, 234 const OMX_U8 *pSrc, 235 OMX_U8 *pDst, 272 const OMX_U8 *pSrc, [all …]
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/ |
D | armVC.h | 146 OMX_U8 flag, 183 const OMX_U8 *pQpBuf 229 OMX_U8 **ppBitStream, 232 OMX_U8 predDir, 233 OMX_U8 pattern, 235 OMX_U8 start 285 const OMX_U8 ** ppBitStream, 288 OMX_U8 predDir, 290 OMX_U8 start 320 OMX_U8 sign, [all …]
|
D | omxVC.h | 90 const OMX_U8 *pPred0, 91 const OMX_U8 *pPred1, 94 OMX_U8 *pDstPred, 138 const OMX_U8 *pPred0, 139 const OMX_U8 *pPred1, 142 OMX_U8 *pDstPred, 194 OMX_U8 *pSrcDstPlane, 234 const OMX_U8 *pSrc, 235 OMX_U8 *pDst, 272 const OMX_U8 *pSrc, [all …]
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/ |
D | armVC.h | 146 OMX_U8 flag, 183 const OMX_U8 *pQpBuf 229 OMX_U8 **ppBitStream, 232 OMX_U8 predDir, 233 OMX_U8 pattern, 235 OMX_U8 start 285 const OMX_U8 ** ppBitStream, 288 OMX_U8 predDir, 290 OMX_U8 start 320 OMX_U8 sign, [all …]
|
D | omxVC.h | 90 const OMX_U8 *pPred0, 91 const OMX_U8 *pPred1, 94 OMX_U8 *pDstPred, 138 const OMX_U8 *pPred0, 139 const OMX_U8 *pPred1, 142 OMX_U8 *pDstPred, 194 OMX_U8 *pSrcDstPlane, 234 const OMX_U8 *pSrc, 235 OMX_U8 *pDst, 272 const OMX_U8 *pSrc, [all …]
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
D | omxVCM4P10_PredictIntra_4x4.c | 109 const OMX_U8* pSrcLeft, in omxVCM4P10_PredictIntra_4x4() 110 const OMX_U8 *pSrcAbove, in omxVCM4P10_PredictIntra_4x4() 111 const OMX_U8 *pSrcAboveLeft, in omxVCM4P10_PredictIntra_4x4() 112 OMX_U8* pDst, in omxVCM4P10_PredictIntra_4x4() 120 OMX_U8 pTmp[10]; in omxVCM4P10_PredictIntra_4x4() 203 pTmp[0] = (OMX_U8)((U0 + 2*U1 + U2 + 2)>>2); in omxVCM4P10_PredictIntra_4x4() 204 pTmp[1] = (OMX_U8)((U1 + 2*U2 + U3 + 2)>>2); in omxVCM4P10_PredictIntra_4x4() 207 pTmp[2] = (OMX_U8)((U2 + 2*U3 + U4 + 2)>>2); in omxVCM4P10_PredictIntra_4x4() 208 pTmp[3] = (OMX_U8)((U3 + 2*U4 + U5 + 2)>>2); in omxVCM4P10_PredictIntra_4x4() 209 pTmp[4] = (OMX_U8)((U4 + 2*U5 + U6 + 2)>>2); in omxVCM4P10_PredictIntra_4x4() [all …]
|
D | armVCM4P10_DeBlockPixel.c | 61 OMX_U8 *pQ0, /* pointer to the pixel q0 */ in armVCM4P10_DeBlockPixel() 120 pQ0[-1*Step] = (OMX_U8)armClip(0, 255, p0 + delta); in armVCM4P10_DeBlockPixel() 121 pQ0[ 0*Step] = (OMX_U8)armClip(0, 255, q0 - delta); in armVCM4P10_DeBlockPixel() 127 pQ0[-2*Step] = (OMX_U8)(p1 + delta); in armVCM4P10_DeBlockPixel() 134 pQ0[ 1*Step] = (OMX_U8)(q1 + delta); in armVCM4P10_DeBlockPixel() 141 pQ0[-1*Step] = (OMX_U8)((p2 + 2*p1 + 2*p0 + 2*q0 + q1 + 4)>>3); in armVCM4P10_DeBlockPixel() 142 pQ0[-2*Step] = (OMX_U8)((p2 + p1 + p0 + q0 + 2)>>2); in armVCM4P10_DeBlockPixel() 143 pQ0[-3*Step] = (OMX_U8)((2*p3 + 3*p2 + p1 + p0 + q0 + 4)>>3); in armVCM4P10_DeBlockPixel() 147 pQ0[-1*Step] = (OMX_U8)((2*p1 + p0 + q1 + 2)>>2); in armVCM4P10_DeBlockPixel() 152 pQ0[ 0*Step] = (OMX_U8)((q2 + 2*q1 + 2*q0 + 2*p0 + p1 + 4)>>3); in armVCM4P10_DeBlockPixel() [all …]
|
D | armVCM4P10_DecodeCoeffsToPair.c | 47 static const OMX_U8 armVCM4P10_ZigZag[16] = 78 const OMX_U8** ppBitStream, in armVCM4P10_DecodeCoeffsToPair() 80 OMX_U8* pNumCoeff, in armVCM4P10_DecodeCoeffsToPair() 81 OMX_U8 **ppPosCoefbuf, in armVCM4P10_DecodeCoeffsToPair() 90 OMX_U8 *pPosCoefbuf = *ppPosCoefbuf; in armVCM4P10_DecodeCoeffsToPair() 92 OMX_U8 pRun[16]; in armVCM4P10_DecodeCoeffsToPair() 99 *pNumCoeff = (OMX_U8)TotalCoeff; in armVCM4P10_DecodeCoeffsToPair() 225 pRun[i] = (OMX_U8)Run; in armVCM4P10_DecodeCoeffsToPair() 231 pRun[0] = (OMX_U8)ZerosLeft; in armVCM4P10_DecodeCoeffsToPair() 271 *pPosCoefbuf++ = (OMX_U8)(Flags); in armVCM4P10_DecodeCoeffsToPair() [all …]
|
D | omxVCM4P10_PredictIntraChroma_8x8.c | 58 const OMX_U8* pSrcLeft, in armVCM4P10_PredictIntraDCUp4x4() 59 const OMX_U8 *pSrcAbove, in armVCM4P10_PredictIntraDCUp4x4() 60 OMX_U8* pDst, in armVCM4P10_PredictIntraDCUp4x4() 96 pDst[y*dstStep+x] = (OMX_U8)Sum; in armVCM4P10_PredictIntraDCUp4x4() 120 const OMX_U8* pSrcLeft, in armVCM4P10_PredictIntraDCLeft4x4() 121 const OMX_U8 *pSrcAbove, in armVCM4P10_PredictIntraDCLeft4x4() 122 OMX_U8* pDst, in armVCM4P10_PredictIntraDCLeft4x4() 158 pDst[y*dstStep+x] = (OMX_U8)Sum; in armVCM4P10_PredictIntraDCLeft4x4() 215 const OMX_U8* pSrcLeft, in omxVCM4P10_PredictIntraChroma_8x8() 216 const OMX_U8 *pSrcAbove, in omxVCM4P10_PredictIntraChroma_8x8() [all …]
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
D | armVCM4P2_Huff_Tables_VLC.c | 41 const OMX_U8 armVCM4P2_IntraL0RunIdx[11] = 128 const OMX_U8 armVCM4P2_IntraL1RunIdx[8] = 178 const OMX_U8 armVCM4P2_IntraL0LMAX[15] = 185 const OMX_U8 armVCM4P2_IntraL1LMAX[21] = 195 const OMX_U8 armVCM4P2_IntraL0RMAX[27] = 206 const OMX_U8 armVCM4P2_IntraL1RMAX[8] = 215 const OMX_U8 armVCM4P2_InterL0RunIdx[12] = 294 const OMX_U8 armVCM4P2_InterL1RunIdx[3] = 353 const OMX_U8 armVCM4P2_InterL0LMAX[27] = 362 const OMX_U8 armVCM4P2_InterL1LMAX[41] = [all …]
|
D | omxVCM4P2_MCReconBlock.c | 57 const OMX_U8 *pSrc, in armVCM4P2_HalfPelVer() 59 OMX_U8 *pDst, in armVCM4P2_HalfPelVer() 62 const OMX_U8 *pTempSrc1; in armVCM4P2_HalfPelVer() 63 const OMX_U8 *pTempSrc2; in armVCM4P2_HalfPelVer() 99 const OMX_U8 *pSrc, in armVCM4P2_HalfPelHor() 101 OMX_U8 *pDst, in armVCM4P2_HalfPelHor() 104 const OMX_U8 *pTempSrc1; in armVCM4P2_HalfPelHor() 105 const OMX_U8 *pTempSrc2; in armVCM4P2_HalfPelHor() 144 const OMX_U8 *pSrc, in armVCM4P2_HalfPelVerHor() 146 OMX_U8 *pDst, in armVCM4P2_HalfPelVerHor() [all …]
|
D | armVCM4P2_GetVLCBits.c | 92 const OMX_U8 **ppBitStream, in armVCM4P2_GetVLCBits() 96 OMX_U8 start, in armVCM4P2_GetVLCBits() 97 OMX_U8 * pLast, in armVCM4P2_GetVLCBits() 98 OMX_U8 runBeginSingleLevelEntriesL0, in armVCM4P2_GetVLCBits() 99 OMX_U8 maxIndexForMultipleEntriesL0, in armVCM4P2_GetVLCBits() 100 OMX_U8 maxRunForMultipleEntriesL1, in armVCM4P2_GetVLCBits() 101 OMX_U8 maxIndexForMultipleEntriesL1, in armVCM4P2_GetVLCBits() 102 const OMX_U8 * pRunIndexTableL0, in armVCM4P2_GetVLCBits() 104 const OMX_U8 * pRunIndexTableL1, in armVCM4P2_GetVLCBits() 106 const OMX_U8 * pLMAXTableL0, in armVCM4P2_GetVLCBits() [all …]
|
D | armVCM4P2_PutVLCBits.c | 101 OMX_U8 **ppBitStream, in armVCM4P2_PutVLCBits() 105 OMX_U8 start, in armVCM4P2_PutVLCBits() 106 OMX_U8 maxStoreRunL0, in armVCM4P2_PutVLCBits() 107 OMX_U8 maxStoreRunL1, in armVCM4P2_PutVLCBits() 108 OMX_U8 maxRunForMultipleEntriesL0, in armVCM4P2_PutVLCBits() 109 OMX_U8 maxRunForMultipleEntriesL1, in armVCM4P2_PutVLCBits() 110 const OMX_U8 * pRunIndexTableL0, in armVCM4P2_PutVLCBits() 112 const OMX_U8 * pRunIndexTableL1, in armVCM4P2_PutVLCBits() 114 const OMX_U8 * pLMAXTableL0, in armVCM4P2_PutVLCBits() 115 const OMX_U8 * pLMAXTableL1, in armVCM4P2_PutVLCBits() [all …]
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/api/ |
D | armVCM4P2_Huff_Tables_VLC.h | 37 extern const OMX_U8 armVCM4P2_IntraL0RunIdx[11]; 39 extern const OMX_U8 armVCM4P2_IntraL1RunIdx[7]; 41 extern const OMX_U8 armVCM4P2_IntraL0LMAX[15]; 42 extern const OMX_U8 armVCM4P2_IntraL1LMAX[21]; 43 extern const OMX_U8 armVCM4P2_IntraL0RMAX[27]; 44 extern const OMX_U8 armVCM4P2_IntraL1RMAX[8]; 45 extern const OMX_U8 armVCM4P2_InterL0RunIdx[12]; 47 extern const OMX_U8 armVCM4P2_InterL1RunIdx[3]; 49 extern const OMX_U8 armVCM4P2_InterL0LMAX[27]; 50 extern const OMX_U8 armVCM4P2_InterL1LMAX[41]; [all …]
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/ |
D | armCOMM_Bitstream.c | 52 OMX_U32 armLookAheadBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N) in armLookAheadBits() 54 const OMX_U8 *pBitStream = *ppBitStream; in armLookAheadBits() 87 OMX_U32 armGetBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N) in armGetBits() 89 const OMX_U8 *pBitStream = *ppBitStream; in armGetBits() 129 OMXVoid armByteAlign(const OMX_U8 **ppBitStream,OMX_INT *pOffset) in armByteAlign() 155 OMXVoid armSkipBits(const OMX_U8 **ppBitStream,OMX_INT *pOffset,OMX_INT N) in armSkipBits() 158 const OMX_U8 *pBitStream = *ppBitStream; in armSkipBits() 192 const OMX_U8 **ppBitStream, in armUnPackVLC32() 197 const OMX_U8 *pBitStream = *ppBitStream; in armUnPackVLC32() 263 OMX_U8 **ppBitStream, in armPackBits() [all …]
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/ |
D | armCOMM_Bitstream.c | 52 OMX_U32 armLookAheadBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N) in armLookAheadBits() 54 const OMX_U8 *pBitStream = *ppBitStream; in armLookAheadBits() 87 OMX_U32 armGetBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N) in armGetBits() 89 const OMX_U8 *pBitStream = *ppBitStream; in armGetBits() 129 OMXVoid armByteAlign(const OMX_U8 **ppBitStream,OMX_INT *pOffset) in armByteAlign() 155 OMXVoid armSkipBits(const OMX_U8 **ppBitStream,OMX_INT *pOffset,OMX_INT N) in armSkipBits() 158 const OMX_U8 *pBitStream = *ppBitStream; in armSkipBits() 192 const OMX_U8 **ppBitStream, in armUnPackVLC32() 197 const OMX_U8 *pBitStream = *ppBitStream; in armUnPackVLC32() 263 OMX_U8 **ppBitStream, in armPackBits() [all …]
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/ |
D | armCOMM_Bitstream.c | 52 OMX_U32 armLookAheadBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N) in armLookAheadBits() 54 const OMX_U8 *pBitStream = *ppBitStream; in armLookAheadBits() 87 OMX_U32 armGetBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N) in armGetBits() 89 const OMX_U8 *pBitStream = *ppBitStream; in armGetBits() 129 OMXVoid armByteAlign(const OMX_U8 **ppBitStream,OMX_INT *pOffset) in armByteAlign() 155 OMXVoid armSkipBits(const OMX_U8 **ppBitStream,OMX_INT *pOffset,OMX_INT N) in armSkipBits() 158 const OMX_U8 *pBitStream = *ppBitStream; in armSkipBits() 192 const OMX_U8 **ppBitStream, in armUnPackVLC32() 197 const OMX_U8 *pBitStream = *ppBitStream; in armUnPackVLC32() 263 OMX_U8 **ppBitStream, in armPackBits() [all …]
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/ |
D | armCOMM_Bitstream.h | 38 OMX_U8 codeLen; 58 OMX_U32 armLookAheadBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N); 76 OMX_U32 armGetBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N); 93 OMXVoid armByteAlign(const OMX_U8 **ppBitStream,OMX_INT *pOffset); 111 OMXVoid armSkipBits(const OMX_U8 **ppBitStream,OMX_INT *pOffset,OMX_INT N); 140 const OMX_U8 **ppBitStream, 180 OMX_U8 **ppBitStream, 220 OMX_U8 **ppBitStream,
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/ |
D | armCOMM_Bitstream.h | 38 OMX_U8 codeLen; 58 OMX_U32 armLookAheadBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N); 76 OMX_U32 armGetBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N); 93 OMXVoid armByteAlign(const OMX_U8 **ppBitStream,OMX_INT *pOffset); 111 OMXVoid armSkipBits(const OMX_U8 **ppBitStream,OMX_INT *pOffset,OMX_INT N); 140 const OMX_U8 **ppBitStream, 180 OMX_U8 **ppBitStream, 220 OMX_U8 **ppBitStream,
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/ |
D | armCOMM_Bitstream.h | 38 OMX_U8 codeLen; 58 OMX_U32 armLookAheadBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N); 76 OMX_U32 armGetBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N); 93 OMXVoid armByteAlign(const OMX_U8 **ppBitStream,OMX_INT *pOffset); 111 OMXVoid armSkipBits(const OMX_U8 **ppBitStream,OMX_INT *pOffset,OMX_INT N); 140 const OMX_U8 **ppBitStream, 180 OMX_U8 **ppBitStream, 220 OMX_U8 **ppBitStream,
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
D | armVCM4P2_Huff_Tables_VLC.c | 164 const OMX_U8 armVCM4P2_InterL0L1LMAX[73] = 183 const OMX_U8 armVCM4P2_InterL0L1RMAX[35] = 198 const OMX_U8 armVCM4P2_IntraL0L1LMAX[53] = 216 const OMX_U8 armVCM4P2_IntraL0L1RMAX[40] =
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
D | armVCM4P2_Huff_Tables_VLC.c | 164 const OMX_U8 armVCM4P2_InterL0L1LMAX[73] = 183 const OMX_U8 armVCM4P2_InterL0L1RMAX[35] = 198 const OMX_U8 armVCM4P2_IntraL0L1LMAX[53] = 216 const OMX_U8 armVCM4P2_IntraL0L1RMAX[40] =
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/api/ |
D | armVCM4P2_Huff_Tables_VLC.h | 47 extern const OMX_U8 armVCM4P2_InterL0L1LMAX[73]; 48 extern const OMX_U8 armVCM4P2_InterL0L1RMAX[35]; 49 extern const OMX_U8 armVCM4P2_IntraL0L1LMAX[53]; 50 extern const OMX_U8 armVCM4P2_IntraL0L1RMAX[40]
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/api/ |
D | armVCM4P2_Huff_Tables_VLC.h | 47 extern const OMX_U8 armVCM4P2_InterL0L1LMAX[73]; 48 extern const OMX_U8 armVCM4P2_InterL0L1RMAX[35]; 49 extern const OMX_U8 armVCM4P2_IntraL0L1LMAX[53]; 50 extern const OMX_U8 armVCM4P2_IntraL0L1RMAX[40]
|