Searched refs:iBlk (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DomxVCM4P2_DecodePadMV_PVOP.c108 OMX_INT iBlk, i, count = 1; local
154 for (iBlk = 0; iBlk < count; iBlk++)
217 &pDstMVCurMB[iBlk],
219 iBlk);
222 pDstMVCurMB[iBlk].dx += diffMV.dx;
223 pDstMVCurMB[iBlk].dy += diffMV.dy;
226 if ( pDstMVCurMB[iBlk].dx < low )
228 pDstMVCurMB[iBlk]
[all...]
H A DomxVCM4P2_EncodeMV.c104 OMX_INT iBlk, i, count = 1; local
143 for (iBlk = 0; iBlk < count; iBlk++)
154 iBlk );
157 diffMV.dx = pMVCurMB[iBlk].dx - dstMVPred.dx;
158 diffMV.dy = pMVCurMB[iBlk].dy - dstMVPred.dy;
H A DomxVCM4P2_FindMVpred.c61 * iBlk - the index of block in the current macroblock
83 * - the parameter iBlk does not fall into the range 0 <= iBlk<=3
94 OMX_INT iBlk
103 armRetArgErrIf(iBlk!=0 && pSrcMVCurMB == NULL, OMX_Sts_BadArgErr);
105 armRetArgErrIf((iBlk < 0) || (iBlk > 3), OMX_Sts_BadArgErr);
116 switch (iBlk)
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_FindMVpred_s.s55 iBlk RN 6 label
92 M_LDR iBlk, Blk
103 M_SWITCH iBlk
104 M_CASE OMXVCBlk0 ;// iBlk=0
105 M_CASE OMXVCBlk1 ;// iBlk=0
106 M_CASE OMXVCBlk2 ;// iBlk=0
107 M_CASE OMXVCBlk3 ;// iBlk=0
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_FindMVpred_s.s55 iBlk RN 6 label
92 M_LDR iBlk, Blk
103 M_SWITCH iBlk
104 M_CASE OMXVCBlk0 ;// iBlk=0
105 M_CASE OMXVCBlk1 ;// iBlk=0
106 M_CASE OMXVCBlk2 ;// iBlk=0
107 M_CASE OMXVCBlk3 ;// iBlk=0
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
H A DomxVC.h635 * iBlk - the index of block in the current macroblock
657 * - the parameter iBlk does not fall into the range 0 <= iBlk<=3
667 OMX_INT iBlk
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
H A DomxVC.h635 * iBlk - the index of block in the current macroblock
657 * - the parameter iBlk does not fall into the range 0 <= iBlk<=3
667 OMX_INT iBlk
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
H A DomxVC.h635 * iBlk - the index of block in the current macroblock
657 * - the parameter iBlk does not fall into the range 0 <= iBlk<=3
667 OMX_INT iBlk

Completed in 154 milliseconds