OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:best_cost
(Results
1 - 11
of
11
) sorted by null
/ndk/sources/host-tools/sed-4.2.1/sed/
fmt.c
132
COST
best_cost
; /* cost of best paragraph starting here */
member in struct:Word
133
WORD *next_break; /* break which achieves
best_cost
*/
411
if (w->
best_cost
- w->next_break->
best_cost
< best_break)
414
best_break = w->
best_cost
- w->next_break->
best_cost
;
441
word_limit->
best_cost
= 0;
460
wcost = line_cost (w, len) + w->
best_cost
;
472
start->
best_cost
= best + base_cost (start);
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
vp8_partition_aggregator.cc
244
int
best_cost
= std::numeric_limits<int>::max();
local
256
if (fragment_size <= max_payload_size && cost <
best_cost
) {
258
best_cost
= cost;
/development/perftests/panorama/feature_stab/db_vlvm/
db_image_homography.cpp
181
double cost,
best_cost
;
local
216
if(!done || cost<
best_cost
)
219
best_cost
=cost;
/packages/apps/Camera/jni/feature_stab/db_vlvm/
db_image_homography.cpp
181
double cost,
best_cost
;
local
216
if(!done || cost<
best_cost
)
219
best_cost
=cost;
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_image_homography.cpp
181
double cost,
best_cost
;
local
216
if(!done || cost<
best_cost
)
219
best_cost
=cost;
/external/srec/srec/crec/
word_lattice.c
87
costdata
best_cost
= MAXcostdata;
local
94
if (
best_cost
> wtoken->cost)
95
best_cost
= wtoken->cost;
97
return
best_cost
;
srec.c
823
costdata
best_cost
)
848
current_prune_thresh =
best_cost
+ current_prune_delta;
926
current_prune_delta = reprune_fsmnode_tokens(rec,
best_cost
, current_prune_delta, current_ftoken_index);
927
current_prune_thresh =
best_cost
+ current_prune_delta;
[
all
...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_pickmode.c
598
int64_t
best_cost
= INT64_MAX;
local
612
if (cost <
best_cost
) {
614
best_cost
= cost;
/external/speex/libspeex/
jitter.c
179
spx_int32_t
best_cost
=0x7fffffff;
local
238
if (cost <
best_cost
)
240
best_cost
= cost;
/external/chromium_org/third_party/opus/src/src/
opus_encoder.c
567
float
best_cost
;
local
630
best_cost
= cost[N-1][1];
634
if (cost[N-1][i]<
best_cost
)
636
best_cost
= cost[N-1][i];
[
all
...]
/external/libopus/src/
opus_encoder.c
567
float
best_cost
;
local
630
best_cost
= cost[N-1][1];
634
if (cost[N-1][i]<
best_cost
)
636
best_cost
= cost[N-1][i];
[
all
...]
Completed in 570 milliseconds