OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bestsme
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/vp8/encoder/
temporal_filter.c
157
int
bestsme
= INT_MAX;
local
201
bestsme
= vp8_hex_search(x, b, d,
212
bestsme
= cpi->diamond_search_sad(x, b, d,
241
if (thissme <
bestsme
)
243
bestsme
= thissme;
258
//if (
bestsme
> error_thresh &&
bestsme
< INT_MAX)
260
bestsme
= cpi->find_fractional_mv_step(x, b, d,
275
return
bestsme
;
rdopt.c
1115
int
bestsme
= INT_MAX;
local
1155
bestsme
= vp8_hex_search(x, c, e, bsi->ref_mv,
1160
bestsme
= cpi->diamond_search_sad(x, c, e, bsi->mvp,
1179
if (thissme <
bestsme
)
1181
bestsme
= thissme
2055
int
bestsme
= INT_MAX;
local
[
all
...]
pickinter.c
436
int
bestsme
;
local
735
bestsme
= vp8_hex_search(x, b, d, &mvp, &d->bmi.mv.as_mv, step_param, sadpb/*x->errorperbit*/, &num00, &cpi->fn_ptr[BLOCK_16X16], x->mvsadcost, x->mvcost, &best_ref_mv);
741
bestsme
= cpi->diamond_search_sad(x, b, d, &mvp, &d->bmi.mv.as_mv, step_param, sadpb / 2/*x->errorperbit*/, &num00, &cpi->fn_ptr[BLOCK_16X16], x->mvsadcost, x->mvcost, &best_ref_mv); //sadpb < 9
762
if (thissme <
bestsme
)
764
bestsme
= thissme;
785
if (
bestsme
< INT_MAX)
Completed in 500 milliseconds