HomeSort by relevance Sort by last modified time
    Searched defs:weight2 (Results 1 - 8 of 8) sorted by null

  /external/opencv3/modules/objdetect/src/
HaarStructs.h 35 float weight2; member in struct:Fe
  /external/opencv3/modules/videostab/include/opencv2/videostab/
motion_stabilizing.hpp 135 float weight2() const { return w2_; } function in class:cv::videostab::LpMotionStabilizer
  /frameworks/rs/cpu_ref/
rsCpuIntrinsic3DLUT.cpp 105 int4 weight2 = baseCoord & 0x7fff; local
106 int4 weight1 = (int4)0x8000 - weight2;
124 uint4 yz00 = ((v000 * weight1.x) + (v100 * weight2.x)) >> (int4)7;
125 uint4 yz10 = ((v010 * weight1.x) + (v110 * weight2.x)) >> (int4)7;
126 uint4 yz01 = ((v001 * weight1.x) + (v101 * weight2.x)) >> (int4)7;
127 uint4 yz11 = ((v011 * weight1.x) + (v111 * weight2.x)) >> (int4)7;
129 uint4 z0 = ((yz00 * weight1.y) + (yz10 * weight2.y)) >> (int4)15;
130 uint4 z1 = ((yz01 * weight1.y) + (yz11 * weight2.y)) >> (int4)15;
132 uint4 v = ((z0 * weight1.z) + (z1 * weight2.z)) >> (int4)15;
144 ALOGE("weight2 %08x %08x %08x %08x", weight2.x, weight2.y, weight2.z, weight2.w)
    [all...]
  /external/libavc/decoder/
ih264d_inter_pred.c 1322 WORD32 weight1, weight2; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
voAMRWBEnc.c 1358 Word16 weight1, weight2; local
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar 

Completed in 319 milliseconds