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/webkit/Source/WebCore/editing/
htmlediting.cpp 102 int offsetB = b.deprecatedEditingOffset();
120 offsetB = 0;
126 int result = Range::compareBoundaryPoints(nodeA, offsetA, nodeB, offsetB, ec);
    [all...]

Completed in 426 milliseconds