OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:indexb
(Results
1 - 6
of
6
) sorted by null
/frameworks/av/media/libstagefright/codecs/avc/common/src/
deblock.cpp
297
int indexA,
indexB
;
318
/* NOTE: edge=0 and edge=1~3 are separate cases because of the difference of MbP, index A and
indexB
calculation */
319
/* for edge = 1~3, MbP, indexA and
indexB
remain the same, and thus there is no need to re-calculate them for each edge */
335
indexB
= QP + video->FilterOffsetB;
337
indexB
= qp_clip_tab[
indexB
]; // IClip(0, MAX_QP, QP+video->FilterOffsetB)
340
Beta = BETA_TABLE[
indexB
];
352
indexB
= QPC + video->FilterOffsetB;
354
indexB
= qp_clip_tab[
indexB
]; // IClip(0, MAX_QP, QP+video->FilterOffsetB
[
all
...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_deblocking.c
[
all
...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
HeapSnapshot.js
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
TreeScope.cpp
453
size_t
indexB
= treeScopesB.size();
455
for (; indexA > 0 &&
indexB
> 0 && treeScopesA[indexA - 1] == treeScopesB[
indexB
- 1]; --indexA, --
indexB
) { }
457
return treeScopesA[indexA] == treeScopesB[
indexB
] ? treeScopesA[indexA] : 0;
/cts/suite/cts/deviceTests/browserbench/assets/octane/
box2d.js
73
function(){};W.Distance=function(b,e,f){++W.b2_gjkCalls;var m=f.proxyA,r=f.proxyB,s=f.transformA,v=f.transformB,t=W.s_simplex;t.ReadCache(e,m,s,r,v);var x=t.m_vertices,C=W.s_saveA,J=W.s_saveB,T=0;t.GetClosestPoint().LengthSquared();for(var P=0,X,$=0;$<20;){T=t.m_count;for(P=0;P<T;P++){C[P]=x[P].indexA;J[P]=x[P].
indexB
}switch(t.m_count){case 1:break;case 2:t.Solve2();break;case 3:t.Solve3();break;default:y.b2Assert(false)}if(t.m_count==3)break;X=t.GetClosestPoint();X.LengthSquared();P=t.GetSearchDirection();
74
if(P.LengthSquared()<Number.MIN_VALUE*Number.MIN_VALUE)break;X=x[t.m_count];X.indexA=m.GetSupport(w.MulTMV(s.R,P.GetNegative()));X.wA=w.MulX(s,m.GetVertex(X.indexA));X.
indexB
=r.GetSupport(w.MulTMV(v.R,P));X.wB=w.MulX(v,r.GetVertex(X.
indexB
));X.w=w.SubtractVV(X.wB,X.wA);++$;++W.b2_gjkIters;var ba=false;for(P=0;P<T;P++)if(X.indexA==C[P]&&X.
indexB
==J[P]){ba=true;break}if(ba)break;++t.m_count}W.b2_gjkMaxIters=w.Max(W.b2_gjkMaxIters,$);t.GetWitnessPoints(b.pointA,b.pointB);b.distance=w.SubtractVV(b.pointA,
[
all
...]
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
PagedView.java
[
all
...]
Completed in 408 milliseconds