Searched refs:HalfCoeff (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DarmVCM4P10_InterpolateHalfHor_Luma.c54 OMX_S32 HalfCoeff, pos; local
65 HalfCoeff =
73 HalfCoeff = (HalfCoeff + 16) >> 5;
74 HalfCoeff = armClip(0, 255, HalfCoeff);
76 pDst [y * iDstStep + x] = HalfCoeff;
H A DarmVCM4P10_InterpolateHalfVer_Luma.c54 OMX_S32 HalfCoeff, pos; local
67 HalfCoeff =
75 HalfCoeff = (HalfCoeff + 16) >> 5;
76 HalfCoeff = armClip(0, 255, HalfCoeff);
78 pDst [y * iDstStep + x] = (OMX_U8) HalfCoeff;
H A DarmVCM4P10_InterpolateHalfDiag_Luma.c55 OMX_S32 HalfCoeff, pos; local
73 HalfCoeff =
80 Buf [y * iWidth + x] = (OMX_S16)HalfCoeff;
90 HalfCoeff =
98 HalfCoeff = (HalfCoeff + 512) >> 10;
99 HalfCoeff = armClip(0, 255, HalfCoeff);
101 pDst [y * iDstStep + x] = (OMX_U8) HalfCoeff;

Completed in 47 milliseconds