OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:indexA
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/
TreeScope.cpp
476
size_t
indexA
= treeScopesA.size();
479
for (;
indexA
> 0 && indexB > 0 && treeScopesA[
indexA
- 1] == treeScopesB[indexB - 1]; --
indexA
, --indexB) { }
481
return treeScopesA[
indexA
] == treeScopesB[indexB] ? treeScopesA[
indexA
] : 0;
/frameworks/av/media/libstagefright/codecs/avc/common/src/
deblock.cpp
297
int
indexA
, indexB;
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 */
334
indexA
= QP + video->FilterOffsetA;
336
indexA
= qp_clip_tab[
indexA
]; // IClip(0, MAX_QP, QP+video->FilterOffsetA)
339
Alpha = ALPHA_TABLE[
indexA
];
341
clipTable = (int *) CLIP_TAB[
indexA
];
351
indexA
= QPC + video->FilterOffsetA;
353
indexA
= qp_clip_tab[
indexA
]; // IClip(0, MAX_QP, QP+video->FilterOffsetA
[
all
...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_deblocking.c
89
* column in the table. Indexing goes as tc0[
indexA
][bS-1] */
101
* column in the table. Indexing goes as tc0[
indexA
][bS] */
[
all
...]
/prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar
Completed in 3200 milliseconds