HomeSort by relevance Sort by last modified time
    Searched refs:idx2 (Results 51 - 75 of 96) sorted by null

1 23 4

  /external/opencv/cxcore/src/
cxutils.cpp 876 int idx1 = pair_buf[j], idx2 = pair_buf[j+1], row1, row2; local
878 row1 = idx1/step; row2 = idx2/step;
880 q = idata + row2*step + (idx2 - row2*cols)*elem_size;
888 int idx1 = pair_buf[j], idx2 = pair_buf[j+1], row1, row2; local
890 row1 = idx1/step; row2 = idx2/step;
892 q = data + row2*step + (idx2 - row2*cols)*elem_size;
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/Lua/
lua.h 198 LUA_API int (lua_rawequal) (lua_State *L, int idx1, int idx2);
199 LUA_API int (lua_compare) (lua_State *L, int idx1, int idx2, int op);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_deadlock_detector.h 356 // idx1 and idx2 are raw indices to g_, not lock IDs.
357 bool testOnlyHasEdgeRaw(uptr idx1, uptr idx2) {
358 return g_.hasEdge(idx1, idx2);
  /external/syslinux/com32/lua/src/
lua.h 203 LUA_API int (lua_rawequal) (lua_State *L, int idx1, int idx2);
204 LUA_API int (lua_compare) (lua_State *L, int idx1, int idx2, int op);
  /external/tensorflow/tensorflow/core/kernels/
bias_op.cc 252 using idx2 = Eigen::type2index<2>;
254 Eigen::IndexList<idx0, idx2, idx3> reduction_axes;
eigen_spatial_convolutions.h 709 const Index idx2 = dm2.baseIndex(r, c);
727 : rhs.packetNoPadding(d, idx2);
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_setup.c 182 LLVMValueRef idx2 = lp_build_const_int32(gallivm, bcolor_slot); local
188 a0_back = LLVMBuildLoad(b, LLVMBuildGEP(b, args->v0, &idx2, 1, ""), "v0a_back");
189 a1_back = LLVMBuildLoad(b, LLVMBuildGEP(b, args->v1, &idx2, 1, ""), "v1a_back");
190 a2_back = LLVMBuildLoad(b, LLVMBuildGEP(b, args->v2, &idx2, 1, ""), "v2a_back");
    [all...]
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/
data_builder.c 377 int idx,idx2; local
408 idx2 = inv_pick_best_time_difference(td[idx], td[2]);
409 if (idx2 == 1)
424 idx2 = inv_pick_best_time_difference(td[idx], td[2]);
425 if (idx2 == 1)
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
object_tracker.cpp 576 for (uint32_t idx2 = 0; idx2 < pSubmits[idx0].signalSemaphoreCount; ++idx2) {
577 skip_call |= ValidateObject(queue, pSubmits[idx0].pSignalSemaphores[idx2],
    [all...]
  /external/opencv/cv/include/
cvcompat.h 483 #define cvQueryHistValue_3D( hist, idx0, idx1, idx2 ) \
484 ((float)cvGetReal3D( (hist)->bins, (idx0), (idx1), (idx2)))
494 #define cvGetHistValue_3D( hist, idx0, idx1, idx2 ) \
495 ((float*)cvPtr3D( (hist)->bins, (idx0), (idx1), (idx2), 0))
    [all...]
  /external/skia/tests/
PathOpsAngleIdeas.cpp 500 for (int idx2 = 0; idx2 < i.used(); ++idx2) {
501 double t = i[0][idx2];
    [all...]
  /external/skqp/tests/
PathOpsAngleIdeas.cpp 500 for (int idx2 = 0; idx2 < i.used(); ++idx2) {
501 double t = i[0][idx2];
    [all...]
  /external/opencv/cxcore/include/
cxcore.h 340 CVAPI(uchar*) cvPtr3D( const CvArr* arr, int idx0, int idx1, int idx2,
354 CVAPI(CvScalar) cvGet3D( const CvArr* arr, int idx0, int idx1, int idx2 );
360 CVAPI(double) cvGetReal3D( const CvArr* arr, int idx0, int idx1, int idx2 );
366 CVAPI(void) cvSet3D( CvArr* arr, int idx0, int idx1, int idx2, CvScalar value );
373 int idx1, int idx2, double value );
    [all...]
  /external/guava/guava/lib/
jdiff.jar 
  /external/guice/lib/build/jdiff/
jdiff.jar 
  /external/freetype/src/psaux/
psintrp.c 1724 FT_Int idx2; local
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
builder_misc.cpp     [all...]
  /external/vulkan-validation-layers/layers/
object_tracker_utils.cpp 224 for (uint32_t idx2 = 0; idx2 < desc->descriptorCount; ++idx2) {
225 skip |= ValidateObject(disp, desc->pTexelBufferView[idx2], kVulkanObjectTypeBufferView, false,
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.cpp 469 unsigned char idx2 = imgMos.Y.ptr[y][x+1]; local
474 imgMos.V.ptr[y][x - o] = idx2;
522 unsigned char idx2 = imgMos.Y.ptr[y+1][x]; local
527 imgMos.V.ptr[y - o][x] = idx2;
    [all...]
  /toolchain/binutils/binutils-2.27/libiberty/
regex.c 3412 int32_t idx2 = table[ch]; local
6331 int32_t idx, idx2; local
    [all...]
  /external/libvpx/libvpx/vp8/common/mips/msa/
vp8_macros_msa.h 423 'Idx2' word element from input vector 'in0' is copied to the
428 #define ST4x4_UB(in0, in1, idx0, idx1, idx2, idx3, pdst, stride) \
435 out2_m = __msa_copy_u_w((v4i32)in1, idx2); \
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
macros_msa.h 391 'Idx2' word element from input vector 'in0' is copied to the
396 #define ST4x4_UB(in0, in1, idx0, idx1, idx2, idx3, pdst, stride) \
403 out2_m = __msa_copy_u_w((v4i32)in1, idx2); \
    [all...]
  /external/mesa3d/src/compiler/nir/
nir_builder.h 506 num_variables, num_indices, idx0, idx1, idx2, flags)
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
h264parse_dpb.c 2025 int32_t idx2 = 0; local
    [all...]
  /external/iptables/libiptc/
libiptc.c 611 unsigned int idx, idx2; local
629 iptcc_bsearch_chain_index(c2->name, &idx2, h);
630 if (idx != idx2) {
    [all...]

Completed in 1022 milliseconds

1 23 4