Searched refs:indx (Results 1 - 25 of 31) sorted by relevance

12

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dc8_31pf.h110 Word16 indx[], /* o : 7 Word16, index of 8 pulses (signs+positions) */
H A Dc1035pf.h113 Word16 indx[], /* (o) : index of 10 pulses (sign + position) */
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...]
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;
/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/native/opengl/tools/glgen/specs/gles11/
H A DGLES20.spec134 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 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/base/opengl/java/android/opengl/
H A DGLES20.java1778 // C function void glVertexAttrib1f ( GLuint indx, GLfloat x )
1781 int indx,
1785 // C function void glVertexAttrib1fv ( GLuint indx, const GLfloat *values )
1788 int indx,
1793 // C function void glVertexAttrib1fv ( GLuint indx, const GLfloat *values )
1796 int indx,
1800 // C function void glVertexAttrib2f ( GLuint indx, GLfloat x, GLfloat y )
1803 int indx,
1808 // C function void glVertexAttrib2fv ( GLuint indx, const GLfloat *values )
1811 int indx,
1780 glVertexAttrib1f( int indx, float x ) argument
1787 glVertexAttrib1fv( int indx, float[] values, int offset ) argument
1795 glVertexAttrib1fv( int indx, java.nio.FloatBuffer values ) argument
1802 glVertexAttrib2f( int indx, float x, float y ) argument
1810 glVertexAttrib2fv( int indx, float[] values, int offset ) argument
1818 glVertexAttrib2fv( int indx, java.nio.FloatBuffer values ) argument
1825 glVertexAttrib3f( int indx, float x, float y, float z ) argument
1834 glVertexAttrib3fv( int indx, float[] values, int offset ) argument
1842 glVertexAttrib3fv( int indx, java.nio.FloatBuffer values ) argument
1849 glVertexAttrib4f( int indx, float x, float y, float z, float w ) argument
1859 glVertexAttrib4fv( int indx, float[] values, int offset ) argument
1867 glVertexAttrib4fv( int indx, java.nio.FloatBuffer values ) argument
1874 glVertexAttribPointer( int indx, int size, int type, boolean normalized, int stride, int offset ) argument
1885 glVertexAttribPointerBounds( int indx, int size, int type, boolean normalized, int stride, java.nio.Buffer ptr, int remaining ) argument
1895 glVertexAttribPointer( int indx, int size, int type, boolean normalized, int stride, java.nio.Buffer ptr ) argument
[all...]
/frameworks/base/core/jni/android/graphics/
H A DCanvas.cpp837 for (int indx = 0; indx < count; indx++) {
838 posPtr[indx].fX = SkFloatToScalar(x + posArray[indx * 2]);
839 posPtr[indx].fY = SkFloatToScalar(y + posArray[indx * 2 + 1]);
877 int indx; local
878 for (indx = 0; indx < posCoun
[all...]
/frameworks/av/media/libstagefright/codecs/avc/common/include/
H A Davcapi_common.h198 @param indx Index of a frame in DPB (AVC library keeps track of the index).
202 typedef int (*FunctionType_FrameBind)(void *userData, int indx, uint8 **yuv);
207 @param indx Index of frame to be unbound (AVC library keeps track of the index).
/frameworks/base/core/java/android/database/
H A DCursorWindow.java748 for (int indx = 0; indx < size; indx++) {
749 int pid = sWindowToPidMap.valueAt(indx);
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A Dcommon.cpp39 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/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/base/core/jni/
H A Dandroid_opengl_GLES10Ext.cpp61 static void glVertexAttribPointerBounds(GLuint indx, GLint size, GLenum type, argument
63 glVertexAttribPointer(indx, size, type, normalized, stride, pointer);
67 static void glVertexAttribIPointerBounds(GLuint indx, GLint size, GLenum type, argument
69 glVertexAttribIPointer(indx, size, type, stride, pointer);
H A Dandroid_opengl_GLES20.cpp61 static void glVertexAttribPointerBounds(GLuint indx, GLint size, GLenum type, argument
63 glVertexAttribPointer(indx, size, type, normalized, stride, pointer);
67 static void glVertexAttribIPointerBounds(GLuint indx, GLint size, GLenum type, argument
69 glVertexAttribIPointer(indx, size, type, stride, pointer);
5585 /* void glVertexAttrib1f ( GLuint indx, GLfloat x ) */
5588 (JNIEnv *_env, jobject _this, jint indx, jfloat x) {
5590 (GLuint)indx,
5595 /* void glVertexAttrib1fv ( GLuint indx, const GLfloat *values ) */
5598 (JNIEnv *_env, jobject _this, jint indx, jfloatArray values_ref, jint offset) {
5630 (GLuint)indx,
5587 android_glVertexAttrib1f__IF(JNIEnv *_env, jobject _this, jint indx, jfloat x) argument
5597 android_glVertexAttrib1fv__I_3FI(JNIEnv *_env, jobject _this, jint indx, jfloatArray values_ref, jint offset) argument
5646 android_glVertexAttrib1fv__ILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint indx, jobject values_buf) argument
5683 android_glVertexAttrib2f__IFF(JNIEnv *_env, jobject _this, jint indx, jfloat x, jfloat y) argument
5694 android_glVertexAttrib2fv__I_3FI(JNIEnv *_env, jobject _this, jint indx, jfloatArray values_ref, jint offset) argument
5743 android_glVertexAttrib2fv__ILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint indx, jobject values_buf) argument
5780 android_glVertexAttrib3f__IFFF(JNIEnv *_env, jobject _this, jint indx, jfloat x, jfloat y, jfloat z) argument
5792 android_glVertexAttrib3fv__I_3FI(JNIEnv *_env, jobject _this, jint indx, jfloatArray values_ref, jint offset) argument
5841 android_glVertexAttrib3fv__ILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint indx, jobject values_buf) argument
5878 android_glVertexAttrib4f__IFFFF(JNIEnv *_env, jobject _this, jint indx, jfloat x, jfloat y, jfloat z, jfloat w) argument
5891 android_glVertexAttrib4fv__I_3FI(JNIEnv *_env, jobject _this, jint indx, jfloatArray values_ref, jint offset) argument
5940 android_glVertexAttrib4fv__ILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint indx, jobject values_buf) argument
5977 android_glVertexAttribPointer__IIIZII(JNIEnv *_env, jobject _this, jint indx, jint size, jint type, jboolean normalized, jint stride, jint offset) argument
5991 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/native/opengl/include/GLES2/
H A Dgl2.h605 GL_APICALL void GL_APIENTRY glVertexAttrib1f (GLuint indx, GLfloat x);
606 GL_APICALL void GL_APIENTRY glVertexAttrib1fv (GLuint indx, const GLfloat* values);
607 GL_APICALL void GL_APIENTRY glVertexAttrib2f (GLuint indx, GLfloat x, GLfloat y);
608 GL_APICALL void GL_APIENTRY glVertexAttrib2fv (GLuint indx, const GLfloat* values);
609 GL_APICALL void GL_APIENTRY glVertexAttrib3f (GLuint indx, GLfloat x, GLfloat y, GLfloat z);
610 GL_APICALL void GL_APIENTRY glVertexAttrib3fv (GLuint indx, const GLfloat* values);
611 GL_APICALL void GL_APIENTRY glVertexAttrib4f (GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
612 GL_APICALL void GL_APIENTRY glVertexAttrib4fv (GLuint indx, const GLfloat* values);
613 GL_APICALL void GL_APIENTRY glVertexAttribPointer (GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid* ptr);
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
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...]
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];
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h939 GL_APICALL void GL_APIENTRY glVertexAttrib1f (GLuint indx, GLfloat x);
940 GL_APICALL void GL_APIENTRY glVertexAttrib1fv (GLuint indx, const GLfloat* values);
941 GL_APICALL void GL_APIENTRY glVertexAttrib2f (GLuint indx, GLfloat x, GLfloat y);
942 GL_APICALL void GL_APIENTRY glVertexAttrib2fv (GLuint indx, const GLfloat* values);
943 GL_APICALL void GL_APIENTRY glVertexAttrib3f (GLuint indx, GLfloat x, GLfloat y, GLfloat z);
944 GL_APICALL void GL_APIENTRY glVertexAttrib3fv (GLuint indx, const GLfloat* values);
945 GL_APICALL void GL_APIENTRY glVertexAttrib4f (GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
946 GL_APICALL void GL_APIENTRY glVertexAttrib4fv (GLuint indx, const GLfloat* values);
947 GL_APICALL void GL_APIENTRY glVertexAttribPointer (GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid* ptr);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.h156 void GLTrace_glVertexAttrib1f(GLuint indx, GLfloat x);
157 void GLTrace_glVertexAttrib1fv(GLuint indx, const GLfloat* values);
158 void GLTrace_glVertexAttrib2f(GLuint indx, GLfloat x, GLfloat y);
159 void GLTrace_glVertexAttrib2fv(GLuint indx, const GLfloat* values);
160 void GLTrace_glVertexAttrib3f(GLuint indx, GLfloat x, GLfloat y, GLfloat z);
161 void GLTrace_glVertexAttrib3fv(GLuint indx, const GLfloat* values);
162 void GLTrace_glVertexAttrib4f(GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
163 void GLTrace_glVertexAttrib4fv(GLuint indx, const GLfloat* values);
164 void GLTrace_glVertexAttribPointer(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid* ptr);
/frameworks/base/core/java/android/app/
H A DDownloadManager.java1037 int indx = cursor.getColumnIndexOrThrow(
1039 int destination = cursor.getInt(indx);

Completed in 1184 milliseconds

12