HomeSort by relevance Sort by last modified time
    Searched refs:cost (Results 1 - 25 of 326) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/ceres-solver/internal/ceres/
residual_block_utils.h 36 // compute part of a cost/residual/jacobian.
38 // 2. Numerical failure while computing the cost/residual/jacobian,
54 // Invalidate cost, resdual and jacobian arrays (if not NULL).
56 double* cost,
60 // Check if any of the arrays cost, residuals or jacobians contains an
64 double* cost,
73 double* cost,
evaluator_test_utils.h 41 double cost; member in struct:ceres::internal::ExpectedEvaluation
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
treewriter.c 14 static void cost( function
32 cost(C, T, P, j, d);
38 cost(c, t, p, 0, 0);
42 cost(c, t, p, start, 0);
  /external/clang/test/CodeGenCXX/
array-operator-delete-call.cpp 22 struct COST
24 S *cost; member in struct:COST
28 ~COST();
29 COST();
33 COST::COST()
35 cost = new S[3];
40 COST::~COST()
42 if (cost) {
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
treewriter.c 14 static void cost( function
32 cost(C, T, P, j, d);
38 cost(c, t, p, 0, 0);
42 cost(c, t, p, start, 0);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
treewriter.c 14 static void cost( function
32 cost(C, T, P, j, d);
38 cost(c, t, p, 0, 0);
42 cost(c, t, p, start, 0);
  /external/chromium_org/third_party/brotli/src/brotli/enc/
literal_cost.h 15 // Literal cost model to allow backward reference replacement to be efficient.
27 // to the ringbuffer (cost, mask).
30 float *cost);
34 float *cost);
  /bionic/libc/kernel/uapi/linux/netfilter/
xt_limit.h 31 __u32 credit_cap, cost; member in struct:xt_rateinfo
  /bionic/libc/kernel/uapi/linux/netfilter_bridge/
ebt_limit.h 31 __u32 credit_cap, cost; member in struct:ebt_limit_info
  /development/ndk/platforms/android-3/include/linux/netfilter/
xt_limit.h 23 u_int32_t credit_cap, cost; member in struct:xt_rateinfo
  /development/ndk/platforms/android-L/include/linux/netfilter/
xt_limit.h 31 __u32 credit_cap, cost; member in struct:xt_rateinfo
  /development/ndk/platforms/android-L/include/linux/netfilter_bridge/
ebt_limit.h 31 __u32 credit_cap, cost; member in struct:ebt_limit_info
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_cost.c 37 static void cost(int *costs, vp9_tree tree, const vp9_prob *probs, function
49 cost(costs, tree, probs, ii, cc);
54 cost(costs, tree, probs, 0, 0);
61 cost(costs, tree, probs, 2, 0);
  /external/iptables/include/linux/netfilter/
xt_limit.h 20 __u32 credit_cap, cost; member in struct:xt_rateinfo
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_limit.h 20 __u32 credit_cap, cost; member in struct:xt_rateinfo
  /external/kernel-headers/original/uapi/linux/netfilter_bridge/
ebt_limit.h 21 __u32 credit_cap, cost; member in struct:ebt_limit_info
  /external/libvpx/libvpx/vp9/encoder/
vp9_cost.c 37 static void cost(int *costs, vp9_tree tree, const vp9_prob *probs, function
49 cost(costs, tree, probs, ii, cc);
54 cost(costs, tree, probs, 0, 0);
61 cost(costs, tree, probs, 2, 0);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_cost.c 37 static void cost(int *costs, vp9_tree tree, const vp9_prob *probs, function
49 cost(costs, tree, probs, ii, cc);
54 cost(costs, tree, probs, 0, 0);
61 cost(costs, tree, probs, 2, 0);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/netfilter/
xt_limit.h 20 __u32 credit_cap, cost; member in struct:xt_rateinfo
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/netfilter_bridge/
ebt_limit.h 20 u_int32_t credit_cap, cost; member in struct:ebt_limit_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter/
xt_limit.h 20 __u32 credit_cap, cost; member in struct:xt_rateinfo
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter_bridge/
ebt_limit.h 20 u_int32_t credit_cap, cost; member in struct:ebt_limit_info
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/netfilter/
xt_limit.h 23 u_int32_t credit_cap, cost; member in struct:xt_rateinfo
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/netfilter/
xt_limit.h 23 u_int32_t credit_cap, cost; member in struct:xt_rateinfo
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/netfilter/
xt_limit.h 23 u_int32_t credit_cap, cost; member in struct:xt_rateinfo

Completed in 5651 milliseconds

1 2 3 4 5 6 7 8 91011>>