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

  /external/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/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);
  /frameworks/base/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/WebCore/dom/
Range.h 71 static short compareBoundaryPoints(Node* containerA, int offsetA, Node* containerB, int offsetB);
Range.cpp 438 short Range::compareBoundaryPoints(Node* containerA, int offsetA, Node* containerB, int offsetB)
452 if (offsetA == offsetB)
454 if (offsetA < offsetB)
485 while (n != c && offsetC < offsetB) {
490 if (offsetC < offsetB)
    [all...]
  /external/webkit/WebCore/editing/
htmlediting.cpp 103 int offsetB = b.deprecatedEditingOffset();
121 offsetB = 0;
126 int result = Range::compareBoundaryPoints(nodeA, offsetA, nodeB, offsetB);
    [all...]

Completed in 633 milliseconds