Searched defs:weight2 (Results 1 - 3 of 3) sorted by relevance

/external/opencv3/modules/objdetect/src/
H A DHaarStructs.h35 float weight2; member in struct:Fe
/external/opencv3/modules/videostab/include/opencv2/videostab/
H A Dmotion_stabilizing.hpp135 float weight2() const { return w2_; } function in class:cv::videostab::LpMotionStabilizer
/external/libavc/decoder/
H A Dih264d_inter_pred.c1322 WORD32 weight1, weight2; local
1331 weight2 = (WORD16)(u4_wt_ofst_y & 0xffff);
1341 weight1, weight2, ofst1,
1354 weight2 = ((u4_wt_ofst_v & 0xffff) << 16)
1365 weight1, weight2, ofst1, ofst2,

Completed in 215 milliseconds