Home
last modified time | relevance | path

Searched refs:indx (Results 1 – 25 of 35) sorted by relevance

12

/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
Dd8_31pf.cpp343 Word16 indx[], /* i : position and sign of 8 pulses (compressed) */ in decompress_code() argument
359 sign_indx[i] = indx[i]; in decompress_code()
367 MSBs = indx[NB_TRACK_MR102] >> 3; in decompress_code()
369 LSBs = indx[NB_TRACK_MR102] & 0x7; in decompress_code()
385 MSBs = indx[NB_TRACK_MR102+1] >> 3; in decompress_code()
387 LSBs = indx[NB_TRACK_MR102+1] & 0x7; in decompress_code()
410 MSBs = indx[NB_TRACK_MR102+2] >> 2; in decompress_code()
412 LSBs = indx[NB_TRACK_MR102+2] & 0x3; in decompress_code()
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
Dc8_31pf.cpp442 Word16 indx; in compress10() local
473 indx = ib << 3; in compress10()
485 indx += ib; in compress10()
487 return indx; in compress10()
568 Word16 indx[], /* o : position and sign of 8 pulses (compressed) */ in compress_code() argument
576 Word16 *p_indx = &indx[0]; in compress_code()
589 indx[NB_TRACK_MR102] = in compress_code()
599 indx[NB_TRACK_MR102+1] = in compress_code()
651 indx[NB_TRACK_MR102+2] = ib; in compress_code()
754 Word16 indx[], /* o : 7 Word16, index of 8 pulses (signs+positions) */ in code_8i40_31bits() argument
[all …]
Dc1035pf.cpp405 Word16 indx[], /* (o) : index of 10 pulses (sign+position) */ in build_code() argument
420 memset(indx, 0xFF, NB_TRACK*sizeof(*indx)); in build_code()
452 p1 = &indx[track]; in build_code()
654 Word16 indx[], /* (o) : index of 10 pulses (sign + position) */ in code_10i40_35bits() argument
669 build_code(codvec, sign, cod, h, y, indx, pOverflow); in code_10i40_35bits()
672 q_p(&indx[i], i); in code_10i40_35bits()
Dc2_11pf.cpp630 Word16 indx; in build_code() local
644 indx = 0; in build_code()
803 indx = in build_code()
805 indx, in build_code()
838 return indx; in build_code()
Dc2_9pf.cpp1003 Word16 indx; in build_code() local
1019 indx = 0; in build_code()
1062 indx += index; in build_code()
1092 return(indx); in build_code()
Dc3_14pf.cpp684 Word16 indx; in build_code() local
698 indx = 0; in build_code()
771 indx += index; in build_code()
809 return indx; in build_code()
Dc8_31pf.h110 Word16 indx[], /* o : 7 Word16, index of 8 pulses (signs+positions) */
Dc1035pf.h113 Word16 indx[], /* (o) : index of 10 pulses (sign + position) */
Dc4_17pf.cpp754 Word16 indx; in build_code() local
770 indx = 0; in build_code()
838 indx += index; in build_code()
885 return indx; in build_code()
/frameworks/base/opengl/java/android/opengl/
DGLES20.java1781 int indx, in glVertexAttrib1f() argument
1788 int indx, in glVertexAttrib1fv() argument
1796 int indx, in glVertexAttrib1fv() argument
1803 int indx, in glVertexAttrib2f() argument
1811 int indx, in glVertexAttrib2fv() argument
1819 int indx, in glVertexAttrib2fv() argument
1826 int indx, in glVertexAttrib3f() argument
1835 int indx, in glVertexAttrib3fv() argument
1843 int indx, in glVertexAttrib3fv() argument
1850 int indx, in glVertexAttrib4f() argument
[all …]
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dvlc_decode.cpp374 int indx; in mv_prediction() local
376indx = ((mbnum_col << 1) + (block & 1)) + ((mbnum_row << 1) + (block >> 1)) * nMVPerRow - 1; /* l… in mv_prediction()
380 p1x = motxdata[indx]; in mv_prediction()
381 p1y = motydata[indx]; in mv_prediction()
388 p1x = motxdata[indx]; in mv_prediction()
389 p1y = motydata[indx]; in mv_prediction()
394 indx = indx + 1 - nMVPerRow; /* upper_block */ in mv_prediction()
397 indx -= (block & 1); in mv_prediction()
398 p2x = motxdata[indx]; in mv_prediction()
399 p2y = motydata[indx]; in mv_prediction()
[all …]
/frameworks/native/opengl/tools/glgen/specs/gles11/
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 st…
143 void glVertexAttribPointer ( GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei st…
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in397 void API_ENTRY(glVertexAttrib1f)(GLuint indx, GLfloat x) {
398 CALL_GL_API(glVertexAttrib1f, indx, x);
400 void API_ENTRY(glVertexAttrib1fv)(GLuint indx, const GLfloat* values) {
401 CALL_GL_API(glVertexAttrib1fv, indx, values);
403 void API_ENTRY(glVertexAttrib2f)(GLuint indx, GLfloat x, GLfloat y) {
404 CALL_GL_API(glVertexAttrib2f, indx, x, y);
406 void API_ENTRY(glVertexAttrib2fv)(GLuint indx, const GLfloat* values) {
407 CALL_GL_API(glVertexAttrib2fv, indx, values);
409 void API_ENTRY(glVertexAttrib3f)(GLuint indx, GLfloat x, GLfloat y, GLfloat z) {
410 CALL_GL_API(glVertexAttrib3f, indx, x, y, z);
[all …]
Dgl3_api.in397 void API_ENTRY(glVertexAttrib1f)(GLuint indx, GLfloat x) {
398 CALL_GL_API(glVertexAttrib1f, indx, x);
400 void API_ENTRY(glVertexAttrib1fv)(GLuint indx, const GLfloat* values) {
401 CALL_GL_API(glVertexAttrib1fv, indx, values);
403 void API_ENTRY(glVertexAttrib2f)(GLuint indx, GLfloat x, GLfloat y) {
404 CALL_GL_API(glVertexAttrib2f, indx, x, y);
406 void API_ENTRY(glVertexAttrib2fv)(GLuint indx, const GLfloat* values) {
407 CALL_GL_API(glVertexAttrib2fv, indx, values);
409 void API_ENTRY(glVertexAttrib3f)(GLuint indx, GLfloat x, GLfloat y, GLfloat z) {
410 CALL_GL_API(glVertexAttrib3f, indx, x, y, z);
[all …]
/frameworks/base/core/jni/android/graphics/
DCanvas.cpp837 for (int indx = 0; indx < count; indx++) { in doDrawGlyphsPos() local
838 posPtr[indx].fX = SkFloatToScalar(x + posArray[indx * 2]); in doDrawGlyphsPos()
839 posPtr[indx].fY = SkFloatToScalar(y + posArray[indx * 2 + 1]); in doDrawGlyphsPos()
877 int indx; in drawPosText___CII_FPaint() local
878 for (indx = 0; indx < posCount; indx++) { in drawPosText___CII_FPaint()
879 posPtr[indx].fX = SkFloatToScalar(posArray[indx << 1]); in drawPosText___CII_FPaint()
880 posPtr[indx].fY = SkFloatToScalar(posArray[(indx << 1) + 1]); in drawPosText___CII_FPaint()
907 for (int indx = 0; indx < posCount; indx++) { in drawPosText__String_FPaint() local
908 posPtr[indx].fX = SkFloatToScalar(posArray[indx << 1]); in drawPosText__String_FPaint()
909 posPtr[indx].fY = SkFloatToScalar(posArray[(indx << 1) + 1]); in drawPosText__String_FPaint()
/frameworks/native/opengl/tools/glgen/stubs/gles11/
Dcommon.cpp39 static void glVertexAttribPointerBounds(GLuint indx, GLint size, GLenum type, in glVertexAttribPointerBounds() argument
41 glVertexAttribPointer(indx, size, type, normalized, stride, pointer); in glVertexAttribPointerBounds()
45 static void glVertexAttribIPointerBounds(GLuint indx, GLint size, GLenum type, in glVertexAttribIPointerBounds() argument
47 glVertexAttribIPointer(indx, size, type, stride, pointer); in glVertexAttribIPointerBounds()
/frameworks/base/core/java/android/database/
DCursorWindow.java748 for (int indx = 0; indx < size; indx++) { in printStats()
749 int pid = sWindowToPidMap.valueAt(indx); in printStats()
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dmotion_est.cpp1575 Int indx, i; in RasterIntraUpdate() local
1578 indx = 0; in RasterIntraUpdate()
1579 while (intraArray[indx] == 1 && indx < totalMB) in RasterIntraUpdate()
1580 indx++; in RasterIntraUpdate()
1583 for (i = 0; i < numRefresh && indx < totalMB; i++) in RasterIntraUpdate()
1585 Mode[indx] = MODE_INTRA; in RasterIntraUpdate()
1586 intraArray[indx++] = 1; in RasterIntraUpdate()
1590 if (indx >= totalMB - 1) in RasterIntraUpdate()
1593 indx = 0; in RasterIntraUpdate()
1594 while (i < numRefresh && indx < totalMB) in RasterIntraUpdate()
[all …]
/frameworks/native/opengl/include/GLES2/
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,…
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, GL…
/frameworks/base/core/jni/
Dandroid_opengl_GLES10Ext.cpp61 static void glVertexAttribPointerBounds(GLuint indx, GLint size, GLenum type, in glVertexAttribPointerBounds() argument
63 glVertexAttribPointer(indx, size, type, normalized, stride, pointer); in glVertexAttribPointerBounds()
67 static void glVertexAttribIPointerBounds(GLuint indx, GLint size, GLenum type, in glVertexAttribIPointerBounds() argument
69 glVertexAttribIPointer(indx, size, type, stride, pointer); in glVertexAttribIPointerBounds()
Dandroid_opengl_GLES20.cpp61 static void glVertexAttribPointerBounds(GLuint indx, GLint size, GLenum type, in glVertexAttribPointerBounds() argument
63 glVertexAttribPointer(indx, size, type, normalized, stride, pointer); in glVertexAttribPointerBounds()
67 static void glVertexAttribIPointerBounds(GLuint indx, GLint size, GLenum type, in glVertexAttribIPointerBounds() argument
69 glVertexAttribIPointer(indx, size, type, stride, pointer); in glVertexAttribIPointerBounds()
5588 (JNIEnv *_env, jobject _this, jint indx, jfloat x) { in android_glVertexAttrib1f__IF() argument
5590 (GLuint)indx, in android_glVertexAttrib1f__IF()
5598 (JNIEnv *_env, jobject _this, jint indx, jfloatArray values_ref, jint offset) { in android_glVertexAttrib1fv__I_3FI() argument
5630 (GLuint)indx, in android_glVertexAttrib1fv__I_3FI()
5647 (JNIEnv *_env, jobject _this, jint indx, jobject values_buf) { in android_glVertexAttrib1fv__ILjava_nio_FloatBuffer_2() argument
5668 (GLuint)indx, in android_glVertexAttrib1fv__ILjava_nio_FloatBuffer_2()
[all …]
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
Dmotion_est.cpp573 int indx, i; in AVCRasterIntraUpdate() local
575 indx = encvid->firstIntraRefreshMBIndx; in AVCRasterIntraUpdate()
576 for (i = 0; i < numRefresh && indx < totalMB; i++) in AVCRasterIntraUpdate()
578 (mblock + indx)->mb_intra = 1; in AVCRasterIntraUpdate()
579 encvid->intraSearch[indx++] = 1; in AVCRasterIntraUpdate()
583 if (indx >= totalMB - 1) in AVCRasterIntraUpdate()
585 indx = 0; in AVCRasterIntraUpdate()
586 while (i < numRefresh && indx < totalMB) in AVCRasterIntraUpdate()
588 (mblock + indx)->mb_intra = 1; in AVCRasterIntraUpdate()
589 encvid->intraSearch[indx++] = 1; in AVCRasterIntraUpdate()
[all …]
/frameworks/av/media/libstagefright/codecs/avc/common/include/
Davcapi_common.h202 typedef int (*FunctionType_FrameBind)(void *userData, int indx, uint8 **yuv);
/frameworks/native/opengl/include/GLES3/
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 …
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 …
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, …
/frameworks/native/opengl/libs/
Dtrace.in523 TRACE_GL_VOID(glVertexAttrib1f, (GLuint indx, GLfloat x), (indx, x), 2, "GLuint", indx, "GLfloat", …
524 TRACE_GL_VOID(glVertexAttrib1fv, (GLuint indx, const GLfloat* values), (indx, values), 2, "GLuint",…
525 TRACE_GL_VOID(glVertexAttrib2f, (GLuint indx, GLfloat x, GLfloat y), (indx, x, y), 3, "GLuint", ind…
526 TRACE_GL_VOID(glVertexAttrib2fv, (GLuint indx, const GLfloat* values), (indx, values), 2, "GLuint",…
527 …RACE_GL_VOID(glVertexAttrib3f, (GLuint indx, GLfloat x, GLfloat y, GLfloat z), (indx, x, y, z), 4,…
528 TRACE_GL_VOID(glVertexAttrib3fv, (GLuint indx, const GLfloat* values), (indx, values), 2, "GLuint",…
529 …_VOID(glVertexAttrib4f, (GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w), (indx, x, y, z,…
530 TRACE_GL_VOID(glVertexAttrib4fv, (GLuint indx, const GLfloat* values), (indx, values), 2, "GLuint",…
537indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid* ptr), (indx, s…

12