Searched defs:indx (Results 1 - 17 of 17) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Dd8_31pf.cpp276 indx[] -- array of type Word16 -- position and sign of
343 Word16 indx[], /* i : position and sign of 8 pulses (compressed) */
359 sign_indx[i] = indx[i];
364 MSBs = indx[NB_TRACK]/8;
365 LSBs = indx[NB_TRACK]%8;
367 MSBs = indx[NB_TRACK_MR102] >> 3;
369 LSBs = indx[NB_TRACK_MR102] & 0x7;
382 MSBs = indx[NB_TRACK+1]/8;
383 LSBs = indx[NB_TRACK+1]%8;
385 MSBs = indx[NB_TRACK_MR10
342 decompress_code( Word16 indx[], Word16 sign_indx[], Word16 pos_indx[], Flag *pOverflow ) argument
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dc1035pf.cpp268 Word16 indx[] // (o) : index of 10 pulses (sign+position)
281 indx[i] = -1;
308 if (indx[track] < 0)
310 indx[track] = index;
314 if (((index ^ indx[track]) & 8) == 0)
318 if (sub (indx[track], index) <= 0)
320 indx[track + 5] = index;
324 indx[track + 5] = indx[track];
325 indx[trac
399 build_code( Word16 codvec[], Word16 sign[], Word16 cod[], Word16 h[], Word16 y[], Word16 indx[], Flag *pOverflow ) argument
647 code_10i40_35bits( Word16 x[], Word16 cn[], Word16 h[], Word16 cod[], Word16 y[], Word16 indx[], Flag *pOverflow ) argument
[all...]
H A Dc2_11pf.cpp630 Word16 indx; local
644 indx = 0;
803 indx =
805 indx,
838 return indx;
H A Dc2_9pf.cpp854 indx = codebook index (Word16)
891 Word16 i, j, k, track, first, index, _sign[NB_PULSE], indx, rsign;
906 indx = 0;
944 indx = add(indx, index);
958 return indx;
1003 Word16 indx; local
1019 indx = 0;
1062 indx += index;
1092 return(indx);
[all...]
H A Dc3_14pf.cpp617 indx
684 Word16 indx; local
698 indx = 0;
770 /* indx = add(indx, index, pOverflow); */
771 indx += index;
809 return indx;
H A Dc4_17pf.cpp688 indx
754 Word16 indx; local
770 indx = 0;
837 /* indx = add(indx, index, pOverflow); */
838 indx += index;
885 return indx;
H A Dc8_31pf.cpp131 indx
442 Word16 indx; local
473 indx = ib << 3;
485 indx += ib;
487 return indx;
505 indx Array of type Word16 -- position and sign of 8 pulses
568 Word16 indx[], /* o : position and sign of 8 pulses (compressed) */
576 Word16 *p_indx = &indx[0];
587 indx[NB_TRACK] = (ia/2+(ib/2)*5 +(ic/2)*25)*8 + ia%2 + (ib%2)*2 + (ic%2)*4; */
589 indx[NB_TRACK_MR10
565 compress_code( Word16 sign_indx[], Word16 pos_indx[], Word16 indx[], Flag *pOverflow) argument
747 code_8i40_31bits( Word16 x[], Word16 cn[], Word16 h[], Word16 cod[], Word16 y[], Word16 indx[], Flag *pOverflow ) argument
[all...]
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES20cHeader.cpp120 static void glVertexAttribPointerBounds(GLuint indx, GLint size, GLenum type, argument
122 glVertexAttribPointer(indx, size, type, normalized, stride, pointer);
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dvlc_decode.cpp374 int indx; local
376 indx = ((mbnum_col << 1) + (block & 1)) + ((mbnum_row << 1) + (block >> 1)) * nMVPerRow - 1; /* left block */
380 p1x = motxdata[indx];
381 p1y = motydata[indx];
388 p1x = motxdata[indx];
389 p1y = motydata[indx];
394 indx = indx + 1 - nMVPerRow; /* upper_block */
397 indx -= (block & 1);
398 p2x = motxdata[indx];
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmotion_est.cpp1575 Int indx, i; local
1578 indx = 0;
1579 while (intraArray[indx] == 1 && indx < totalMB)
1580 indx++;
1583 for (i = 0; i < numRefresh && indx < totalMB; i++)
1585 Mode[indx] = MODE_INTRA;
1586 intraArray[indx++] = 1;
1590 if (indx >= totalMB - 1)
1593 indx
1625 Int indx, j; local
[all...]
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_fixup.cpp472 GLuint indx, GLint size, GLenum type,
475 /* void glVertexAttribPointerData(GLuint indx, GLint size, GLenum type,
483 // copy argument indx
487 arg_indx->add_intvalue(indx);
471 trace_glVertexAttribPointerData(GLTraceContext *context, GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid* ptr, GLuint minIndex, GLuint maxIndex, nsecs_t startTime) argument
H A Dgltrace_api.cpp5309 void GLTrace_glVertexAttrib1f(GLuint indx, GLfloat x) { argument
5315 // copy argument indx
5319 arg_indx->add_intvalue(indx);
5330 glContext->hooks->gl.glVertexAttrib1f(indx, x);
5343 void GLTrace_glVertexAttrib1fv(GLuint indx, const GLfloat* values) { argument
5349 // copy argument indx
5353 arg_indx->add_intvalue(indx);
5364 glContext->hooks->gl.glVertexAttrib1fv(indx, values);
5378 void GLTrace_glVertexAttrib2f(GLuint indx, GLfloat x, GLfloat y) { argument
5384 // copy argument indx
5418 GLTrace_glVertexAttrib2fv(GLuint indx, const GLfloat* values) argument
5453 GLTrace_glVertexAttrib3f(GLuint indx, GLfloat x, GLfloat y, GLfloat z) argument
5499 GLTrace_glVertexAttrib3fv(GLuint indx, const GLfloat* values) argument
5534 GLTrace_glVertexAttrib4f(GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w) argument
5586 GLTrace_glVertexAttrib4fv(GLuint indx, const GLfloat* values) argument
5621 GLTrace_glVertexAttribPointer(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid* ptr) argument
[all...]
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dintra_est.cpp1856 int indx, block_x, block_y; local
1911 for (indx = 0; indx < 16; indx++)
1913 block_x = blkIdx2blkX[indx];
1914 block_y = blkIdx2blkY[indx];
H A Dmotion_est.cpp573 int indx, i; local
575 indx = encvid->firstIntraRefreshMBIndx;
576 for (i = 0; i < numRefresh && indx < totalMB; i++)
578 (mblock + indx)->mb_intra = 1;
579 encvid->intraSearch[indx++] = 1;
583 if (indx >= totalMB - 1)
585 indx = 0;
586 while (i < numRefresh && indx < totalMB)
588 (mblock + indx)->mb_intra = 1;
589 encvid->intraSearch[indx
[all...]
/frameworks/base/core/jni/android/graphics/
H A DCanvas.cpp828 for (int indx = 0; indx < count; indx++) {
829 posPtr[indx].fX = SkFloatToScalar(x + posArray[indx * 2]);
830 posPtr[indx].fY = SkFloatToScalar(y + posArray[indx * 2 + 1]);
868 int indx; local
869 for (indx = 0; indx < posCoun
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp121 static void glVertexAttribPointerBounds(GLuint indx, GLint size, GLenum type, argument
123 glVertexAttribPointer(indx, size, type, normalized, stride, pointer);
5653 /* void glVertexAttrib1f ( GLuint indx, GLfloat x ) */
5656 (JNIEnv *_env, jobject _this, jint indx, jfloat x) {
5658 (GLuint)indx,
5663 /* void glVertexAttrib1fv ( GLuint indx, const GLfloat *values ) */
5666 (JNIEnv *_env, jobject _this, jint indx, jfloatArray values_ref, jint offset) {
5692 (GLuint)indx,
5706 /* void glVertexAttrib1fv ( GLuint indx, const GLfloat *values ) */
5709 (JNIEnv *_env, jobject _this, jint indx, jobjec
5655 android_glVertexAttrib1f__IF(JNIEnv *_env, jobject _this, jint indx, jfloat x) argument
5665 android_glVertexAttrib1fv__I_3FI(JNIEnv *_env, jobject _this, jint indx, jfloatArray values_ref, jint offset) argument
5708 android_glVertexAttrib1fv__ILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint indx, jobject values_buf) argument
5731 android_glVertexAttrib2f__IFF(JNIEnv *_env, jobject _this, jint indx, jfloat x, jfloat y) argument
5742 android_glVertexAttrib2fv__I_3FI(JNIEnv *_env, jobject _this, jint indx, jfloatArray values_ref, jint offset) argument
5785 android_glVertexAttrib2fv__ILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint indx, jobject values_buf) argument
5808 android_glVertexAttrib3f__IFFF(JNIEnv *_env, jobject _this, jint indx, jfloat x, jfloat y, jfloat z) argument
5820 android_glVertexAttrib3fv__I_3FI(JNIEnv *_env, jobject _this, jint indx, jfloatArray values_ref, jint offset) argument
5863 android_glVertexAttrib3fv__ILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint indx, jobject values_buf) argument
5886 android_glVertexAttrib4f__IFFFF(JNIEnv *_env, jobject _this, jint indx, jfloat x, jfloat y, jfloat z, jfloat w) argument
5899 android_glVertexAttrib4fv__I_3FI(JNIEnv *_env, jobject _this, jint indx, jfloatArray values_ref, jint offset) argument
5942 android_glVertexAttrib4fv__ILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint indx, jobject values_buf) argument
5965 android_glVertexAttribPointer__IIIZII(JNIEnv *_env, jobject _this, jint indx, jint size, jint type, jboolean normalized, jint stride, jint offset) argument
5979 android_glVertexAttribPointerBounds__IIIZILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint indx, jint size, jint type, jboolean normalized, jint stride, jobject ptr_buf, jint remaining) argument
[all...]
/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java1838 // C function void glVertexAttrib1f ( GLuint indx, GLfloat x )
1841 int indx,
1845 // C function void glVertexAttrib1fv ( GLuint indx, const GLfloat *values )
1848 int indx,
1853 // C function void glVertexAttrib1fv ( GLuint indx, const GLfloat *values )
1856 int indx,
1860 // C function void glVertexAttrib2f ( GLuint indx, GLfloat x, GLfloat y )
1863 int indx,
1868 // C function void glVertexAttrib2fv ( GLuint indx, const GLfloat *values )
1871 int indx,
1840 glVertexAttrib1f( int indx, float x ) argument
1847 glVertexAttrib1fv( int indx, float[] values, int offset ) argument
1855 glVertexAttrib1fv( int indx, java.nio.FloatBuffer values ) argument
1862 glVertexAttrib2f( int indx, float x, float y ) argument
1870 glVertexAttrib2fv( int indx, float[] values, int offset ) argument
1878 glVertexAttrib2fv( int indx, java.nio.FloatBuffer values ) argument
1885 glVertexAttrib3f( int indx, float x, float y, float z ) argument
1894 glVertexAttrib3fv( int indx, float[] values, int offset ) argument
1902 glVertexAttrib3fv( int indx, java.nio.FloatBuffer values ) argument
1909 glVertexAttrib4f( int indx, float x, float y, float z, float w ) argument
1919 glVertexAttrib4fv( int indx, float[] values, int offset ) argument
1927 glVertexAttrib4fv( int indx, java.nio.FloatBuffer values ) argument
1934 glVertexAttribPointer( int indx, int size, int type, boolean normalized, int stride, int offset ) argument
1945 glVertexAttribPointerBounds( int indx, int size, int type, boolean normalized, int stride, java.nio.Buffer ptr, int remaining ) argument
1955 glVertexAttribPointer( int indx, int size, int type, boolean normalized, int stride, java.nio.Buffer ptr ) argument
[all...]

Completed in 266 milliseconds