HomeSort by relevance Sort by last modified time
    Searched refs:index3 (Results 1 - 14 of 14) sorted by null

  /external/opencv/cvaux/src/
decomppoly.cpp 150 int index1, index2, index3;
184 index3 = 2;
189 x3 = contour[ index3 ].x;
190 y3 = contour[ index3 ].y;
241 outEdges[ (*numEdges) * 2 + 1 ] = index3;
244 index2 = index3;
250 index3 ++;
251 if( index3 == num ) {
252 index3 = 0;
254 } while( !pointExist[ index3 ] );
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
d8_31pf.cpp 106 index3 -- Word16 -- index for third pos in pos_index[]
168 Word16 index3, /* i : index for third pos in pos_index[] */
180 pos_indx[index3] = (MSBs/25)*2 + LSBs/4;
259 pos_indx[index3] =
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/
TransliteratorInputMethod.java 349 int index3 = info.lastIndexOf(".", index2); local
350 if (index3 < index1 + 4) {
351 index3 = index1 + 4;
354 buf.append(info.substring(index3 + 1, index2));
  /external/skia/tests/
PathOpsAngleTest.cpp 444 for (int index3 = 0; index3 < 3; ++index3) {
445 IntersectData& data = dataArray[index2 + index3];
  /external/opencv/cv/src/
cvconvhull.cpp 610 int index1, index2, index3; local
621 CV_CALL( index3 = cvSeqElemIdx( ptseq, pos ));
627 index3 = *CV_SEQ_ELEM( hull, int, 2 );
631 sign += (index3 > index2) ? 1 : 0;
632 sign += (index1 > index3) ? 1 : 0;
  /prebuilts/tools/common/m2/repository/com/esotericsoftware/kryo/kryo/2.24.0/
kryo-2.24.0.jar 
  /external/swiftshader/src/OpenGL/compiler/
OutputASM.h 266 TIntermNode *src2 = 0, int index2 = 0, TIntermNode *src3 = 0, int index3 = 0, TIntermNode *src4 = 0, int index4 = 0);
OutputASM.cpp     [all...]
  /external/swiftshader/src/Shader/
VertexPipeline.cpp 53 UInt index3[4]; local
73 index3[i] = (indices & 0xFF000000) >> 18;
83 index3[i] = 3 * 64;
149 pos3 = transform(src, matrix, index3, homogeneous);
VertexProgram.cpp 908 Int index3 = Extract(index, 3); local
913 c.w = *Pointer<Float4>(uniformAddress(src.bufferIndex, 0, index3), 16)
    [all...]
  /external/aac/libFDK/src/
fixpoint_math.cpp 292 UINT index3 = (UINT)(LONG)(x >> 10) & 0x1F; local
299 UINT lookup3 = exp2x_tab_long[index3];
  /external/libvpx/libvpx/third_party/libyuv/source/
row_common.cc 2230 int index3 = shuffler[3]; local
    [all...]
  /external/libyuv/files/source/
row_common.cc 2222 int index3 = shuffler[3]; local
    [all...]
  /external/syslinux/gpxe/src/drivers/infiniband/
MT25218_PRM.h 96 pseudo_bit_t index3[0x00007]; member in struct:arbelprm_access_lam_inject_errors_input_modifier_st
    [all...]

Completed in 441 milliseconds