OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mv_cost
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
firstpass.c
917
int
mv_cost
;
local
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c
854
int
mv_cost
;
871
mv_cost
= ((int)(fpstats->new_mv_count / fpstats->count) * 8) << 9;
880
// return
mv_cost
+ mode_cost;
[
all
...]
Completed in 141 milliseconds