/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
H A D | c8_31pf.h | 110 Word16 indx[], /* o : 7 Word16, index of 8 pulses (signs+positions) */
|
H A D | c1035pf.h | 113 Word16 indx[], /* (o) : index of 10 pulses (sign + position) */
|
H A D | c8_31pf.cpp | 131 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...] |
H A D | c1035pf.cpp | 268 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 D | c2_11pf.cpp | 630 Word16 indx; local 644 indx = 0; 803 indx = 805 indx, 838 return indx;
|
H A D | c2_9pf.cpp | 854 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 D | c3_14pf.cpp | 617 indx 684 Word16 indx; local 698 indx = 0; 770 /* indx = add(indx, index, pOverflow); */ 771 indx += index; 809 return indx;
|
H A D | c4_17pf.cpp | 688 indx 754 Word16 indx; local 770 indx = 0; 837 /* indx = add(indx, index, pOverflow); */ 838 indx += index; 885 return indx;
|
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/ |
H A D | d8_31pf.cpp | 276 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/native/opengl/tools/glgen/specs/gles11/ |
H A D | GLES20.spec | 134 void glVertexAttrib1f ( GLuint indx, GLfloat x ) 135 void glVertexAttrib1fv ( GLuint indx, const GLfloat *values ) 136 void glVertexAttrib2f ( GLuint indx, GLfloat x, GLfloat y ) 137 void glVertexAttrib2fv ( GLuint indx, const GLfloat *values ) 138 void glVertexAttrib3f ( GLuint indx, GLfloat x, GLfloat y, GLfloat z ) 139 void glVertexAttrib3fv ( GLuint indx, const GLfloat *values ) 140 void glVertexAttrib4f ( GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w ) 141 void glVertexAttrib4fv ( GLuint indx, const GLfloat *values ) 142 void glVertexAttribPointer ( GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, GLint offset ) 143 void glVertexAttribPointer ( GLuint indx, GLin [all...] |
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
H A D | vlc_decode.cpp | 374 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/base/opengl/java/android/opengl/ |
H A D | GLES20.java | 1781 // C function void glVertexAttrib1f ( GLuint indx, GLfloat x ) 1784 int indx, 1788 // C function void glVertexAttrib1fv ( GLuint indx, const GLfloat *values ) 1791 int indx, 1796 // C function void glVertexAttrib1fv ( GLuint indx, const GLfloat *values ) 1799 int indx, 1803 // C function void glVertexAttrib2f ( GLuint indx, GLfloat x, GLfloat y ) 1806 int indx, 1811 // C function void glVertexAttrib2fv ( GLuint indx, const GLfloat *values ) 1814 int indx, 1783 glVertexAttrib1f( int indx, float x ) argument 1790 glVertexAttrib1fv( int indx, float[] values, int offset ) argument 1798 glVertexAttrib1fv( int indx, java.nio.FloatBuffer values ) argument 1805 glVertexAttrib2f( int indx, float x, float y ) argument 1813 glVertexAttrib2fv( int indx, float[] values, int offset ) argument 1821 glVertexAttrib2fv( int indx, java.nio.FloatBuffer values ) argument 1828 glVertexAttrib3f( int indx, float x, float y, float z ) argument 1837 glVertexAttrib3fv( int indx, float[] values, int offset ) argument 1845 glVertexAttrib3fv( int indx, java.nio.FloatBuffer values ) argument 1852 glVertexAttrib4f( int indx, float x, float y, float z, float w ) argument 1862 glVertexAttrib4fv( int indx, float[] values, int offset ) argument 1870 glVertexAttrib4fv( int indx, java.nio.FloatBuffer values ) argument 1877 glVertexAttribPointer( int indx, int size, int type, boolean normalized, int stride, int offset ) argument 1888 glVertexAttribPointerBounds( int indx, int size, int type, boolean normalized, int stride, java.nio.Buffer ptr, int remaining ) argument 1898 glVertexAttribPointer( int indx, int size, int type, boolean normalized, int stride, java.nio.Buffer ptr ) argument [all...] |
/frameworks/base/core/java/android/database/ |
H A D | CursorWindow.java | 779 for (int indx = 0; indx < size; indx++) { 780 int pid = sWindowToPidMap.valueAt(indx);
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
H A D | motion_est.cpp | 1575 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/tools/glgen/stubs/gles11/ |
H A D | common.cpp | 39 static void glVertexAttribPointerBounds(GLuint indx, GLint size, GLenum type, argument 41 glVertexAttribPointer(indx, size, type, normalized, stride, pointer); 45 static void glVertexAttribIPointerBounds(GLuint indx, GLint size, GLenum type, argument 47 glVertexAttribIPointer(indx, size, type, stride, pointer);
|
/frameworks/base/core/jni/ |
H A D | android_opengl_GLES10Ext.cpp | 64 static void glVertexAttribPointerBounds(GLuint indx, GLint size, GLenum type, argument 66 glVertexAttribPointer(indx, size, type, normalized, stride, pointer); 70 static void glVertexAttribIPointerBounds(GLuint indx, GLint size, GLenum type, argument 72 glVertexAttribIPointer(indx, size, type, stride, pointer);
|
H A D | android_opengl_GLES20.cpp | 64 static void glVertexAttribPointerBounds(GLuint indx, GLint size, GLenum type, argument 66 glVertexAttribPointer(indx, size, type, normalized, stride, pointer); 70 static void glVertexAttribIPointerBounds(GLuint indx, GLint size, GLenum type, argument 72 glVertexAttribIPointer(indx, size, type, stride, pointer); 6008 /* void glVertexAttrib1f ( GLuint indx, GLfloat x ) */ 6011 (JNIEnv *_env, jobject _this, jint indx, jfloat x) { 6013 (GLuint)indx, 6018 /* void glVertexAttrib1fv ( GLuint indx, const GLfloat *values ) */ 6021 (JNIEnv *_env, jobject _this, jint indx, jfloatArray values_ref, jint offset) { 6053 (GLuint)indx, 6010 android_glVertexAttrib1f__IF(JNIEnv *_env, jobject _this, jint indx, jfloat x) argument 6020 android_glVertexAttrib1fv__I_3FI(JNIEnv *_env, jobject _this, jint indx, jfloatArray values_ref, jint offset) argument 6069 android_glVertexAttrib1fv__ILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint indx, jobject values_buf) argument 6112 android_glVertexAttrib2f__IFF(JNIEnv *_env, jobject _this, jint indx, jfloat x, jfloat y) argument 6123 android_glVertexAttrib2fv__I_3FI(JNIEnv *_env, jobject _this, jint indx, jfloatArray values_ref, jint offset) argument 6172 android_glVertexAttrib2fv__ILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint indx, jobject values_buf) argument 6215 android_glVertexAttrib3f__IFFF(JNIEnv *_env, jobject _this, jint indx, jfloat x, jfloat y, jfloat z) argument 6227 android_glVertexAttrib3fv__I_3FI(JNIEnv *_env, jobject _this, jint indx, jfloatArray values_ref, jint offset) argument 6276 android_glVertexAttrib3fv__ILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint indx, jobject values_buf) argument 6319 android_glVertexAttrib4f__IFFFF(JNIEnv *_env, jobject _this, jint indx, jfloat x, jfloat y, jfloat z, jfloat w) argument 6332 android_glVertexAttrib4fv__I_3FI(JNIEnv *_env, jobject _this, jint indx, jfloatArray values_ref, jint offset) argument 6381 android_glVertexAttrib4fv__ILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint indx, jobject values_buf) argument 6424 android_glVertexAttribPointer__IIIZII(JNIEnv *_env, jobject _this, jint indx, jint size, jint type, jboolean normalized, jint stride, jint offset) argument 6438 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...] |
H A D | android_opengl_GLES31Ext.cpp | 63 static void glVertexAttribPointerBounds(GLuint indx, GLint size, GLenum type, argument 65 glVertexAttribPointer(indx, size, type, normalized, stride, pointer); 69 static void glVertexAttribIPointerBounds(GLuint indx, GLint size, GLenum type, argument 71 glVertexAttribIPointer(indx, size, type, stride, pointer);
|
H A D | android_opengl_GLES32.cpp | 62 static void glVertexAttribPointerBounds(GLuint indx, GLint size, GLenum type, argument 64 glVertexAttribPointer(indx, size, type, normalized, stride, pointer); 68 static void glVertexAttribIPointerBounds(GLuint indx, GLint size, GLenum type, argument 70 glVertexAttribIPointer(indx, size, type, stride, pointer);
|
H A D | android_opengl_GLES10.cpp | 64 static void glVertexAttribPointerBounds(GLuint indx, GLint size, GLenum type, argument 66 glVertexAttribPointer(indx, size, type, normalized, stride, pointer); 70 static void glVertexAttribIPointerBounds(GLuint indx, GLint size, GLenum type, argument 72 glVertexAttribIPointer(indx, size, type, stride, pointer);
|
H A D | android_opengl_GLES11.cpp | 64 static void glVertexAttribPointerBounds(GLuint indx, GLint size, GLenum type, argument 66 glVertexAttribPointer(indx, size, type, normalized, stride, pointer); 70 static void glVertexAttribIPointerBounds(GLuint indx, GLint size, GLenum type, argument 72 glVertexAttribIPointer(indx, size, type, stride, pointer);
|
H A D | android_opengl_GLES11Ext.cpp | 64 static void glVertexAttribPointerBounds(GLuint indx, GLint size, GLenum type, argument 66 glVertexAttribPointer(indx, size, type, normalized, stride, pointer); 70 static void glVertexAttribIPointerBounds(GLuint indx, GLint size, GLenum type, argument 72 glVertexAttribIPointer(indx, size, type, stride, pointer);
|
H A D | android_opengl_GLES31.cpp | 62 static void glVertexAttribPointerBounds(GLuint indx, GLint size, GLenum type, argument 64 glVertexAttribPointer(indx, size, type, normalized, stride, pointer); 68 static void glVertexAttribIPointerBounds(GLuint indx, GLint size, GLenum type, argument 70 glVertexAttribIPointer(indx, size, type, stride, pointer);
|
H A D | android_opengl_GLES30.cpp | 64 static void glVertexAttribPointerBounds(GLuint indx, GLint size, GLenum type, argument 66 glVertexAttribPointer(indx, size, type, normalized, stride, pointer); 70 static void glVertexAttribIPointerBounds(GLuint indx, GLint size, GLenum type, argument 72 glVertexAttribIPointer(indx, size, type, stride, pointer);
|