Searched refs:weight1 (Results 1 – 10 of 10) sorted by relevance
/external/dng_sdk/source/ |
D | dng_hue_sat_map.cpp | 263 real64 weight1) in Interpolate() argument 266 if (weight1 >= 1.0) in Interpolate() 282 if (weight1 <= 0.0) in Interpolate() 331 real32 w1 = (real32) weight1; in Interpolate()
|
D | dng_hue_sat_map.h | 228 real64 weight1);
|
/external/opencv3/modules/objdetect/src/ |
D | HaarStructs.h | 34 float weight1; member
|
D | cascadedetect.cpp | 1438 f.weight1 = ff[i].rect[1].weight; in setHaarVars()
|
/external/opencv3/modules/imgproc/src/opencl/ |
D | blend_linear.cl | 58 __global const uchar * weight1, int weight1_step, int weight1_offset, 73 float w1 = *(__global const float *)(weight1 + weight1_index),
|
/external/opencv3/modules/videostab/include/opencv2/videostab/ |
D | motion_stabilizing.hpp | 132 float weight1() const { return w1_; } in weight1() function in cv::videostab::LpMotionStabilizer
|
/external/libavc/decoder/ |
D | ih264d_inter_pred.c | 1321 WORD32 weight1, weight2; in ih264d_motion_compensate_mp() local 1326 weight1 = (WORD16)(u4_wt_ofst_y & 0xffff); in ih264d_motion_compensate_mp() 1340 weight1, weight2, ofst1, in ih264d_motion_compensate_mp() 1346 weight1 = ((u4_wt_ofst_v & 0xffff) << 16) in ih264d_motion_compensate_mp() 1364 weight1, weight2, ofst1, ofst2, in ih264d_motion_compensate_mp()
|
/external/opencv3/modules/rsobjdetect/src/ |
D | innerloop.cpp | 47 f.weight0, f.weight1, f.weight2); in initInnerLoop()
|
/external/skia/src/utils/ |
D | SkTextureCompressor_ASTC.cpp | 1032 const SkColor endpoints[2], int weight0, int weight1, int plane) { in interpolate_dual_endpoints() argument 1042 SkColorGetR(endpoints[0]), SkColorGetR(endpoints[1]), weight1); in interpolate_dual_endpoints() 1047 SkColorGetG(endpoints[0]), SkColorGetG(endpoints[1]), weight1); in interpolate_dual_endpoints() 1052 SkColorGetB(endpoints[0]), SkColorGetB(endpoints[1]), weight1); in interpolate_dual_endpoints() 1057 SkColorGetA(endpoints[0]), SkColorGetA(endpoints[1]), weight1); in interpolate_dual_endpoints()
|
/external/llvm/test/CodeGen/Mips/ |
D | delay-slot-fill-forward.ll | 25 @weight1 = external global i16, align 2 69 store i16 %conv88673, i16* @weight1, align 2, !tbaa !5
|