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.c69 OMX_S32 HalfCoeff, pos; local
80 HalfCoeff =
88 HalfCoeff = (HalfCoeff + 16) >> 5;
89 HalfCoeff = armClip(0, 255, HalfCoeff);
91 pDst [y * iDstStep + x] = HalfCoeff;
H A DarmVCM4P10_InterpolateHalfVer_Luma.c69 OMX_S32 HalfCoeff, pos; local
82 HalfCoeff =
90 HalfCoeff = (HalfCoeff + 16) >> 5;
91 HalfCoeff = armClip(0, 255, HalfCoeff);
93 pDst [y * iDstStep + x] = (OMX_U8) HalfCoeff;
H A DarmVCM4P10_InterpolateHalfDiag_Luma.c70 OMX_S32 HalfCoeff, pos; local
88 HalfCoeff =
95 Buf [y * iWidth + x] = (OMX_S16)HalfCoeff;
105 HalfCoeff =
113 HalfCoeff = (HalfCoeff + 512) >> 10;
114 HalfCoeff = armClip(0, 255, HalfCoeff);
116 pDst [y * iDstStep + x] = (OMX_U8) HalfCoeff;

Completed in 483 milliseconds