OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:armabs
(Results
1 - 25
of
30
) sorted by null
1
2
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_BlockMatch_Half.c
116
refSAD +=
armAbs
(pTempSrcRefBuf[index] - pSrcCurrBuf[count]);
173
+ pTempSrcRefBuf[index + x] *
armAbs
(x)
174
+ pTempSrcRefBuf[index + refWidth * y] *
armAbs
(y)
176
*
armAbs
(x*y)
177
+
armAbs
(x) +
armAbs
(y) - rndVal
178
) / (2 * (
armAbs
(x) +
armAbs
(y)));
179
candSAD +=
armAbs
(tempPel - pSrcCurrBuf[count]);
armVCM4P2_SetPredDir.c
89
if (
armAbs
(blockDCLeft - blockDCTopLeft) <
armAbs
(blockDCTopLeft \
omxVCM4P2_QuantInvInter_I.c
94
pSrcDst[coeffCount] = (2*
armAbs
(pSrcDst[coeffCount]) + 1) * QP;
99
pSrcDst[coeffCount] = (2*
armAbs
(pSrcDst[coeffCount]) + 1)
armVCM4P2_PutVLCBits.c
147
(
armAbs
(storeLevel) - pLMAXTableL0[storeRun]);
149
(pRMAXTableL0[
armAbs
(storeLevel) - 1] + 1);
187
(
armAbs
(storeLevel) - pLMAXTableL1[run]);
189
(pRMAXTableL1[
armAbs
(storeLevel) - 1] + 1);
omxVCM4P2_EncodeMV.c
168
mvHorResidual = (
armAbs
(diffMV.dx) - 1) % scaleFactor;
169
mvHorData = (
armAbs
(diffMV.dx) - mvHorResidual + (scaleFactor - 1))
185
mvVerResidual = (
armAbs
(diffMV.dy) - 1) % scaleFactor;
186
mvVerData = (
armAbs
(diffMV.dy) - mvVerResidual + (scaleFactor - 1))
armVCM4P2_CheckVLCEscapeMode.c
84
level =
armAbs
(level);
85
levelPlus =
armAbs
(levelPlus);
omxVCM4P2_QuantInvIntra_I.c
149
pSrcDst[coeffCount] = (2*
armAbs
(pSrcDst[coeffCount]) + 1) * QP;
155
(2*
armAbs
(pSrcDst[coeffCount]) + 1) * QP - 1;
armVCM4P2_ACDCPredict.c
211
*pSumErr +=
armAbs
(pSrcDst[i]);
244
*pSumErr +=
armAbs
(pSrcDst[i]);
armVCM4P2_GetVLCBits.c
210
storeLevel = (
armAbs
(storeLevel) + pLMAXTableL0[storeRun]);
247
storeLevel = (
armAbs
(storeLevel) + pLMAXTableL1[storeRun]);
omxVCM4P2_DecodePadMV_PVOP.c
189
diffMV.dx = ((
armAbs
(mvHorData) - 1) * fcodeForward)
203
diffMV.dy = ((
armAbs
(mvVerData) - 1) * fcodeForward)
omxVCM4P2_EncodeVLCZigzag_IntraDCVLC.c
124
absDCValue =
armAbs
(dcValue);
128
absDCValue =
armAbs
(dcValue);
armVCM4P2_FillVLCBuffer.c
131
tempLevel =
armAbs
(tempLevel);
omxVCM4P2_QuantInter_I.c
110
pSrcDst[coeffCount] = (
armAbs
(pSrcDst[coeffCount])
omxVCM4P2_QuantIntra_I.c
155
pSrcDst[coeffCount] =
armAbs
(pSrcDst[coeffCount])/(2 * QP);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
armVCM4P10_DeBlockPixel.c
87
if (
armAbs
(p0-q0)>=alpha ||
armAbs
(p1-p0)>=beta ||
armAbs
(q1-q0)>=beta)
94
ap =
armAbs
(p2 - p0);
95
aq =
armAbs
(q2 - q0);
139
if (ChromaFlag==0 && ap<beta &&
armAbs
(p0-q0)<((alpha>>2)+2))
150
if (ChromaFlag==0 && aq<beta &&
armAbs
(p0-q0)<((alpha>>2)+2))
armVCM4P10_SADQuar.c
85
SAD +=
armAbs
(pSrc [y * iSrcStep + x] - ((
omxVCM4P10_BlockMatch_Half.c
173
armAbs
(x) * 2,
174
armAbs
(y) * 2);
armVCM4P10_CompareMotionCostToMV.c
60
codeNum =
armAbs
(val);
omxVCM4P10_TransformQuant_ChromaDC.c
101
Value = (
armAbs
(m[j][i]) * MF00 + Two_f) >> QbitsPlusOne;
omxVCM4P10_SATD_4x4.c
135
SATD +=
armAbs
(m2 [j][i]);
omxVCM4P10_SubAndTransformQDQResidual.c
197
Value =
armAbs
(m[j * 4 + i]) * MF + f;
omxVCM4P10_TransformQuant_LumaDC.c
124
Value = (
armAbs
((m2[j][i]/* + 1*/) / 2) * MF + Two_f) >> QbitsPlusOne;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/
armVCCOMM_SAD.c
79
*pDstSAD +=
armAbs
(pSrcOrg [(y * iStepOrg) + x] -
omxVCCOMM_ComputeTextureErrorBlock_SAD.c
100
*pDstSAD +=
armAbs
(pDst[count]);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_DeblockingLuma_unsafe_s.s
272
;// ap<beta &&
armAbs
(p0-q0)<((alpha>>2)+2)
273
;// aq<beta &&
armAbs
(p0-q0)<((alpha>>2)+2)
Completed in 219 milliseconds
1
2