HomeSort by relevance Sort by last modified time
    Searched defs:indexA (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
TreeScope.cpp 452 size_t indexA = treeScopesA.size();
455 for (; indexA > 0 && indexB > 0 && treeScopesA[indexA - 1] == treeScopesB[indexB - 1]; --indexA, --indexB) { }
457 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...]

Completed in 255 milliseconds