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

  /frameworks/av/media/libstagefright/codecs/amrwb/src/
dec_alg_codebook.cpp 352 int16 j, n_1, offsetA, offsetB;
360 offsetA = offsetB = j;
368 offsetB = offset;
380 dec_1p_N1(index, n_1, offsetB, pos + 5);
384 dec_2p_2N1(index, n_1, offsetB, pos + 4);
  /external/chromium_org/third_party/WebKit/Source/core/editing/
htmlediting.cpp 90 int offsetB = hasDescendentB ? 0 : b.computeOffsetInContainerNode();
100 int result = Range::compareBoundaryPoints(nodeA, offsetA, nodeB, offsetB, IGNORE_EXCEPTION);
    [all...]

Completed in 51 milliseconds