Searched refs:armAbs (Results 1 - 25 of 29) sorted by relevance

12

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DarmVCM4P2_BlockMatch_Half.c101 refSAD += armAbs (pTempSrcRefBuf[index] - pSrcCurrBuf[count]);
158 + pTempSrcRefBuf[index + x] * armAbs(x)
159 + pTempSrcRefBuf[index + refWidth * y] * armAbs(y)
161 * armAbs(x*y)
162 + armAbs (x) + armAbs (y) - rndVal
163 ) / (2 * (armAbs (x) + armAbs (y)));
164 candSAD += armAbs (tempPel - pSrcCurrBuf[count]);
H A DarmVCM4P2_SetPredDir.c74 if (armAbs(blockDCLeft - blockDCTopLeft) < armAbs(blockDCTopLeft \
H A DomxVCM4P2_QuantInvInter_I.c79 pSrcDst[coeffCount] = (2* armAbs(pSrcDst[coeffCount]) + 1) * QP;
84 pSrcDst[coeffCount] = (2* armAbs(pSrcDst[coeffCount]) + 1)
H A DarmVCM4P2_PutVLCBits.c132 (armAbs(storeLevel) - pLMAXTableL0[storeRun]);
134 (pRMAXTableL0[armAbs(storeLevel) - 1] + 1);
172 (armAbs(storeLevel) - pLMAXTableL1[run]);
174 (pRMAXTableL1[armAbs(storeLevel) - 1] + 1);
H A DomxVCM4P2_EncodeMV.c153 mvHorResidual = ( armAbs(diffMV.dx) - 1) % scaleFactor;
154 mvHorData = (armAbs(diffMV.dx) - mvHorResidual + (scaleFactor - 1))
170 mvVerResidual = ( armAbs(diffMV.dy) - 1) % scaleFactor;
171 mvVerData = (armAbs(diffMV.dy) - mvVerResidual + (scaleFactor - 1))
H A DarmVCM4P2_CheckVLCEscapeMode.c69 level = armAbs (level);
70 levelPlus = armAbs (levelPlus);
H A DomxVCM4P2_EncodeVLCZigzag_IntraDCVLC.c109 absDCValue = armAbs(dcValue);
113 absDCValue = armAbs(dcValue);
H A DomxVCM4P2_QuantInvIntra_I.c134 pSrcDst[coeffCount] = (2* armAbs(pSrcDst[coeffCount]) + 1) * QP;
140 (2* armAbs(pSrcDst[coeffCount]) + 1) * QP - 1;
H A DomxVCM4P2_QuantInter_I.c95 pSrcDst[coeffCount] = (armAbs(pSrcDst[coeffCount])
H A DarmVCM4P2_ACDCPredict.c196 *pSumErr += armAbs(pSrcDst[i]);
229 *pSumErr += armAbs(pSrcDst[i]);
H A DomxVCM4P2_QuantIntra_I.c140 pSrcDst[coeffCount] = armAbs(pSrcDst[coeffCount])/(2 * QP);
H A DarmVCM4P2_GetVLCBits.c195 storeLevel = (armAbs(storeLevel) + pLMAXTableL0[storeRun]);
232 storeLevel = (armAbs(storeLevel) + pLMAXTableL1[storeRun]);
H A DomxVCM4P2_DecodePadMV_PVOP.c174 diffMV.dx = ((armAbs(mvHorData) - 1) * fcodeForward)
188 diffMV.dy = ((armAbs(mvVerData) - 1) * fcodeForward)
H A DarmVCM4P2_FillVLCBuffer.c116 tempLevel = armAbs(tempLevel);
H A DarmVCM4P2_BlockMatch_Integer.c147 candSAD += armAbs (pTempSrcRefBuf[index] - pSrcCurrBuf[count]);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DarmVCM4P10_DeBlockPixel.c72 if (armAbs(p0-q0)>=alpha || armAbs(p1-p0)>=beta || armAbs(q1-q0)>=beta)
79 ap = armAbs(p2 - p0);
80 aq = armAbs(q2 - q0);
124 if (ChromaFlag==0 && ap<beta && armAbs(p0-q0)<((alpha>>2)+2))
135 if (ChromaFlag==0 && aq<beta && armAbs(p0-q0)<((alpha>>2)+2))
H A DarmVCM4P10_SADQuar.c70 SAD += armAbs(pSrc [y * iSrcStep + x] - ((
H A DomxVCM4P10_BlockMatch_Half.c158 armAbs(x) * 2,
159 armAbs(y) * 2);
H A DarmVCM4P10_CompareMotionCostToMV.c45 codeNum = armAbs (val);
H A DomxVCM4P10_TransformQuant_ChromaDC.c86 Value = (armAbs(m[j][i]) * MF00 + Two_f) >> QbitsPlusOne;
H A DomxVCM4P10_TransformQuant_LumaDC.c109 Value = (armAbs((m2[j][i]/* + 1*/) / 2) * MF + Two_f) >> QbitsPlusOne;
H A DomxVCM4P10_SATD_4x4.c120 SATD += armAbs(m2 [j][i]);
H A DomxVCM4P10_SubAndTransformQDQResidual.c182 Value = armAbs(m[j * 4 + i]) * MF + f;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/
H A DarmVCCOMM_SAD.c64 *pDstSAD += armAbs(pSrcOrg [(y * iStepOrg) + x] -
H A DomxVCCOMM_ComputeTextureErrorBlock_SAD.c85 *pDstSAD += armAbs(pDst[count]);

Completed in 71 milliseconds

12