HomeSort by relevance Sort by last modified time
    Searched refs:index3 (Results 1 - 20 of 20) 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/libxcam/cl_kernel/
kernel_bayer_basic.cl 94 int index3 = index2 + pitch_count;
95 slm_gr[index] = (slm_gr[index] + slm_gr[index1] + slm_gr[index2] + slm_gr[index3]) * 0.25f;
96 slm_r[index] = (slm_r[index] + slm_r[index1] + slm_r[index2] + slm_r[index3]) * 0.25f;
97 slm_b[index] = (slm_b[index] + slm_b[index1] + slm_b[index2] + slm_b[index3]) * 0.25f;
98 slm_gb[index] = (slm_gb[index] + slm_gb[index1] + slm_gb[index2] + slm_gb[index3]) * 0.25f;
  /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/skqp/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;
  /external/tensorflow/tensorflow/core/kernels/
sparse_matmul_op.cc 95 // the corresponding coordinates of the element in index/index3 vectors. index3
97 // share the same row coordinate. Each entry in Index3 corresponds to 3 entries
105 // [index3[index3_offset[i-1]], index3[index3_offset[i]]). Similarly for
113 struct Index3 {
143 std::vector<Index3> index3; member in struct:tensorflow::__anon39926::SparseSlice
146 // See comments above. Similar to "index3" except that each element in "index"
174 index3.reserve(mat_size / 3)
    [all...]
  /external/aac/libFDK/include/
fixpoint_math.h 207 UINT index3 = (UINT)(LONG)(x >> 10) & 0x1F; local
215 UINT lookup3 = exp2x_tab_long[index3];
  /external/annotation-tools/scene-lib/test/annotations/tests/executable/
TestSceneLib.java 476 String index3 = sw3.toString(); local
477 assertTrue(index3.indexOf("unknown[]") >= 0);
481 IndexFileParser.parseString(index3, scene4);
  /prebuilts/tools/common/m2/repository/com/esotericsoftware/kryo/kryo/2.24.0/
kryo-2.24.0.jar 
  /external/swiftshader/src/OpenGL/compiler/
OutputASM.h 271 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 886 Int index3 = Extract(index, 3); local
891 c.w = *Pointer<Float4>(uniformAddress(src.bufferIndex, 0, index3), 16);
    [all...]
  /external/libvpx/libvpx/vpx_dsp/arm/
fdct32x32_neon.c 41 #define ADD_S16(src, index0, index1, dest, index3) \
43 dest[index3] = vaddq_s16(src[index0], src[index1]); \
    [all...]
  /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...]
  /toolchain/binutils/binutils-2.27/opcodes/
arc-opc.c 975 MAKE_BIAS_INSERT_EXTRACT_FUNCS(index3,4,7,2,4,0)
    [all...]

Completed in 352 milliseconds