HomeSort by relevance Sort by last modified time
    Searched refs:offsetA (Results 1 - 6 of 6) 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;
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/chromium_org/third_party/WebKit/Source/core/dom/
Range.h 76 static short compareBoundaryPoints(Node* containerA, int offsetA, Node* containerB, int offsetB, ExceptionState&);
Range.cpp 364 short Range::compareBoundaryPoints(Node* containerA, int offsetA, Node* containerB, int offsetB, ExceptionState& exceptionState)
378 if (offsetA == offsetB)
380 if (offsetA < offsetB)
393 while (n != c && offsetC < offsetA) {
398 if (offsetA <= offsetC)
    [all...]
  /external/eigen/Eigen/src/Core/products/
GeneralBlockPanelKernel.h 532 Index strideA=-1, Index strideB=-1, Index offsetA=0, Index offsetB=0, RhsScalar* unpackedB=0);
539 Index strideA, Index strideB, Index offsetA, Index offsetB, RhsScalar* unpackedB)
566 const LhsScalar* blA = &blockA[i*strideA+offsetA*mr];
811 const LhsScalar* blA = &blockA[i*strideA+offsetA*LhsProgress];
    [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmstypes.c     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
htmlediting.cpp 87 int offsetA = hasDescendentA ? 0 : a.computeOffsetInContainerNode();
102 int result = Range::compareBoundaryPoints(nodeA, offsetA, nodeB, offsetB, IGNORE_EXCEPTION);
    [all...]

Completed in 153 milliseconds