OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:posA
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/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/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimationElement.cpp
102
float
posA
= 0;
103
if (!parseNumber(ptr, end,
posA
)) {
134
result.append(UnitBezier(
posA
, posB, posC, posD));
/frameworks/rs/java/tests/GenImages/src/com/android/rs/genimage/
GenImage.java
240
int
posA
= GLES20.glGetAttribLocation(mProgram, "aPosition");
241
GLES20.glEnableVertexAttribArray(
posA
);
242
GLES20.glVertexAttribPointer(
posA
, 3, GLES20.GL_FLOAT, false, 12, vertexBuffer);
Completed in 350 milliseconds