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

  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/
q_pulse.c 192 Word16 posA[4], posB[4];
205 posA[i++] = pos[k];
221 /* index = quant_1p_N1(posA[0], n_1) << ((3*n_1)+1); */
223 index = L_shl(quant_1p_N1(posA[0], n_1), tmp);
228 tmp = ((n_1 << 1) + 1); /* index = quant_2p_2N1(posA[0], posA[1], n_1) << ((2*n_1)+1); */
229 index = L_shl(quant_2p_2N1(posA[0], posA[1], n_1), tmp);
234 /* index = quant_3p_3N1(posA[0], posA[1], posA[2], n_1) << N; *
    [all...]
  /external/llvm/include/llvm/ADT/
IntervalMap.h     [all...]
  /external/webkit/Source/WebCore/svg/
SVGAnimationElement.cpp 101 float posA = 0;
102 if (!parseNumber(cur, end, posA)) {
133 result.append(UnitBezier(posA, posB, posC, posD));

Completed in 609 milliseconds