HomeSort by relevance Sort by last modified time
    Searched full:cost (Results 276 - 300 of 2175) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/linux/netfilter_bridge/
ebt_limit.h 31 __u32 credit_cap, cost; member in struct:ebt_limit_info
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/linux/netfilter/
xt_limit.h 31 __u32 credit_cap, cost; member in struct:xt_rateinfo
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/linux/netfilter_bridge/
ebt_limit.h 31 __u32 credit_cap, cost; member in struct:ebt_limit_info
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/linux/netfilter/
xt_limit.h 31 __u32 credit_cap, cost; member in struct:xt_rateinfo
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/linux/netfilter_bridge/
ebt_limit.h 31 __u32 credit_cap, cost; member in struct:ebt_limit_info
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/linux/netfilter/
xt_limit.h 31 __u32 credit_cap, cost; member in struct:xt_rateinfo
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/linux/netfilter_bridge/
ebt_limit.h 31 __u32 credit_cap, cost; member in struct:ebt_limit_info
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/linux/netfilter/
xt_limit.h 31 __u32 credit_cap, cost; member in struct:xt_rateinfo
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/linux/netfilter_bridge/
ebt_limit.h 31 __u32 credit_cap, cost; member in struct:ebt_limit_info
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/netfilter/
xt_limit.h 31 __u32 credit_cap, cost; member in struct:xt_rateinfo
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/netfilter_bridge/
ebt_limit.h 31 __u32 credit_cap, cost; member in struct:ebt_limit_info
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/netfilter/
xt_limit.h 31 __u32 credit_cap, cost; member in struct:xt_rateinfo
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/netfilter_bridge/
ebt_limit.h 31 __u32 credit_cap, cost; member in struct:ebt_limit_info
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/netfilter/
xt_limit.h 31 __u32 credit_cap, cost; member in struct:xt_rateinfo
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/netfilter_bridge/
ebt_limit.h 31 __u32 credit_cap, cost; member in struct:ebt_limit_info
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/netfilter/
xt_limit.h 31 __u32 credit_cap, cost; member in struct:xt_rateinfo
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/netfilter_bridge/
ebt_limit.h 31 __u32 credit_cap, cost; member in struct:ebt_limit_info
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/netfilter/
xt_limit.h 31 __u32 credit_cap, cost; member in struct:xt_rateinfo
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/netfilter_bridge/
ebt_limit.h 31 __u32 credit_cap, cost; member in struct:ebt_limit_info
  /system/sepolicy/
NOTICE 16 lost profits, cost of cover, or other special, incidental,
  /external/llvm/lib/Target/SystemZ/
SystemZTargetTransformInfo.cpp 30 // SystemZ cost model.
38 // There is no cost model for constants with a bit size of 0. Return TCC_Free
42 // No cost model for operations on integers larger than 64 bit implemented yet.
71 // There is no cost model for constants with a bit size of 0. Return TCC_Free
75 // No cost model for operations on integers larger than 64 bit implemented yet.
189 // There is no cost model for constants with a bit size of 0. Return TCC_Free
193 // No cost model for operations on integers larger than 64 bit implemented yet.
  /external/opencv/cvaux/src/
cvcorrespond.cpp 73 float cost, cost1; local
113 /* Fill upper line in the cost Table */
128 /* Fill lefter line in the cost Table */
177 cost = 0;
184 cost = (float) (r_len * r_len - l_len * l_len) * (1 / (r_len * l_len));
188 cost = (float) (l_len * l_len - r_len * r_len) * (1 / (r_len * l_len));
200 min1 = costTable[i_1 + j_1 * row_size] + cost + (float) cost1;
  /external/opencv3/modules/shape/include/opencv2/shape/
shape_distance.hpp 124 /** @brief Set the weight of the Image Appearance cost in the final value of the shape distance. The image
125 appearance cost is defined as the sum of squared brightness differences in Gaussian windows around
131 @param imageAppearanceWeight The weight of the appearance cost in the final distance value.
147 Appearance cost.
158 /** @brief Set the algorithm used for building the shape context descriptor cost matrix.
160 @param comparer Smart pointer to a HistogramCostExtractor, an algorithm that defines the cost
166 /** @brief Set the value of the standard deviation for the Gaussian window for the image appearance cost.
  /external/ceres-solver/include/ceres/
loss_function.h 32 // are converted to cost terms for the overall problem cost function.
34 // overall cost for a problem, see problem.h.
64 // Using a robust loss function, the cost for large residuals is
68 // What cost function is best?
71 // function. The authors suggest starting with a non-robust cost, then
99 // cost function is given by 1/2 rho(s), where
113 // so that they mimic the least squares cost for small residuals.
240 // Loss function that maps to approximately zero cost in a range around the
241 // origin, and reverts to linear in error (quadratic in cost) beyond this range
    [all...]
  /external/opencv3/modules/cudastereo/include/opencv2/
cudastereo.hpp 97 The class implements algorithm described in @cite Felzenszwalb2006 . It can compute own data cost
98 (using a truncated linear model) or use a user-provided data cost.
105 and for data cost storage:
111 StereoBeliefPropagation uses a truncated linear model for the data cost and discontinuity terms:
136 /** @brief Enables the stereo correspondence operator that finds the disparity for the specified data cost.
138 @param data User-specified data cost, a matrix of msg_type type and
154 //! truncation of data cost
162 //! truncation of discontinuity cost
196 minimum and global minimum data cost initialization algorithms. For more details, see the paper
200 StereoConstantSpaceBP uses a truncated linear model for the data cost and discontinuity terms
    [all...]

Completed in 621 milliseconds

<<11121314151617181920>>