Searched refs:BlockSize (Results 1 - 11 of 11) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Common/src/
H A DLVM_Timer.c30 LVM_INT16 BlockSize ){
36 pInstancePr->RemainingTimeInSamples -= BlockSize;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DomxVCM4P2_BlockMatch_Integer_16x16.c107 OMX_U8 BlockSize = 16; local
123 BlockSize)
H A DomxVCM4P2_BlockMatch_Integer_8x8.c104 OMX_U8 BlockSize = 8; local
120 BlockSize)
H A DarmVCM4P2_BlockMatch_Half.c68 * [in] BlockSize MacroBlock Size i.e either 16x16 or 8x8.
87 OMX_U8 BlockSize
111 outer < BlockSize;
112 outer++, index += refWidth - BlockSize)
114 for (inner = 0; inner < BlockSize; inner++, count++, index++)
134 if ((pSearchPointRefPos->x + BlockSize + 1) > (pRefRect->x + pRefRect->width))
144 if ((pSearchPointRefPos->y + BlockSize + 1) > (pRefRect->y + pRefRect->height))
166 outer < BlockSize;
167 outer++, index += refWidth - BlockSize)
169 for (inner = 0; inner < BlockSize; inne
[all...]
H A DarmVCM4P2_BlockMatch_Integer.c92 OMX_U8 BlockSize
128 if ((pCurrPointPos->x + BlockSize + searchRange) > (pRefRect->x + pRefRect->width))
130 toX = pRefRect->width - (pCurrPointPos->x - pRefRect->x) - BlockSize;
138 if ((pCurrPointPos->y + BlockSize + searchRange) > (pRefRect->y + pRefRect->height))
140 toY = pRefRect->width - (pCurrPointPos->y - pRefRect->y) - BlockSize;
157 outer < BlockSize;
158 outer++, index += refWidth - BlockSize)
160 for (inner = 0; inner < BlockSize; inner++, count++, index++)
H A DomxVCM4P2_BlockMatch_Half_16x16.c102 OMX_U8 BlockSize = 16; local
121 BlockSize));
H A DomxVCM4P2_BlockMatch_Half_8x8.c101 OMX_U8 BlockSize = 8; local
120 BlockSize));
/frameworks/av/media/libeffects/lvm/lib/Common/lib/
H A DLVM_Timer.h71 LVM_INT16 BlockSize );
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
H A DarmVC.h609 * [in] BlockSize MacroBlock Size i.e either 16x16 or 8x8.
630 OMX_U8 BlockSize
661 * [in] BlockSize MacroBlock Size i.e either 16x16 or 8x8.
680 OMX_U8 BlockSize
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
H A DarmVC.h609 * [in] BlockSize MacroBlock Size i.e either 16x16 or 8x8.
630 OMX_U8 BlockSize
661 * [in] BlockSize MacroBlock Size i.e either 16x16 or 8x8.
680 OMX_U8 BlockSize
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
H A DarmVC.h609 * [in] BlockSize MacroBlock Size i.e either 16x16 or 8x8.
630 OMX_U8 BlockSize
661 * [in] BlockSize MacroBlock Size i.e either 16x16 or 8x8.
680 OMX_U8 BlockSize

Completed in 127 milliseconds