HomeSort by relevance Sort by last modified time
    Searched refs:indx (Results 1 - 25 of 61) sorted by null

1 2 3

  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
c8_31pf.h 110 Word16 indx[], /* o : 7 Word16, index of 8 pulses (signs+positions) */
c1035pf.h 113 Word16 indx[], /* (o) : index of 10 pulses (sign + position) */
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_MR102]
    [all...]
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[track] = index
    [all...]
c2_11pf.cpp 630 Word16 indx; local
644 indx = 0;
803 indx =
805 indx,
838 return indx;
c2_9pf.cpp 854 indx = codebook index (Word16)
891 Word16 i, j, k, track, first, index, _sign[NB_PULSE], indx, rsign;
906 indx = 0;
1003 Word16 indx; local
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
bitmap.h 68 unsigned int indx; /* regno/BITMAP_ELEMENT_ALL_BITS. */ local
80 unsigned int indx; /* Index of last element looked at. */ local
238 if (bi->elt1->indx >= start_bit / BITMAP_ELEMENT_ALL_BITS)
244 if (bi->elt1->indx != start_bit / BITMAP_ELEMENT_ALL_BITS)
245 start_bit = bi->elt1->indx * BITMAP_ELEMENT_ALL_BITS;
281 if (bi->elt1->indx >= start_bit / BITMAP_ELEMENT_ALL_BITS)
295 if (bi->elt2->indx >= bi->elt1->indx)
301 if (bi->elt1->indx == bi->elt2->indx)
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
bitmap.h 68 unsigned int indx; /* regno/BITMAP_ELEMENT_ALL_BITS. */ local
80 unsigned int indx; /* Index of last element looked at. */ local
238 if (bi->elt1->indx >= start_bit / BITMAP_ELEMENT_ALL_BITS)
244 if (bi->elt1->indx != start_bit / BITMAP_ELEMENT_ALL_BITS)
245 start_bit = bi->elt1->indx * BITMAP_ELEMENT_ALL_BITS;
281 if (bi->elt1->indx >= start_bit / BITMAP_ELEMENT_ALL_BITS)
295 if (bi->elt2->indx >= bi->elt1->indx)
301 if (bi->elt1->indx == bi->elt2->indx)
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
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_MR102+1] >> 3
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/dec/include/
pvavcdecoderinterface.h 40 virtual bool GetDecOutput(int *indx, int *release) = 0;
pvavcdecoder.h 38 virtual bool GetDecOutput(int *indx, int *release);
avcdec_api.h 172 OSCL_IMPORT_REF AVCDec_Status PVAVCDecGetOutput(AVCHandle *avcHandle, int *indx, int *release_flag, AVCFrameIO *output);
  /external/ppp/pppd/
ipxcp.c 264 int indx; local
271 for (indx = 0; indx < 5; ++indx) {
272 dst[indx] <<= 4;
273 dst[indx] |= (dst[indx + 1] >> 4) & 0x0F;
442 int indx; local
443 for (indx = 0; indx < sizeof (ipxcp_wantoptions[0].our_node); ++indx
625 int indx; local
634 int indx; local
    [all...]
  /cts/tools/dasm/src/java_cup/
terminal.java 83 public static terminal find(int indx)
85 Integer the_indx = new Integer(indx);
terminal_set.java 86 * @param indx the index of the terminal in question.
88 public boolean contains(int indx)
90 return _elements.get(indx);
  /external/webkit/WebCore/html/canvas/
WebGLRenderingContext.h 260 void vertexAttrib1f(unsigned long indx, float x);
261 void vertexAttrib1fv(unsigned long indx, WebGLFloatArray* values);
262 void vertexAttrib1fv(unsigned long indx, float* values, int size);
263 void vertexAttrib2f(unsigned long indx, float x, float y);
264 void vertexAttrib2fv(unsigned long indx, WebGLFloatArray* values);
265 void vertexAttrib2fv(unsigned long indx, float* values, int size);
266 void vertexAttrib3f(unsigned long indx, float x, float y, float z);
267 void vertexAttrib3fv(unsigned long indx, WebGLFloatArray* values);
268 void vertexAttrib3fv(unsigned long indx, float* values, int size);
269 void vertexAttrib4f(unsigned long indx, float x, float y, float z, float w)
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
vlc.cpp 613 int indx; local
728 indx = 0;
729 while ((temp&mask) == 0 && indx < (16 - TotalCoeff)) /* search location of 1 bit */
732 indx++;
735 pcode = (uint8*) & (TotZero12to15[TotalCoeff-12][indx]);
782 int indx; local
806 indx = 0;
807 PV_CLZ(indx, temp)
808 *code = 7 + indx;
809 BitstreamFlushBits(stream, indx + 1)
    [all...]
  /frameworks/base/opengl/tools/glgen/specs/gles11/
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, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *ptr )
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
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...]
  /external/qemu/memcheck/
memcheck.c 410 uint32_t indx; local
446 for (indx = 0; indx < thread->call_stack_count; indx++) {
447 desc.call_stack[indx] =
448 thread->call_stack[thread->call_stack_count - 1 - indx].call_address;
memcheck_proc_management.c 292 uint32_t indx; local
299 for (indx = 0; indx < thread->call_stack_count; indx++) {
300 if (thread->call_stack[indx].module_path != NULL) {
301 qemu_free(thread->call_stack[indx].module_path);
438 int indx = (int)thread->call_stack_count - 1; local
439 for (; indx >= 0; indx--) {
440 if (thread->call_stack[indx].ret_address == ret)
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES20.java     [all...]
  /external/webkit/WebCore/platform/graphics/
GraphicsContext3D.h 580 void vertexAttrib1f(unsigned long indx, float x);
581 void vertexAttrib1fv(unsigned long indx, float* values);
582 void vertexAttrib2f(unsigned long indx, float x, float y);
583 void vertexAttrib2fv(unsigned long indx, float* values);
584 void vertexAttrib3f(unsigned long indx, float x, float y, float z);
585 void vertexAttrib3fv(unsigned long indx, float* values);
586 void vertexAttrib4f(unsigned long indx, float x, float y, float z, float w);
587 void vertexAttrib4fv(unsigned long indx, float* values);
588 void vertexAttribPointer(unsigned long indx, int size, int type, bool normalized,
  /external/webkit/WebCore/platform/graphics/mac/
GraphicsContext3DMac.cpp 908 void GraphicsContext3D::vertexAttrib1f(unsigned long indx, float v0)
911 ::glVertexAttrib1f(indx, v0);
914 void GraphicsContext3D::vertexAttrib1fv(unsigned long indx, float* array)
917 ::glVertexAttrib1fv(indx, array);
920 void GraphicsContext3D::vertexAttrib2f(unsigned long indx, float v0, float v1)
923 ::glVertexAttrib2f(indx, v0, v1);
926 void GraphicsContext3D::vertexAttrib2fv(unsigned long indx, float* array)
929 ::glVertexAttrib2fv(indx, array);
932 void GraphicsContext3D::vertexAttrib3f(unsigned long indx, float v0, float v1, float v2)
935 ::glVertexAttrib3f(indx, v0, v1, v2)
    [all...]
  /libcore/luni/src/test/java/tests/security/cert/
CertPathValidatorExceptionTest.java 285 int[] indx = { 0, 1, 100, Integer.MAX_VALUE, Integer.MIN_VALUE }; local
286 for (int j = 0; j < indx.length; j++) {
289 new CertPathValidatorException(msgs[i], tCause, null, indx[j]);
293 + ", certPath is null and index is " + indx[j]);
359 int[] indx = { -2, -100, 0, 1, 100, Integer.MAX_VALUE, local
361 for (int j = 0; j < indx.length; j++) {
364 new CertPathValidatorException(msgs[i], tCause, cp, indx[j]);
368 + ", certPath is null and index is " + indx[j]);

Completed in 321 milliseconds

1 2 3