Searched defs:blockIndex (Results 1 - 11 of 11) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DarmVCM4P2_SetPredDir.c47 * [in] blockIndex block index indicating the component type and
66 OMX_INT blockIndex,
78 if (blockIndex == 3)
65 armVCM4P2_SetPredDir( OMX_INT blockIndex, OMX_S16 *pCoefBufRow, OMX_S16 *pCoefBufCol, OMX_INT *predDir, OMX_INT *predQP, const OMX_U8 *pQpBuf ) argument
H A DomxVCM4P2_QuantIntra_I.c49 * blockIndex - block index indicating the component type and position,
69 * - blockIndex < 0 or blockIndex >= 10
77 OMX_INT blockIndex,
89 armRetArgErrIf(((blockIndex < 0) || (blockIndex >= 10)), OMX_Sts_BadArgErr);
112 if ((blockIndex < 4) || (blockIndex > 5))
131 else if (blockIndex < 6)
74 omxVCM4P2_QuantIntra_I( OMX_S16 * pSrcDst, OMX_U8 QP, OMX_INT blockIndex, OMX_INT shortVideoHeader ) argument
H A DomxVCM4P2_DecodeBlockCoef_Intra.c66 * blockIndex - block index indicating the component type and position as
100 * - blockIndex exceeds [0,5]
116 OMX_INT blockIndex,
140 armRetArgErrIf((blockIndex < 0) || (blockIndex > 5), OMX_Sts_BadArgErr);
150 blockIndex,
167 if (blockIndex <= 3)
107 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_TransRecBlockCoef_intra.c75 * blockIndex - block index indicating the component type and position, as
124 * - blockIndex < 0 or blockIndex >= 10;
144 OMX_INT blockIndex,
183 armRetArgErrIf((blockIndex < 0) || (blockIndex > 9), OMX_Sts_BadArgErr);
189 if (blockIndex <= 3)
210 blockIndex,
226 blockIndex,
136 omxVCM4P2_TransRecBlockCoef_intra( const OMX_U8 *pSrc, OMX_S16 * pDst, OMX_U8 * pRec, OMX_S16 *pPredBufRow, OMX_S16 *pPredBufCol, OMX_S16 * pPreACPredict, OMX_INT *pSumErr, OMX_INT blockIndex, OMX_U8 curQp, const OMX_U8 *pQpBuf, OMX_INT srcStep, OMX_INT dstStep, OMX_INT shortVideoHeader ) argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_DecodeBlockCoef_Intra.c71 * [in] blockIndex block index indicating the component type and
102 * blockIndex exceeds [0,9], step is not the multiple of 8, intraDCVLC is zero while
103 * blockIndex greater than 5.
119 OMX_INT blockIndex,
139 blockIndex,
155 if (blockIndex <= 3)
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
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_DecodeBlockCoef_Intra.c77 * [in] blockIndex block index indicating the component type and
108 * blockIndex exceeds [0,9], step is not the multiple of 8, intraDCVLC is zero while
109 * blockIndex greater than 5.
125 OMX_INT blockIndex,
145 blockIndex,
161 if (blockIndex <= 3)
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
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_neighbour.c232 blockIndex indicates the block whose neighbours are wanted
241 const neighbour_t* h264bsdNeighbour4x4BlockA(u32 blockIndex) argument
248 ASSERT(blockIndex < 24);
250 return(N_A_4x4B+blockIndex);
263 blockIndex indicates the block whose neighbours are wanted
272 const neighbour_t* h264bsdNeighbour4x4BlockB(u32 blockIndex) argument
279 ASSERT(blockIndex < 24);
281 return(N_B_4x4B+blockIndex);
294 blockIndex indicates the block whose neighbours are wanted
303 const neighbour_t* h264bsdNeighbour4x4BlockC(u32 blockIndex) argument
334 h264bsdNeighbour4x4BlockD(u32 blockIndex) argument
[all...]
H A Dh264bsd_macroblock_layer.c93 static u32 DetermineNc(mbStorage_t *pMb, u32 blockIndex, u8 *pTotalCoeff);
95 static u32 DetermineNc(mbStorage_t *pMb, u32 blockIndex, i16 *pTotalCoeff);
516 u32 blockIndex; local
558 for (i = 4, blockIndex = 0; i--;)
565 for (j = 4; j--; blockIndex++)
567 nc = (OMX_INT)DetermineNc(pMb,blockIndex,pResidual->totalCoeff);
574 &pResidual->totalCoeff[blockIndex],
582 &pResidual->totalCoeff[blockIndex],
594 &pResidual->totalCoeff[blockIndex],
602 &pResidual->totalCoeff[blockIndex],
708 u32 blockIndex; local
807 DetermineNc(mbStorage_t *pMb, u32 blockIndex, u8 *pTotalCoeff) argument
[all...]
/frameworks/base/core/java/android/nfc/tech/
H A DMifareClassic.java287 * @param blockIndex index of block to lookup, starting from 0
290 public int blockToSector(int blockIndex) { argument
291 validateBlock(blockIndex);
293 if (blockIndex < 32 * 4) {
294 return blockIndex / 4;
296 return 32 + (blockIndex - 32 * 4) / 16;
415 * @param blockIndex index of block to read, starting from 0
420 public byte[] readBlock(int blockIndex) throws IOException { argument
421 validateBlock(blockIndex);
424 byte[] cmd = { 0x30, (byte) blockIndex };
442 writeBlock(int blockIndex, byte[] data) argument
471 increment(int blockIndex, int value) argument
499 decrement(int blockIndex, int value) argument
526 transfer(int blockIndex) argument
548 restore(int blockIndex) argument
[all...]
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
H A DFwdLockFile.c72 uint64_t blockIndex; member in struct:FwdLockFile_Session
219 * @param[in] blockIndex The index number of the block.
223 uint64_t blockIndex,
227 for (; i < sizeof blockIndex; ++i) {
228 unsigned char part = pNonce[i] + (unsigned char)(blockIndex >> (i * CHAR_BIT));
246 uint64_t blockIndex = pSession->filePos / AES_BLOCK_SIZE; local
248 if (blockIndex != pSession->blockIndex) {
251 FwdLockFile_CalculateCounter(pSession->pEncryptedSessionKey, blockIndex, counter);
253 pSession->blockIndex
222 FwdLockFile_CalculateCounter(const unsigned char *pNonce, uint64_t blockIndex, unsigned char *pCounter) argument
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3237 ssize_t blockIndex, uint32_t* outLastRef,
3243 blockIndex = getAttribute(inOutValue->data, inOutValue, &newTypeSpecFlags);
3244 TABLE_THEME(ALOGI("Resolving attr reference: blockIndex=%d, type=0x%x, data=%p\n",
3245 (int)blockIndex, (int)inOutValue->dataType, (void*)inOutValue->data));
3248 if (blockIndex < 0) {
3249 return blockIndex;
3252 return mTable.resolveReference(inOutValue, blockIndex, outLastRef,
3706 ssize_t ResTable::resolveReference(Res_value* value, ssize_t blockIndex, argument
3711 while (blockIndex >= 0 && value->dataType == Res_value::TYPE_REFERENCE
3729 return blockIndex;
3236 resolveAttributeReference(Res_value* inOutValue, ssize_t blockIndex, uint32_t* outLastRef, uint32_t* inoutTypeSpecFlags, ResTable_config* inoutConfig) const argument
[all...]

Completed in 259 milliseconds