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

  /frameworks/base/media/libstagefright/codecs/amrwb/src/
dec_alg_codebook.cpp 352 int16 j, n_1, offsetA, offsetB;
360 offsetA = offsetB = j;
364 offsetA = offset;
375 dec_5p_5N(index >> N, n_1, offsetA, pos); /* dec_5p_5N(index>>N, n_1, offsetA, pos); */
376 dec_1p_N1(index, n_1, offsetA, pos + 5);
379 dec_5p_5N(index >> N, n_1, offsetA, pos); /* dec_5p_5N(index>>N, n_1, offsetA, pos); */
383 dec_4p_4N(index >> (2*n_1 + 1), n_1, offsetA, pos); /* dec_4p_4N(index>>((2*n_1)+1 ), n_1, offsetA, pos); *
    [all...]
  /external/webkit/WebCore/editing/
htmlediting.cpp 102 int offsetA = a.deprecatedEditingOffset();
116 offsetA = 0;
126 int result = Range::compareBoundaryPoints(nodeA, offsetA, nodeB, offsetB);
    [all...]

Completed in 110 milliseconds