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

<<21222324252627282930>>

  /system/core/metricsd/include/metrics/
metrics_library.h 124 // the addition of events (at the cost of having to look them up by
  /external/webp/src/dsp/
lossless_enc.c 480 // Gather info for the Huffman cost.
1081 double cost = 0.; local
1089 double cost = 0.; local
    [all...]
  /external/webp/src/enc/
frame.c 17 #include "./cost.h"
92 // Reset the statistics about: number of skips, token proba, level cost,...
109 // Returns the bit-cost for coding the skip probability.
121 size += 8 * 256; // cost of signaling the skip_proba_ itself.
127 // Return the total bit-cost for coding the probability updates.
133 // Cost of coding 'nb' 1's and 'total-nb' 0's using 'proba' probability.
779 VP8CalculateLevelCosts(proba); // refresh cost tables for rd-opt
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
GraggBulirschStoerIntegrator.java 40 * integration, in order to minimize computation cost. It is
106 /** overall cost of applying step reduction up to iteration k+1, in number of calls. */
109 /** cost per unit step. */
288 * cost. Each extrapolation step increases the order by 2, so the
382 // initialize the order selection cost array
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
UnicodeCompressor.java 110 * assumed the cost will pay off later in savings from a window with
114 * Unicode (same byte cost)
136 * defined define window 3 4 5 6 cost
165 * assumed the cost will pay off later in savings from a window with
183 * defined cost
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UnicodeCompressor.java 109 * assumed the cost will pay off later in savings from a window with
113 * Unicode (same byte cost)
135 * defined define window 3 4 5 6 cost
164 * assumed the cost will pay off later in savings from a window with
182 * defined cost
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ConditionalCompares.cpp 814 /// Apply cost model and heuristics to the if-conversion in IfConv.
818 // Stress testing mode disables all cost considerations.
832 // the cost is.
845 // the cost of a misprediction.
870 // resource cost of the speculated instructions.
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp 271 /// GetCostForDef - Looks up the register class and cost for a given definition.
279 unsigned &RegClass, unsigned &Cost,
293 Cost = 1;
302 Cost = 1;
310 // FIXME: Cost arbitrarily set to 1 because there doesn't seem to be a
312 Cost = 1;
315 Cost = TLI->getRepRegClassCostFor(VT);
    [all...]
  /external/libavc/encoder/
ih264e_me.c 720 * Motion estimation happens at nmb level. For cost calculations, mv is appro
865 * least cost. The mb that offers least cost is chosen as predicted mb and the
873 * @returns motion vector of the pred mb, sad, cost.
    [all...]
  /external/libopus/src/
opus_encoder.c 565 float cost[MAX_DYNAMIC_FRAMESIZE][16]; local
584 cost[0][i] = 1e10;
588 cost[0][1<<i] = (frame_cost + rate*(1<<i))*(1+factor*transient_boost(E, E_1, i, N+1));
598 cost[i][j] = cost[i-1][j-1];
609 min_cost = cost[i-1][1];
612 float tmp = cost[i-1][(1<<(k+1))-1];
620 cost[i][1<<j] = min_cost;
621 /* If part of the frame is outside the analysis window, only count part of the cost */
623 cost[i][1<<j] += curr_cost*(float)(N-i)/(1<<j)
    [all...]
  /frameworks/av/services/camera/libcameraservice/
CameraService.cpp 222 ALOGE("%s: Received error loading camera info for device %d, cost and"
237 // Defaults to use for cost and conflicting devices
238 int cost = 100; local
242 // If using post-2.4 module version, query the cost + conflicting devices from the HAL
244 cost = info.resource_cost;
257 mCameraStates.emplace(cameraId, std::make_shared<CameraState>(cameraId, cost,
2398 int32_t cost = i->getCost(); local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
pickinter.c 290 int cost = mb->mbmode_cost [xd->frame_type] [B_PRED]; local
318 cost += r;
329 *Rate = cost;
334 error = RDCOST(mb->rdmult, mb->rddiv, cost, distortion);
996 /* Work out the cost assosciated with selecting the reference frame */
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopInterchange.cpp     [all...]
  /external/llvm/test/CodeGen/AArch64/
arm64-codegen-prepare-extload.ll 389 ; Check that we do not increase the cost of the code.
423 ; Check that we do not increase the cost of the code.
456 ; Check that we do not increase the cost of the code.
490 ; Check that we do not increase the cost of the code.
519 ; Check that we do not increase the cost of the code.
524 ; so the promotion happens because the cost did not change and may
  /external/opencv3/3rdparty/libpng/
pngwrite.c     [all...]
  /art/runtime/
indirect_reference_table.h 180 * (which could increase the cost/complexity of method call/return).
185 * reduce the amortized cost of adding global references.
  /build/tools/droiddoc/templates-ds/assets/
GPL-LICENSE.txt 144 cost of physically performing source distribution, a complete
267 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
  /build/tools/droiddoc/templates-ndk/assets/
GPL-LICENSE.txt 144 cost of physically performing source distribution, a complete
267 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
  /build/tools/droiddoc/templates-sac/assets/
GPL-LICENSE.txt 144 cost of physically performing source distribution, a complete
267 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
  /build/tools/droiddoc/templates-sdk/assets/
GPL-LICENSE.txt 144 cost of physically performing source distribution, a complete
267 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
  /build/tools/droiddoc/templates-sdk-dev/assets/
GPL-LICENSE.txt 144 cost of physically performing source distribution, a complete
267 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
  /build/tools/droiddoc/templates-sdk-refonly/assets/
GPL-LICENSE.txt 144 cost of physically performing source distribution, a complete
267 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
  /external/ceres-solver/internal/ceres/
solver.cc 394 "Initial cost: %e, "
395 "Final cost: %e, "
  /external/eigen/Eigen/src/Eigenvalues/
GeneralizedEigenSolver.h 244 * The cost of the computation is dominated by the cost of the
  /external/elfutils/libdwfl/
core-file.c 176 GElf_Off cost, GElf_Off worthwhile,
241 return cost <= MAX_EAGER_COST;

Completed in 1006 milliseconds

<<21222324252627282930>>